r19242 - in /trunk/libfilesys-smbclient-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Apr 28 17:18:09 UTC 2008


Author: gregoa
Date: Mon Apr 28 17:18:08 2008
New Revision: 19242

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

Modified: trunk/libfilesys-smbclient-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilesys-smbclient-perl/debian/changelog?rev=19242&op=diff
==============================================================================
--- trunk/libfilesys-smbclient-perl/debian/changelog (original)
+++ trunk/libfilesys-smbclient-perl/debian/changelog Mon Apr 28 17:18:08 2008
@@ -1,3 +1,11 @@
+libfilesys-smbclient-perl (3.1-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 19:16:56 +0200
+
 libfilesys-smbclient-perl (3.1-2) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/libfilesys-smbclient-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilesys-smbclient-perl/debian/rules?rev=19242&op=diff
==============================================================================
--- trunk/libfilesys-smbclient-perl/debian/rules (original)
+++ trunk/libfilesys-smbclient-perl/debian/rules Mon Apr 28 17:18:08 2008
@@ -43,7 +43,7 @@
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp
-	[ ! -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