r2595 - packages/libmail-bulkmail-perl/trunk/debian

Niko Tyni ntyni-guest at costa.debian.org
Tue Apr 18 06:24:28 UTC 2006


Author: ntyni-guest
Date: 2006-04-18 06:24:27 +0000 (Tue, 18 Apr 2006)
New Revision: 2595

Modified:
   packages/libmail-bulkmail-perl/trunk/debian/changelog
   packages/libmail-bulkmail-perl/trunk/debian/rules
Log:
The usual 'make clean' fix.


Modified: packages/libmail-bulkmail-perl/trunk/debian/changelog
===================================================================
--- packages/libmail-bulkmail-perl/trunk/debian/changelog	2006-04-18 06:22:29 UTC (rev 2594)
+++ packages/libmail-bulkmail-perl/trunk/debian/changelog	2006-04-18 06:24:27 UTC (rev 2595)
@@ -3,8 +3,9 @@
   * Remove leftover traces of debconf usage. (Closes: #363090)
   * Remove references to the old-style configuration file from 2.05
     + debian/postinst and debian/postrm not needed anymore.
+  * Don't ignore the result of 'make distclean'.
 
- -- Niko Tyni <ntyni at iki.fi>  Tue, 18 Apr 2006 09:16:47 +0300
+ -- Niko Tyni <ntyni at iki.fi>  Tue, 18 Apr 2006 09:23:50 +0300
 
 libmail-bulkmail-perl (3.12-2) unstable; urgency=low
 

Modified: packages/libmail-bulkmail-perl/trunk/debian/rules
===================================================================
--- packages/libmail-bulkmail-perl/trunk/debian/rules	2006-04-18 06:22:29 UTC (rev 2594)
+++ packages/libmail-bulkmail-perl/trunk/debian/rules	2006-04-18 06:24:27 UTC (rev 2595)
@@ -27,7 +27,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	-$(MAKE) distclean
+	[ ] -f Makefile ] || $(MAKE) distclean
 	dh_clean build-stamp install-stamp
 
 install: install-stamp




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