r19240 - in /trunk/libnet-patricia-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Apr 28 17:06:55 UTC 2008


Author: gregoa
Date: Mon Apr 28 17:06:54 2008
New Revision: 19240

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

Modified: trunk/libnet-patricia-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-patricia-perl/debian/changelog?rev=19240&op=diff
==============================================================================
--- trunk/libnet-patricia-perl/debian/changelog (original)
+++ trunk/libnet-patricia-perl/debian/changelog Mon Apr 28 17:06:54 2008
@@ -1,8 +1,14 @@
 libnet-patricia-perl (1.014-4) UNRELEASED; urgency=low
 
+  [ Joachim Breitner ]
   * Removed myself from uploaders.
 
- -- Joachim Breitner <nomeata at debian.org>  Wed, 13 Feb 2008 23:28:13 +0000
+  [ gregor herrmann ]
+  * 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:06:02 +0200
 
 libnet-patricia-perl (1.014-3) unstable; urgency=low
 

Modified: trunk/libnet-patricia-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-patricia-perl/debian/rules?rev=19240&op=diff
==============================================================================
--- trunk/libnet-patricia-perl/debian/rules (original)
+++ trunk/libnet-patricia-perl/debian/rules Mon Apr 28 17:06:54 2008
@@ -35,7 +35,7 @@
 
 	dh_clean build-stamp install-stamp
 
-	if [ -e Makefile ]; then $(MAKE) distclean; fi
+	if [ -e Makefile ]; then touch Makefile; $(MAKE) distclean; fi
 
 install: install-stamp
 install-stamp: build-stamp




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