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 |
configure: configure-stamp |
configure: configure-stamp |
13 |
|
|
14 |
configure-stamp: |
configure-stamp: |
15 |
dh_testdir |
dh_testdir |
|
# Add here commands to configure the package. |
|
|
|
|
16 |
touch configure-stamp |
touch configure-stamp |
17 |
|
|
|
|
|
18 |
build: build-stamp |
build: build-stamp |
19 |
|
|
20 |
build-stamp: configure-stamp |
build-stamp: configure-stamp |
21 |
dh_testdir |
dh_testdir |
|
|
|
22 |
touch build-stamp |
touch build-stamp |
23 |
|
|
24 |
clean: |
clean: |
25 |
dh_testdir |
dh_testdir |
26 |
dh_testroot |
dh_testroot |
27 |
rm -f build-stamp configure-stamp |
rm -f build-stamp configure-stamp |
|
|
|
28 |
dh_clean |
dh_clean |
29 |
|
|
30 |
install: build |
install: build |
32 |
dh_testroot |
dh_testroot |
33 |
dh_clean -k |
dh_clean -k |
34 |
dh_installdirs |
dh_installdirs |
35 |
|
chmod 644 *sh |
36 |
|
|
37 |
# Build architecture-independent files here. |
# Build architecture-independent files here. |
38 |
binary-indep: build install |
binary-indep: build install |
|
chmod 644 *sh |
|
|
# We have nothing to do by default. |
|
|
|
|
|
# Build architecture-dependent files here. |
|
|
binary-arch: build install |
|
39 |
dh_testdir |
dh_testdir |
40 |
dh_testroot |
dh_testroot |
41 |
dh_installchangelogs |
dh_installchangelogs |
42 |
dh_installdocs |
dh_installdocs |
|
# dh_installexamples |
|
43 |
dh_install |
dh_install |
|
# dh_installmenu |
|
|
# dh_installdebconf |
|
|
# dh_installlogrotate |
|
|
# dh_installemacsen |
|
|
# dh_installpam |
|
|
# dh_installmime |
|
|
# dh_installinit |
|
|
# dh_installcron |
|
|
# dh_installinfo |
|
|
# dh_installman |
|
|
# dh_link |
|
|
# dh_strip |
|
44 |
dh_compress |
dh_compress |
45 |
dh_fixperms |
dh_fixperms |
|
# dh_perl |
|
|
# dh_python |
|
|
# dh_makeshlibs |
|
46 |
dh_installdeb |
dh_installdeb |
|
# dh_shlibdeps |
|
47 |
dh_gencontrol |
dh_gencontrol |
48 |
dh_md5sums |
dh_md5sums |
49 |
dh_builddeb |
dh_builddeb |
50 |
|
|
51 |
|
# Build architecture-dependent files here. |
52 |
|
binary-arch: build install |
53 |
|
# We have nothing to do by default. |
54 |
|
|
55 |
binary: binary-indep binary-arch |
binary: binary-indep binary-arch |
56 |
.PHONY: build clean binary-indep binary-arch binary install configure |
.PHONY: build clean binary-indep binary-arch binary install configure |