r19232 - in /trunk/perlconsole/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Apr 28 16:14:09 UTC 2008


Author: gregoa
Date: Mon Apr 28 16:14:09 2008
New Revision: 19232

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19232
Log:
debian/rules: touch Makefile in clean target after unpatching
Makefile.PL to prevent it from being re-built; allows building twice
in a row.

Modified:
    trunk/perlconsole/debian/changelog
    trunk/perlconsole/debian/rules

Modified: trunk/perlconsole/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlconsole/debian/changelog?rev=19232&op=diff
==============================================================================
--- trunk/perlconsole/debian/changelog (original)
+++ trunk/perlconsole/debian/changelog Mon Apr 28 16:14:09 2008
@@ -1,3 +1,11 @@
+perlconsole (0.4-3) UNRELEASED; urgency=low
+
+  * debian/rules: touch Makefile in clean target after unpatching
+    Makefile.PL to prevent it from being re-built; allows building twice
+    in a row.
+
+ -- gregor herrmann <gregoa at debian.org>  Mon, 28 Apr 2008 18:12:54 +0200
+
 perlconsole (0.4-2) unstable; urgency=low
 
   * Added missing dependency to libb-keywords-perl (thanks to Rached Ben

Modified: trunk/perlconsole/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlconsole/debian/rules?rev=19232&op=diff
==============================================================================
--- trunk/perlconsole/debian/rules (original)
+++ trunk/perlconsole/debian/rules Mon Apr 28 16:14:09 2008
@@ -47,7 +47,7 @@
 	dh_clean build-stamp install-stamp
 
 	# Add commands to clean up after the build process here
-	[ ! -f Makefile ] || $(MAKE) realclean
+	[ ! -f Makefile ] || ( touch Makefile && $(MAKE) realclean )
 
 install: build install-stamp
 install-stamp:




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