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

joeyh at users.alioth.debian.org joeyh at users.alioth.debian.org
Sun Aug 12 01:15:45 UTC 2007


Author: joeyh
Date: Sun Aug 12 01:15:44 2007
New Revision: 6504

URL: http://svn.debian.org/wsvn/?sc=1&rev=6504
Log:
* Don't ignore make realclean errors.

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/trunk/libvideo-capture-v4l-perl/debian/changelog?rev=6504&op=diff
==============================================================================
--- trunk/libvideo-capture-v4l-perl/debian/changelog (original)
+++ trunk/libvideo-capture-v4l-perl/debian/changelog Sun Aug 12 01:15:44 2007
@@ -4,8 +4,9 @@
     Closes: #374151
   * Add self to uploaders.
   * Remove generated file RTjpeg/codec/RTjpeg.c in clean.
+  * Don't ignore make realclean errors.
 
- -- Joey Hess <joeyh at debian.org>  Sat, 11 Aug 2007 20:59:16 -0400
+ -- Joey Hess <joeyh at debian.org>  Sat, 11 Aug 2007 21:15:23 -0400
 
 libvideo-capture-v4l-perl (0.901-1) unstable; urgency=low
 

Modified: trunk/libvideo-capture-v4l-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libvideo-capture-v4l-perl/debian/rules?rev=6504&op=diff
==============================================================================
--- trunk/libvideo-capture-v4l-perl/debian/rules (original)
+++ trunk/libvideo-capture-v4l-perl/debian/rules Sun Aug 12 01:15:44 2007
@@ -43,7 +43,7 @@
 	dh_testroot
 
 	# Add commands to clean up after the build process here
-	-$(MAKE) realclean
+	if [ -e Makefile ]; then $(MAKE) realclean; fi
 
 	dh_clean build-stamp install-stamp RTjpeg/codec/RTjpeg.c
 




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