r29084 - /trunk/libsys-gamin-perl/debian/rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jan 1 20:21:26 UTC 2009


Author: gregoa
Date: Thu Jan  1 20:21:23 2009
New Revision: 29084

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29084
Log:
touch Makefile in debian/rules's clean target after unpatching Makefile.PL

Modified:
    trunk/libsys-gamin-perl/debian/rules

Modified: trunk/libsys-gamin-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-gamin-perl/debian/rules?rev=29084&op=diff
==============================================================================
--- trunk/libsys-gamin-perl/debian/rules (original)
+++ trunk/libsys-gamin-perl/debian/rules Thu Jan  1 20:21:23 2009
@@ -8,6 +8,8 @@
 	touch $@
 
 clean: unpatch
+	# we need to touch Makefile, otherwise Makefile.PL is newer after unpatching
+	[ ! -f Makefile ] || touch Makefile
 	dh clean
 
 install: install-stamp




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