15 |
|
|
16 |
configure-stamp: |
configure-stamp: |
17 |
dh_testdir |
dh_testdir |
|
# Add here commands to configure the package. |
|
18 |
touch configure-stamp |
touch configure-stamp |
19 |
|
|
20 |
|
|
22 |
|
|
23 |
build-stamp: configure-stamp patch |
build-stamp: configure-stamp patch |
24 |
dh_testdir |
dh_testdir |
|
|
|
|
# Add here commands to compile the package. |
|
25 |
ant dist |
ant dist |
26 |
|
|
27 |
touch $@ |
touch $@ |
30 |
dh_testdir |
dh_testdir |
31 |
dh_testroot |
dh_testroot |
32 |
rm -f build-stamp configure-stamp |
rm -f build-stamp configure-stamp |
|
|
|
|
# Add here commands to clean up after the build process. |
|
33 |
ant clean |
ant clean |
|
|
|
34 |
dh_clean |
dh_clean |
35 |
|
|
36 |
install: build |
install: build |
46 |
dh_testroot |
dh_testroot |
47 |
dh_installchangelogs |
dh_installchangelogs |
48 |
dh_installdocs |
dh_installdocs |
|
# dh_installexamples |
|
49 |
dh_install |
dh_install |
|
# dh_installmenu |
|
|
# dh_installdebconf |
|
|
# dh_installlogrotate |
|
|
# dh_installemacsen |
|
|
# dh_installpam |
|
|
# dh_installmime |
|
|
# dh_python |
|
|
# dh_installinit |
|
|
# dh_installcron |
|
|
# dh_installinfo |
|
50 |
dh_installman |
dh_installman |
51 |
dh_link |
dh_link |
|
dh_strip |
|
52 |
dh_compress -X.sxi |
dh_compress -X.sxi |
53 |
dh_fixperms |
dh_fixperms |
|
# dh_perl |
|
|
# dh_makeshlibs |
|
54 |
dh_installdeb |
dh_installdeb |
55 |
dh_shlibdeps |
dh_shlibdeps |
56 |
dh_gencontrol |
dh_gencontrol |