r19243 - in /trunk/libdbd-xbase-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Apr 28 17:23:15 UTC 2008


Author: gregoa
Date: Mon Apr 28 17:23:14 2008
New Revision: 19243

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19243
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/libdbd-xbase-perl/debian/changelog
    trunk/libdbd-xbase-perl/debian/rules

Modified: trunk/libdbd-xbase-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-xbase-perl/debian/changelog?rev=19243&op=diff
==============================================================================
--- trunk/libdbd-xbase-perl/debian/changelog (original)
+++ trunk/libdbd-xbase-perl/debian/changelog Mon Apr 28 17:23:14 2008
@@ -1,3 +1,11 @@
+libdbd-xbase-perl (1:0.241-6) 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 19:22:07 +0200
+
 libdbd-xbase-perl (1:0.241-5) unstable; urgency=low
 
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser

Modified: trunk/libdbd-xbase-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-xbase-perl/debian/rules?rev=19243&op=diff
==============================================================================
--- trunk/libdbd-xbase-perl/debian/rules (original)
+++ trunk/libdbd-xbase-perl/debian/rules Mon Apr 28 17:23:14 2008
@@ -37,7 +37,7 @@
 	dh_testroot
 
 	dh_clean build-stamp install-stamp debian/driver_characteristics
-	[ ! -f Makefile ] || $(MAKE) realclean
+	[ ! -f Makefile ] || ( touch Makefile && $(MAKE) realclean )
 
 install: install-stamp
 install-stamp: build-stamp




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