r6502 - in /trunk/libvideo-capture-v4l-perl: RTjpeg/Makefile.PL debian/changelog debian/control

joeyh at users.alioth.debian.org joeyh at users.alioth.debian.org
Sun Aug 12 01:07:32 UTC 2007


Author: joeyh
Date: Sun Aug 12 01:07:32 2007
New Revision: 6502

URL: http://svn.debian.org/wsvn/?sc=1&rev=6502
Log:
* Fix bashism: dash requires path to file in "." when sourcing it.
  Closes: #374151
* Add self to uploaders.

Modified:
    trunk/libvideo-capture-v4l-perl/RTjpeg/Makefile.PL
    trunk/libvideo-capture-v4l-perl/debian/changelog
    trunk/libvideo-capture-v4l-perl/debian/control

Modified: trunk/libvideo-capture-v4l-perl/RTjpeg/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libvideo-capture-v4l-perl/RTjpeg/Makefile.PL?rev=6502&op=diff
==============================================================================
--- trunk/libvideo-capture-v4l-perl/RTjpeg/Makefile.PL (original)
+++ trunk/libvideo-capture-v4l-perl/RTjpeg/Makefile.PL Sun Aug 12 01:07:32 2007
@@ -9,7 +9,7 @@
 
 sub MY::postamble { <<EOF
 codec/RTjpeg.c: codec/compose.sh
-	cd codec && . compose.sh
+	cd codec && . ./compose.sh
 
 codec/RTjpeg.o: codec/RTjpeg.c codec/RTjpeg.h
 	\$(CCCMD) \$(CCCDLFLAGS) -fPIC -o \$@ \$<

Modified: trunk/libvideo-capture-v4l-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libvideo-capture-v4l-perl/debian/changelog?rev=6502&op=diff
==============================================================================
--- trunk/libvideo-capture-v4l-perl/debian/changelog (original)
+++ trunk/libvideo-capture-v4l-perl/debian/changelog Sun Aug 12 01:07:32 2007
@@ -1,3 +1,11 @@
+libvideo-capture-v4l-perl (0.901-2) UNRELEASED; urgency=low
+
+  * Fix bashism: dash requires path to file in "." when sourcing it.
+    Closes: #374151
+  * Add self to uploaders.
+
+ -- Joey Hess <joeyh at debian.org>  Sat, 11 Aug 2007 20:59:16 -0400
+
 libvideo-capture-v4l-perl (0.901-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libvideo-capture-v4l-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libvideo-capture-v4l-perl/debian/control?rev=6502&op=diff
==============================================================================
--- trunk/libvideo-capture-v4l-perl/debian/control (original)
+++ trunk/libvideo-capture-v4l-perl/debian/control Sun Aug 12 01:07:32 2007
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Zak B. Elep <zakame at spunge.org>, Carlo Segre <segre at debian.org>
+Uploaders: Zak B. Elep <zakame at spunge.org>, Carlo Segre <segre at debian.org>, Joey Hess <joeyh at debian.org>
 Build-Depends: debhelper (>= 5.0.0), perl (>= 5.8.0-7)
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libvideo-capture-v4l-perl/




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