r35533 - in /trunk/libvideo-fourcc-info-perl/debian: README.source changelog control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun May 17 02:18:10 UTC 2009


Author: jawnsy-guest
Date: Sun May 17 02:18:01 2009
New Revision: 35533

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35533
Log:
Removed README.source, I have no idea how that got in there. I was probably planning to patch it and later changed my mind and modified upstream. Fixed module description and dependencies.

Removed:
    trunk/libvideo-fourcc-info-perl/debian/README.source
Modified:
    trunk/libvideo-fourcc-info-perl/debian/changelog
    trunk/libvideo-fourcc-info-perl/debian/control

Modified: trunk/libvideo-fourcc-info-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-fourcc-info-perl/debian/changelog?rev=35533&op=diff
==============================================================================
--- trunk/libvideo-fourcc-info-perl/debian/changelog (original)
+++ trunk/libvideo-fourcc-info-perl/debian/changelog Sun May 17 02:18:01 2009
@@ -1,24 +1,4 @@
-libvideo-fourcc-info-perl (1.1.5-1) UNRELEASED; urgency=low
-
-  TODO:
-  - remove debian/README.source, I don't see any patches anywhere
-  - debian/control:
-    * there is still no libtest-kwalitee-perl in debian
-    * mention module name in long description
-    * since libdbd-sqlite3-perl is versioned in B-D-I it should probably be
-      versioned in Depends too
-    * lintian says: "W: libvideo-fourcc-info-perl source: no-human-maintainers"
-      --> s/Uploader/Uploaders/
-    * dh_auto_configure says:
-       * Optional prerequisite DateTime is not installed
-       * Optional prerequisite Test::Without::Module is not installed 
-       * Optional prerequisite Test::Pod::Coverage is not installed  
-       * Optional prerequisite Video::Info::Magic is not installed   
-       * Optional prerequisite Test::Portability::Files is not installed
-       * Optional prerequisite Test::Signature is not installed
-       * Optional prerequisite Test::Kwalitee is not installed
-     -> check which of them are in debian and add them to B-D-I and Depends as
-        appropriate    
+libvideo-fourcc-info-perl (1.1.5-1) unstable; urgency=low
 
   * Initial release. (Closes: #528526)
 

Modified: trunk/libvideo-fourcc-info-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-fourcc-info-perl/debian/control?rev=35533&op=diff
==============================================================================
--- trunk/libvideo-fourcc-info-perl/debian/control (original)
+++ trunk/libvideo-fourcc-info-perl/debian/control Sun May 17 02:18:01 2009
@@ -3,13 +3,16 @@
 Priority: optional
 Build-Depends: perl-modules (>= 5.10) | libmodule-build-perl,
   debhelper (>= 7.2.10)
-Build-Depends-Indep: libdbd-sqlite3-perl (>= 1.20), libtest-pod-perl (>= 1.14),
-  libdbi-perl, libtest-kwalitee-perl (>= 1.01), libperl-critic-perl (>= 1.098),
+Build-Depends-Indep: libdbd-sqlite3-perl (>= 1.20), libdbi-perl,
+  libtest-pod-perl (>= 1.14), libperl-critic-perl (>= 1.098),
   libtest-nowarnings-perl (>= 0.084), libtest-distmanifest-perl (>= 1.1.4),
-  libtest-perl-critic-perl, libtest-yaml-meta-perl (>= 0.11),
-  libtest-minimumversion-perl (>= 0.008), perl (>= 5.6.0-12)
+  libdbi-perl, libtest-perl-critic-perl, libtest-yaml-meta-perl (>= 0.11),
+  libtest-minimumversion-perl (>= 0.008), libtest-without-module (>= 0.17),
+  libtest-pod-coverage-perl (>= 1.04), libtest-portability-files-perl,
+  libtest-signature-perl, libtest-pod-perl (>= 1.14), libdatetime-perl,
+  perl (>= 5.6.0-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploader: Jonathan Yu <frequency at cpan.org>
+Uploaders: Jonathan Yu <frequency at cpan.org>
 Standards-Version: 3.8.1
 Homepage: http://search.cpan.org/dist/Video-FourCC-Info/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libvideo-fourcc-info-perl/
@@ -17,13 +20,17 @@
 
 Package: libvideo-fourcc-info-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libdbd-sqlite3-perl, libdbi-perl
+Depends: ${misc:Depends}, ${perl:Depends}, libdbd-sqlite3-perl (>= 1.20),
+  libdatetime-perl, libdbi-perl
 Description: Perl module to find information about codecs from its FourCC
- In order for video players to detect the algorithm required to decode a given
- video file, a four-byte sequence called a Four Character Code is written
- somewhere in the header of the file. This ensures that the detected codec
- format is independent of the file extension, which may be incorrect due to
- human error or for some other reason.
+ Video::FourCC::Info finds information about a given Four Character Code
+ (FourCC).
+ .
+ This code is a four-byte sequence embedded in video files that tells video
+ players what algorithm is required to decode a given video stream. This
+ detection scheme ensures that the detected codec format is independent of
+ the file extension, which may be incorrect due to human error or for some
+ other reason.
  .
  This is similar to the four-byte "magic number" used by the UNIX file(1)
  command to roughly determine a file format. There is a `peekvideo' command




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