r54415 - in /trunk/libvideo-capture-v4l-perl/debian: changelog patches/bashism.patch patches/compile-failure.patch patches/compile_with_-fPIC.patch patches/v4l2.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Mar 17 16:55:57 UTC 2010


Author: gregoa
Date: Wed Mar 17 16:55:36 2010
New Revision: 54415

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54415
Log:
Add DEP3 headers to patches.

Modified:
    trunk/libvideo-capture-v4l-perl/debian/changelog
    trunk/libvideo-capture-v4l-perl/debian/patches/bashism.patch
    trunk/libvideo-capture-v4l-perl/debian/patches/compile-failure.patch
    trunk/libvideo-capture-v4l-perl/debian/patches/compile_with_-fPIC.patch
    trunk/libvideo-capture-v4l-perl/debian/patches/v4l2.patch

Modified: trunk/libvideo-capture-v4l-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-capture-v4l-perl/debian/changelog?rev=54415&op=diff
==============================================================================
--- trunk/libvideo-capture-v4l-perl/debian/changelog (original)
+++ trunk/libvideo-capture-v4l-perl/debian/changelog Wed Mar 17 16:55:36 2010
@@ -17,6 +17,7 @@
   * Convert to debhelper 7.
   * Set Standards-Version to 3.8.4; drop version from perl build dependency.
   * Convert debian/copyright to DEP5 format.
+  * Add DEP3 headers to patches.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:48:52 +0100
 

Modified: trunk/libvideo-capture-v4l-perl/debian/patches/bashism.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-capture-v4l-perl/debian/patches/bashism.patch?rev=54415&op=diff
==============================================================================
--- trunk/libvideo-capture-v4l-perl/debian/patches/bashism.patch (original)
+++ trunk/libvideo-capture-v4l-perl/debian/patches/bashism.patch Wed Mar 17 16:55:36 2010
@@ -1,3 +1,8 @@
+Description: Fix bashism: dash requires path to file in "." when sourcing it.
+Bug-Debian: #374151
+Author: Joey Hess <joeyh at debian.org>
+Date: Sat, 11 Aug 2007 21:15:46 -0400
+
 --- a/RTjpeg/Makefile.PL
 +++ b/RTjpeg/Makefile.PL
 @@ -8,7 +8,7 @@ WriteMakefile(

Modified: trunk/libvideo-capture-v4l-perl/debian/patches/compile-failure.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-capture-v4l-perl/debian/patches/compile-failure.patch?rev=54415&op=diff
==============================================================================
--- trunk/libvideo-capture-v4l-perl/debian/patches/compile-failure.patch (original)
+++ trunk/libvideo-capture-v4l-perl/debian/patches/compile-failure.patch Wed Mar 17 16:55:36 2010
@@ -1,6 +1,10 @@
+Author: Andreas Jochens <aj at andaco.de>
+Bug-Debian: #318547
+Description: fix FTBFS ("error: invalid lvalue in assignment")
+
 --- a/RTjpeg/codec/modules/RTb2s_raw.c
 +++ b/RTjpeg/codec/modules/RTb2s_raw.c
-@@ -2,7 +2,7 @@
+@@ -2,7 +2,7 @@ int RTjpeg_b2s(s16 *data, s8 *strm, u8 b
  {
   int ci=1, co=1, tmp;
  
@@ -9,14 +13,3 @@
   
   for(ci=1; ci<=63; ci++)
    if(data[RTjpeg_ZZ[ci]]>0)
---- a/VBI/VBI.xs
-+++ b/VBI/VBI.xs
-@@ -482,7 +482,7 @@
-                     case 0x55:
-                       break;
-                     default:
--                      ; /* no teletext page */
-+                      break; /* no teletext page */
-                     }
- 
-                   if (data[1] == 0x55)

Modified: trunk/libvideo-capture-v4l-perl/debian/patches/compile_with_-fPIC.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-capture-v4l-perl/debian/patches/compile_with_-fPIC.patch?rev=54415&op=diff
==============================================================================
--- trunk/libvideo-capture-v4l-perl/debian/patches/compile_with_-fPIC.patch (original)
+++ trunk/libvideo-capture-v4l-perl/debian/patches/compile_with_-fPIC.patch Wed Mar 17 16:55:36 2010
@@ -1,3 +1,7 @@
+Description: Use -fPIC, minor compile fixes.
+Debian-Bugs: #258991, #259440, #258680
+Author: Matthias Urlichs <smurf at debian.org>
+
 --- a/RTjpeg/Makefile.PL
 +++ b/RTjpeg/Makefile.PL
 @@ -3,6 +3,7 @@ use ExtUtils::MakeMaker;
@@ -26,3 +30,14 @@
      linkext	=> {LINKTYPE => ''},
      DIR		=> ['V4l','VBI','RTjpeg'],
  );
+--- a/VBI/VBI.xs
++++ b/VBI/VBI.xs
+@@ -482,7 +482,7 @@ decoder_decode (decoder *dec, UI y, u8 *
+                     case 0x55:
+                       break;
+                     default:
+-                      ; /* no teletext page */
++                      break; /* no teletext page */
+                     }
+ 
+                   if (data[1] == 0x55)

Modified: trunk/libvideo-capture-v4l-perl/debian/patches/v4l2.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-capture-v4l-perl/debian/patches/v4l2.patch?rev=54415&op=diff
==============================================================================
--- trunk/libvideo-capture-v4l-perl/debian/patches/v4l2.patch (original)
+++ trunk/libvideo-capture-v4l-perl/debian/patches/v4l2.patch Wed Mar 17 16:55:36 2010
@@ -1,3 +1,8 @@
+Author: Damyan Invanov <dmn at debian.org>
+Author: gregor herrmann <gregoa at debian.org>
+Description: making the module use v4l1_open function from libv4l
+Bugs-Debian: #569091 -- Uses obsolete V4L1 API
+
 --- a/V4l/V4l.pm
 +++ b/V4l/V4l.pm
 @@ -7,6 +7,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPOR




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