r19237 - in /trunk/libquota-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Apr 28 16:44:41 UTC 2008


Author: gregoa
Date: Mon Apr 28 16:44:40 2008
New Revision: 19237

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19237
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. s/stamp-stamp/install-stamp/ in dh_clean.

Modified:
    trunk/libquota-perl/debian/changelog
    trunk/libquota-perl/debian/rules

Modified: trunk/libquota-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libquota-perl/debian/changelog?rev=19237&op=diff
==============================================================================
--- trunk/libquota-perl/debian/changelog (original)
+++ trunk/libquota-perl/debian/changelog Mon Apr 28 16:44:40 2008
@@ -1,3 +1,11 @@
+libquota-perl (1.6.2+dfsg-2) 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. s/stamp-stamp/install-stamp/ in dh_clean.
+
+ -- gregor herrmann <gregoa at debian.org>  Mon, 28 Apr 2008 18:43:03 +0200
+
 libquota-perl (1.6.2+dfsg-1) unstable; urgency=low
 
   [ Gregor Herrmann ]

Modified: trunk/libquota-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libquota-perl/debian/rules?rev=19237&op=diff
==============================================================================
--- trunk/libquota-perl/debian/rules (original)
+++ trunk/libquota-perl/debian/rules Mon Apr 28 16:44:40 2008
@@ -35,8 +35,8 @@
 clean: unpatch
 	dh_testdir
 	dh_testroot
-	dh_clean build-stamp stamp-stamp
-	[ ! -f Makefile ] || $(MAKE) distclean
+	dh_clean build-stamp install-stamp
+	[ ! -f Makefile ] || ( touch Makefile && $(MAKE) distclean )
 
 install: install-stamp
 install-stamp: 




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