r19235 - in /trunk/libvideo-capture-v4l-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Apr 28 16:33:31 UTC 2008


Author: gregoa
Date: Mon Apr 28 16:33:27 2008
New Revision: 19235

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

Modified: trunk/libvideo-capture-v4l-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-capture-v4l-perl/debian/changelog?rev=19235&op=diff
==============================================================================
--- trunk/libvideo-capture-v4l-perl/debian/changelog (original)
+++ trunk/libvideo-capture-v4l-perl/debian/changelog Mon Apr 28 16:33:27 2008
@@ -1,3 +1,11 @@
+libvideo-capture-v4l-perl (0.901-4) 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:33:12 +0200
+
 libvideo-capture-v4l-perl (0.901-3) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/libvideo-capture-v4l-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-capture-v4l-perl/debian/rules?rev=19235&op=diff
==============================================================================
--- trunk/libvideo-capture-v4l-perl/debian/rules (original)
+++ trunk/libvideo-capture-v4l-perl/debian/rules Mon Apr 28 16:33:27 2008
@@ -45,7 +45,7 @@
 	dh_testroot
 
 	# Add commands to clean up after the build process here
-	if [ -e Makefile ]; then $(MAKE) realclean; fi
+	if [ -e Makefile ]; then touch Makefile; $(MAKE) realclean; fi
 
 	dh_clean build-stamp install-stamp RTjpeg/codec/RTjpeg.c
 




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