r26258 - /trunk/libpoe-perl/debian/rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Oct 26 16:02:29 UTC 2008


Author: gregoa
Date: Sun Oct 26 16:02:26 2008
New Revision: 26258

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26258
Log:
resurrect touch'ing Makefile in clean target

Modified:
    trunk/libpoe-perl/debian/rules

Modified: trunk/libpoe-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-perl/debian/rules?rev=26258&op=diff
==============================================================================
--- trunk/libpoe-perl/debian/rules (original)
+++ trunk/libpoe-perl/debian/rules Sun Oct 26 16:02:26 2008
@@ -10,6 +10,8 @@
 	touch $@
 
 clean: unpatch
+	# Needed because after unpatching Makefile.PL is newer than Makefile
+	[ ! -f Makefile ] || touch Makefile
 	dh $@
 
 install: install-stamp




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