r4142 - in /packages/libpar-perl/trunk/debian: changelog rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Tue Oct 17 18:21:16 UTC 2006


Author: ntyni-guest
Date: Tue Oct 17 18:21:15 2006
New Revision: 4142

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4142
Log:
fix -$(MAKE) clean

Modified:
    packages/libpar-perl/trunk/debian/changelog
    packages/libpar-perl/trunk/debian/rules

Modified: packages/libpar-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpar-perl/trunk/debian/changelog?rev=4142&op=diff
==============================================================================
--- packages/libpar-perl/trunk/debian/changelog (original)
+++ packages/libpar-perl/trunk/debian/changelog Tue Oct 17 18:21:15 2006
@@ -5,8 +5,9 @@
 
   [ Niko Tyni ]
   * Updated dependencies on libmodule-scandeps-perl and libpar-dist-perl.
+  * Don't ignore the return value of 'make distclean'.
 
- -- Niko Tyni <ntyni at iki.fi>  Tue, 17 Oct 2006 21:13:34 +0300
+ -- Niko Tyni <ntyni at iki.fi>  Tue, 17 Oct 2006 21:21:16 +0300
 
 libpar-perl (0.952-1) unstable; urgency=low
 

Modified: packages/libpar-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libpar-perl/trunk/debian/rules?rev=4142&op=diff
==============================================================================
--- packages/libpar-perl/trunk/debian/rules (original)
+++ packages/libpar-perl/trunk/debian/rules Tue Oct 17 18:21:15 2006
@@ -31,7 +31,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