r1620 - packages/libpdf-report-perl/trunk/debian

Gunnar Wolf gwolf at costa.debian.org
Wed Dec 14 03:42:01 UTC 2005


Author: gwolf
Date: 2005-12-14 03:42:01 +0000 (Wed, 14 Dec 2005)
New Revision: 1620

Modified:
   packages/libpdf-report-perl/trunk/debian/changelog
   packages/libpdf-report-perl/trunk/debian/rules
Log:
Don't ignore the result of make distclean


Modified: packages/libpdf-report-perl/trunk/debian/changelog
===================================================================
--- packages/libpdf-report-perl/trunk/debian/changelog	2005-12-14 03:36:40 UTC (rev 1619)
+++ packages/libpdf-report-perl/trunk/debian/changelog	2005-12-14 03:42:01 UTC (rev 1620)
@@ -1,9 +1,15 @@
 libpdf-report-perl (1.30-2) unstable; urgency=low
 
+  [ Niko Tyni ]
   * Fixed maintainer email address.
 
- -- Niko Tyni <ntyni at iki.fi>  Tue, 13 Dec 2005 13:06:08 +0000
+  [ Gunnar Wolf ]
+  * debian/watch was including modules in the same namespace, fixed.
+  * Now the clean target in debian/rules does not blindly go through the
+    realclean call
 
+ -- Gunnar Wolf <gwolf at debian.org>  Tue, 13 Dec 2005 21:56:09 -0600
+
 libpdf-report-perl (1.30-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/libpdf-report-perl/trunk/debian/rules
===================================================================
--- packages/libpdf-report-perl/trunk/debian/rules	2005-12-14 03:36:40 UTC (rev 1619)
+++ packages/libpdf-report-perl/trunk/debian/rules	2005-12-14 03:42:01 UTC (rev 1620)
@@ -36,7 +36,7 @@
 	rm -f build-stamp
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) distclean
+	[ ! -e Makefile ] || $(MAKE) distclean
 
 	dh_clean
 




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