Rev 5 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5 | Rev 28 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | clean-patched: |
38 | clean-patched: |
39 | dh_testdir |
39 | dh_testdir |
40 | dh_testroot |
40 | dh_testroot |
41 | rm -f build-stamp configure-stamp |
41 | rm -f build-stamp configure-stamp |
42 | 42 | ||
43 | -$(MAKE) distclean |
43 | [ ! -f Makefile ] || $(MAKE) distclean |
44 | 44 | ||
45 | rm -f src/*.in debian/configure |
45 | rm -f src/*.in debian/configure |
46 | rm -rf debian/autom4te.cache |
46 | rm -rf debian/autom4te.cache |
47 | dh_clean |
47 | dh_clean |
48 | 48 | ||
Line 62... | Line 62... | ||
62 | 62 | ||
63 | # Build architecture-dependent files here. |
63 | # Build architecture-dependent files here. |
64 | binary-arch: build install |
64 | binary-arch: build install |
65 | dh_testdir |
65 | dh_testdir |
66 | dh_testroot |
66 | dh_testroot |
67 | dh_installchangelogs -plibdkim0 -k README |
- | |
68 | dh_installdocs -plibdkim0 |
- | |
69 | dh_installexamples |
- | |
70 | dh_install --sourcedir=debian/tmp |
67 | dh_install --sourcedir=debian/tmp |
- | 68 | dh_link |
|
- | 69 | dh_installchangelogs -k README |
|
- | 70 | dh_installdocs |
|
- | 71 | dh_installexamples |
|
71 | # dh_installinfo |
72 | # dh_installinfo |
72 | # dh_installman |
73 | # dh_installman |
73 | dh_link |
- | |
74 | dh_strip |
74 | dh_strip |
75 | dh_compress |
75 | dh_compress |
76 | dh_fixperms |
76 | dh_fixperms |
77 | # The shlibs dependency is intentionally made tight, because we have an |
77 | # The shlibs dependency is intentionally made tight, because we have an |
78 | # experimental extension that may not be there in the next official release. |
78 | # experimental extension that may not be there in the next official release. |
79 | dh_makeshlibs -V "libdkim0 (= `dpkg-parsechangelog | sed -ne 's/Version: *//p'`)" |
79 | dh_makeshlibs -V "libdkim1 (= `dpkg-parsechangelog | sed -ne 's/Version: *//p'`)" |
80 | dh_installdeb |
80 | dh_installdeb |
81 | dh_shlibdeps |
81 | dh_shlibdeps |
82 | dh_gencontrol |
82 | dh_gencontrol |
83 | dh_md5sums |
83 | dh_md5sums |
84 | dh_builddeb |
84 | dh_builddeb |