r14173 - in /trunk/libi18n-acceptlanguage-perl/debian: changelog rules

djpig at users.alioth.debian.org djpig at users.alioth.debian.org
Tue Feb 5 15:29:56 UTC 2008


Author: djpig
Date: Tue Feb  5 15:29:56 2008
New Revision: 14173

URL: http://svn.debian.org/wsvn/?sc=1&rev=14173
Log:
Don't ignore errors from make distclean

Modified:
    trunk/libi18n-acceptlanguage-perl/debian/changelog
    trunk/libi18n-acceptlanguage-perl/debian/rules

Modified: trunk/libi18n-acceptlanguage-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libi18n-acceptlanguage-perl/debian/changelog?rev=14173&op=diff
==============================================================================
--- trunk/libi18n-acceptlanguage-perl/debian/changelog (original)
+++ trunk/libi18n-acceptlanguage-perl/debian/changelog Tue Feb  5 15:29:56 2008
@@ -1,11 +1,15 @@
 libi18n-acceptlanguage-perl (1.04-2) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
   * debian/rules: delete /usr/lib/perl5 only if it exists.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:44 +0200
+  [ Frank Lichtenheld ]
+  * debian/rules: Don't ignore errors from make distclean
+
+ -- Frank Lichtenheld <djpig at debian.org>  Tue, 05 Feb 2008 16:28:38 +0100
 
 libi18n-acceptlanguage-perl (1.04-1) unstable; urgency=low
 

Modified: trunk/libi18n-acceptlanguage-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libi18n-acceptlanguage-perl/debian/rules?rev=14173&op=diff
==============================================================================
--- trunk/libi18n-acceptlanguage-perl/debian/rules (original)
+++ trunk/libi18n-acceptlanguage-perl/debian/rules Tue Feb  5 15:29:56 2008
@@ -34,7 +34,7 @@
 	dh_testroot
 
 	# Add commands to clean up after the build process here
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	
 	dh_clean build-stamp install-stamp
 




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