r17398 - in /trunk/libxml-sax-machines-perl/debian: changelog rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Thu Mar 13 15:01:28 UTC 2008


Author: ntyni
Date: Thu Mar 13 15:01:27 2008
New Revision: 17398

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17398
Log:
* Touch Makefile in the 'clean' target so it's newer than the unpatched
  Makefile.PL

Modified:
    trunk/libxml-sax-machines-perl/debian/changelog
    trunk/libxml-sax-machines-perl/debian/rules

Modified: trunk/libxml-sax-machines-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-machines-perl/debian/changelog?rev=17398&op=diff
==============================================================================
--- trunk/libxml-sax-machines-perl/debian/changelog (original)
+++ trunk/libxml-sax-machines-perl/debian/changelog Thu Mar 13 15:01:27 2008
@@ -28,6 +28,8 @@
   [ Niko Tyni ]
   * debian/patches/pseudo-hash.patch: use an ordinary hash reference instead
     of a pseudo hash to stay compatible with Perl 5.10. (Closes: #467316)
+  * Touch Makefile in the 'clean' target so it's newer than the unpatched
+    Makefile.PL
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 25 Feb 2008 20:22:01 +0100
 

Modified: trunk/libxml-sax-machines-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-machines-perl/debian/rules?rev=17398&op=diff
==============================================================================
--- trunk/libxml-sax-machines-perl/debian/rules (original)
+++ trunk/libxml-sax-machines-perl/debian/rules Thu Mar 13 15:01:27 2008
@@ -36,7 +36,9 @@
 	dh_testroot
 
 	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
+
+	# unpatch modifes Makefile.PL, rendering Makefile out of date
+	if [ -f Makefile ]; then touch Makefile && $(MAKE) realclean; fi
 
 install: install-stamp
 install-stamp: build-stamp




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