8 |
|
|
9 |
# Uncomment this to turn on verbose mode. |
# Uncomment this to turn on verbose mode. |
10 |
#export DH_VERBOSE=1 |
#export DH_VERBOSE=1 |
11 |
|
|
12 |
|
include /usr/share/dpatch/dpatch.make |
13 |
|
|
14 |
configure: configure-stamp |
configure: configure-stamp |
15 |
|
|
16 |
configure-stamp: |
configure-stamp: |
17 |
dh_testdir |
dh_testdir |
18 |
# Add here commands to configure the package. |
# Add here commands to configure the package. |
21 |
|
|
22 |
build: build-stamp |
build: build-stamp |
23 |
|
|
24 |
build-stamp: configure-stamp |
build-stamp: configure-stamp patch |
25 |
dh_testdir |
dh_testdir |
26 |
|
|
27 |
# Add here commands to compile the package. |
# Add here commands to compile the package. |
29 |
|
|
30 |
touch $@ |
touch $@ |
31 |
|
|
32 |
clean: |
clean: unpatch |
33 |
dh_testdir |
dh_testdir |
34 |
dh_testroot |
dh_testroot |
35 |
rm -f build-stamp configure-stamp |
rm -f build-stamp configure-stamp |
67 |
dh_installman |
dh_installman |
68 |
dh_link |
dh_link |
69 |
dh_strip |
dh_strip |
70 |
dh_compress |
dh_compress -X.sxi |
71 |
dh_fixperms |
dh_fixperms |
72 |
# dh_perl |
# dh_perl |
73 |
# dh_makeshlibs |
# dh_makeshlibs |