r1767 - packages/libnet-patricia-perl/trunk/debian
Niko Tyni
ntyni-guest at costa.debian.org
Tue Dec 27 18:42:13 UTC 2005
Author: ntyni-guest
Date: 2005-12-27 18:42:12 +0000 (Tue, 27 Dec 2005)
New Revision: 1767
Modified:
packages/libnet-patricia-perl/trunk/debian/changelog
packages/libnet-patricia-perl/trunk/debian/rules
Log:
Don't ignore the return value of 'make distclean'
Modified: packages/libnet-patricia-perl/trunk/debian/changelog
===================================================================
--- packages/libnet-patricia-perl/trunk/debian/changelog 2005-12-27 18:40:13 UTC (rev 1766)
+++ packages/libnet-patricia-perl/trunk/debian/changelog 2005-12-27 18:42:12 UTC (rev 1767)
@@ -2,8 +2,9 @@
* New upstream release
* Updated to Standards-Version 3.6.2 and DH_COMPAT >= 5
+ * Don't ignore the return value of 'make distclean'
- -- Niko Tyni <ntyni at iki.fi> Tue, 27 Dec 2005 20:38:13 +0200
+ -- Niko Tyni <ntyni at iki.fi> Tue, 27 Dec 2005 20:41:10 +0200
libnet-patricia-perl (1.010-5) unstable; urgency=low
Modified: packages/libnet-patricia-perl/trunk/debian/rules
===================================================================
--- packages/libnet-patricia-perl/trunk/debian/rules 2005-12-27 18:40:13 UTC (rev 1766)
+++ packages/libnet-patricia-perl/trunk/debian/rules 2005-12-27 18:42:12 UTC (rev 1767)
@@ -29,7 +29,7 @@
dh_testroot
rm -f build-stamp configure-stamp
- if [ -e Makefile ]; then $(MAKE) -i distclean; fi
+ if [ -e Makefile ]; then $(MAKE) distclean; fi
dh_clean
More information about the Pkg-perl-cvs-commits
mailing list