r15362 - in /trunk/libmodule-build-perl/debian: changelog rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Thu Feb 21 21:02:17 UTC 2008


Author: ntyni
Date: Thu Feb 21 21:02:16 2008
New Revision: 15362

URL: http://svn.debian.org/wsvn/?sc=1&rev=15362
Log:
  + don't ignore the return value of 'Build realclean'

Modified:
    trunk/libmodule-build-perl/debian/changelog
    trunk/libmodule-build-perl/debian/rules

Modified: trunk/libmodule-build-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmodule-build-perl/debian/changelog?rev=15362&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/changelog (original)
+++ trunk/libmodule-build-perl/debian/changelog Thu Feb 21 21:02:16 2008
@@ -19,7 +19,7 @@
   * Upgrade to Standards-Version 3.7.3. No changes needed.
   * debian/rules cleanup:
     + get the package name with dh_listpackages
-    + don't ignore the return value of 'Build clean'
+    + don't ignore the return value of 'Build realclean'
     + remove an unused dh_strip call
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 19:14:59 +0100

Modified: trunk/libmodule-build-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmodule-build-perl/debian/rules?rev=15362&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/rules (original)
+++ trunk/libmodule-build-perl/debian/rules Thu Feb 21 21:02:16 2008
@@ -19,7 +19,7 @@
 	dh_testdir
 	dh_testroot
 
-	[ ! -f Build ] || ./Build clean
+	[ ! -f Build ] || ./Build realclean
 	dh_clean
 
 install:




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