r28589 - /trunk/libxml-sax-expatxs-perl/debian/rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Dec 23 22:36:10 UTC 2008


Author: gregoa
Date: Tue Dec 23 22:36:07 2008
New Revision: 28589

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28589
Log:
touch Makefile

Modified:
    trunk/libxml-sax-expatxs-perl/debian/rules

Modified: trunk/libxml-sax-expatxs-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-expatxs-perl/debian/rules?rev=28589&op=diff
==============================================================================
--- trunk/libxml-sax-expatxs-perl/debian/rules (original)
+++ trunk/libxml-sax-expatxs-perl/debian/rules Tue Dec 23 22:36:07 2008
@@ -8,6 +8,8 @@
 	touch $@
 
 clean: unpatch
+	# we need to touch Makefile after unpatching Makefile.PL
+	[ ! -f Makefile ] || touch Makefile
 	dh $@ </dev/null
 
 install: install-stamp




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