r12703 - in /trunk/libxml-libxml-common-perl/debian: changelog rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Mon Jan 14 11:37:09 UTC 2008


Author: ntyni
Date: Mon Jan 14 11:37:08 2008
New Revision: 12703

URL: http://svn.debian.org/wsvn/?sc=1&rev=12703
Log:
* Don't ignore the return value of 'make clean' and make 'distclean' instead.

Modified:
    trunk/libxml-libxml-common-perl/debian/changelog
    trunk/libxml-libxml-common-perl/debian/rules

Modified: trunk/libxml-libxml-common-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-libxml-common-perl/debian/changelog?rev=12703&op=diff
==============================================================================
--- trunk/libxml-libxml-common-perl/debian/changelog (original)
+++ trunk/libxml-libxml-common-perl/debian/changelog Mon Jan 14 11:37:08 2008
@@ -11,6 +11,7 @@
   * Use dh_listpackages instead of the name of the build directory to extract
     the package name.
   * Upgrade to debhelper compatibility level 5.
+  * Don't ignore the return value of 'make clean' and make 'distclean' instead.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:39 +0100
 

Modified: trunk/libxml-libxml-common-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-libxml-common-perl/debian/rules?rev=12703&op=diff
==============================================================================
--- trunk/libxml-libxml-common-perl/debian/rules (original)
+++ trunk/libxml-libxml-common-perl/debian/rules Mon Jan 14 11:37:08 2008
@@ -16,8 +16,7 @@
 	dh_testdir
 	dh_testroot
 
-	-$(MAKE) clean
-	rm -f Makefile.old
+	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean
 
 install:




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