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

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Tue Nov 27 19:00:57 UTC 2007


Author: ntyni-guest
Date: Tue Nov 27 19:00:56 2007
New Revision: 9856

URL: http://svn.debian.org/wsvn/?sc=1&rev=9856
Log:
touch the Makefile in the 'clean' target, so it won't get rebuilt after
'unpatch' has modified Makefile.PL

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

Modified: trunk/libxml-sax-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-perl/debian/rules?rev=9856&op=diff
==============================================================================
--- trunk/libxml-sax-perl/debian/rules (original)
+++ trunk/libxml-sax-perl/debian/rules Tue Nov 27 19:00:56 2007
@@ -28,7 +28,9 @@
 		dh_clean build-stamp install-stamp
 		# remove generated files
 		$(RM) XML-SAX-Base/lib/XML/SAX/*.pm t/lib/*
-		[ ! -f Makefile ] || $(MAKE) realclean
+		# touch the Makefile so it won't get rebuilt after 'unpatch' 
+		# has modified Makefile.PL
+		[ ! -f Makefile ] || ( touch Makefile && $(MAKE) realclean )
 
 build:		$(QUILT_STAMPFN) build-stamp
 build-stamp:




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