r1332 - packages/libpdf-api2-perl/trunk/debian

Gunnar Wolf gwolf at costa.debian.org
Thu Sep 1 23:21:45 UTC 2005


Author: gwolf
Date: 2005-09-01 23:21:44 +0000 (Thu, 01 Sep 2005)
New Revision: 1332

Modified:
   packages/libpdf-api2-perl/trunk/debian/changelog
   packages/libpdf-api2-perl/trunk/debian/rules
Log:
Rules no longer ignores errors when cleaning


Modified: packages/libpdf-api2-perl/trunk/debian/changelog
===================================================================
--- packages/libpdf-api2-perl/trunk/debian/changelog	2005-09-01 23:20:01 UTC (rev 1331)
+++ packages/libpdf-api2-perl/trunk/debian/changelog	2005-09-01 23:21:44 UTC (rev 1332)
@@ -1,8 +1,10 @@
 libpdf-api2-perl (0.45-1) unstable; urgency=low
 
   * New upstream release
+  * No longer ignores the result of make distclean in the clean target
+    (Re: bug #325452)
 
- -- Gunnar Wolf <gwolf at debian.org>  Thu,  1 Sep 2005 18:15:56 -0500
+ -- Gunnar Wolf <gwolf at debian.org>  Thu,  1 Sep 2005 18:18:12 -0500
 
 libpdf-api2-perl (0.44-1) unstable; urgency=low
 

Modified: packages/libpdf-api2-perl/trunk/debian/rules
===================================================================
--- packages/libpdf-api2-perl/trunk/debian/rules	2005-09-01 23:20:01 UTC (rev 1331)
+++ packages/libpdf-api2-perl/trunk/debian/rules	2005-09-01 23:21:44 UTC (rev 1332)
@@ -17,7 +17,7 @@
 	dh_testdir
 	dh_testroot
 	dh_clean
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 
 install:
 	dh_testdir




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