r31632 - /trunk/libmath-calc-units-perl/debian/rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Mar 7 16:27:04 UTC 2009


Author: gregoa
Date: Sat Mar  7 16:27:01 2009
New Revision: 31632

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31632
Log:
we need to touch Makefile after unpatching Makefile.PL

Modified:
    trunk/libmath-calc-units-perl/debian/rules

Modified: trunk/libmath-calc-units-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-calc-units-perl/debian/rules?rev=31632&op=diff
==============================================================================
--- trunk/libmath-calc-units-perl/debian/rules (original)
+++ trunk/libmath-calc-units-perl/debian/rules Sat Mar  7 16:27:01 2009
@@ -8,6 +8,7 @@
 	touch $@
 
 clean: unpatch
+	[ ! -f Makefile ] || touch Makefile
 	dh $@
 
 install: install-stamp




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