r9386 - /trunk/libppi-perl/debian/rules

makholm at users.alioth.debian.org makholm at users.alioth.debian.org
Fri Nov 16 08:05:30 UTC 2007


Author: makholm
Date: Fri Nov 16 08:05:29 2007
New Revision: 9386

URL: http://svn.debian.org/wsvn/?sc=1&rev=9386
Log:
Fixes lintian error: debian-rules-ignores-make-clean-error

Modified:
    trunk/libppi-perl/debian/rules

Modified: trunk/libppi-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libppi-perl/debian/rules?rev=9386&op=diff
==============================================================================
--- trunk/libppi-perl/debian/rules (original)
+++ trunk/libppi-perl/debian/rules Fri Nov 16 08:05:29 2007
@@ -20,7 +20,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean build-stamp install-stamp
 
 install: build install-stamp




More information about the Pkg-perl-cvs-commits mailing list