r31282 - /trunk/libxml-sax-perl/debian/rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Mar 1 13:44:10 UTC 2009


Author: gregoa
Date: Sun Mar  1 13:44:03 2009
New Revision: 31282

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31282
Log:
we need to touch the Makefile in debian/rules before running dh clean

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

Modified: trunk/libxml-sax-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-perl/debian/rules?rev=31282&op=diff
==============================================================================
--- trunk/libxml-sax-perl/debian/rules (original)
+++ trunk/libxml-sax-perl/debian/rules Sun Mar  1 13:44:03 2009
@@ -8,8 +8,8 @@
 	touch $@
 
 clean: unpatch
+	[ ! -f Makefile ] || touch Makefile
 	dh $@
-	[ ! -f Makefile ] || touch Makefile
 
 install: install-stamp
 install-stamp: build-stamp




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