# HG changeset patch # User meillo@marmaro.de # Date 1225881598 -3600 # Node ID a4ee78843d35f315e2c49cfc410b28c1a5991fe3 # Parent 5ef5190358289c78988d80ac1dcb670adde91594 removed lintian warning with check for existing Makefile diff -r 5ef519035828 -r a4ee78843d35 rules --- a/rules Fri Sep 26 21:25:48 2008 +0200 +++ b/rules Wed Nov 05 11:39:58 2008 +0100 @@ -40,8 +40,8 @@ rm -f build-stamp # Add here commands to clean up after the build process. - -$(MAKE) clean - -$(MAKE) distclean + [ ! -f Makefile ] || $(MAKE) clean + [ ! -f Makefile ] || $(MAKE) distclean rm -f tests/test.conf rm -f tests/local.sh rm -f tests/smtpout.sh @@ -88,7 +88,7 @@ # dh_testversion dh_testdir dh_testroot - dh_installdebconf + dh_installdebconf dh_installdocs rm -f debian/masqmail/usr/share/doc/masqmail/INSTALL ##cp -r docs debian/masqmail/$(DOC)/masqmail/html @@ -111,7 +111,7 @@ dh_md5sums dh_builddeb -source diff: +source diff: @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false binary: binary-indep binary-arch