Mercurial > debian > masqmail-debian
comparison rules @ 1:a4ee78843d35
removed lintian warning with check for existing Makefile
author | meillo@marmaro.de |
---|---|
date | Wed, 05 Nov 2008 11:39:58 +0100 |
parents | 5ef519035828 |
children | 30402b14eeb8 |
comparison
equal
deleted
inserted
replaced
0:5ef519035828 | 1:a4ee78843d35 |
---|---|
38 dh_testdir | 38 dh_testdir |
39 dh_testroot | 39 dh_testroot |
40 rm -f build-stamp | 40 rm -f build-stamp |
41 | 41 |
42 # Add here commands to clean up after the build process. | 42 # Add here commands to clean up after the build process. |
43 -$(MAKE) clean | 43 [ ! -f Makefile ] || $(MAKE) clean |
44 -$(MAKE) distclean | 44 [ ! -f Makefile ] || $(MAKE) distclean |
45 rm -f tests/test.conf | 45 rm -f tests/test.conf |
46 rm -f tests/local.sh | 46 rm -f tests/local.sh |
47 rm -f tests/smtpout.sh | 47 rm -f tests/smtpout.sh |
48 # see /usr/share/doc/autotools-dev/README.Debian.gz | 48 # see /usr/share/doc/autotools-dev/README.Debian.gz |
49 -test -r /usr/share/misc/config.sub && \ | 49 -test -r /usr/share/misc/config.sub && \ |
86 binary-arch: build install | 86 binary-arch: build install |
87 cp debian/masqmail.lintian debian/masqmail/usr/share/lintian/overrides/masqmail | 87 cp debian/masqmail.lintian debian/masqmail/usr/share/lintian/overrides/masqmail |
88 # dh_testversion | 88 # dh_testversion |
89 dh_testdir | 89 dh_testdir |
90 dh_testroot | 90 dh_testroot |
91 dh_installdebconf | 91 dh_installdebconf |
92 dh_installdocs | 92 dh_installdocs |
93 rm -f debian/masqmail/usr/share/doc/masqmail/INSTALL | 93 rm -f debian/masqmail/usr/share/doc/masqmail/INSTALL |
94 ##cp -r docs debian/masqmail/$(DOC)/masqmail/html | 94 ##cp -r docs debian/masqmail/$(DOC)/masqmail/html |
95 dh_installexamples examples/* tests | 95 dh_installexamples examples/* tests |
96 # dh_installmenu | 96 # dh_installmenu |
109 dh_gencontrol | 109 dh_gencontrol |
110 # dh_makeshlibs | 110 # dh_makeshlibs |
111 dh_md5sums | 111 dh_md5sums |
112 dh_builddeb | 112 dh_builddeb |
113 | 113 |
114 source diff: | 114 source diff: |
115 @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false | 115 @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false |
116 | 116 |
117 binary: binary-indep binary-arch | 117 binary: binary-indep binary-arch |
118 .PHONY: build clean binary-indep binary-arch binary install | 118 .PHONY: build clean binary-indep binary-arch binary install |