r34699 - in /trunk/libvideo-info-perl: debian/control t/Quicktime.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun May 3 03:57:52 UTC 2009


Author: jawnsy-guest
Date: Sun May  3 03:57:31 2009
New Revision: 34699

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34699
Log:
Now builds lintian clean (thanks Ryan52) :-)

Modified:
    trunk/libvideo-info-perl/debian/control
    trunk/libvideo-info-perl/t/Quicktime.t

Modified: trunk/libvideo-info-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-info-perl/debian/control?rev=34699&op=diff
==============================================================================
--- trunk/libvideo-info-perl/debian/control (original)
+++ trunk/libvideo-info-perl/debian/control Sun May  3 03:57:31 2009
@@ -1,5 +1,5 @@
 Source: libvideo-info-perl
-Section: perl
+Section: non-free/perl
 Priority: optional
 Build-Depends: quilt, debhelper (>= 7), libclass-makemethods-perl (>= 1),
   libmp3-info-perl (>= 1), perl (>= 5.6.0-12)
@@ -14,7 +14,6 @@
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, libclass-makemethods-perl (>= 1),
   libmp3-info-perl (>= 1)
-Section: non-free/perl
 Description: Perl module to examine video files
  Video::Info is a module for working with video files. It can open files and
  determine its most likely type, then extract information such as play length,

Modified: trunk/libvideo-info-perl/t/Quicktime.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-info-perl/t/Quicktime.t?rev=34699&op=diff
==============================================================================
--- trunk/libvideo-info-perl/t/Quicktime.t (original)
+++ trunk/libvideo-info-perl/t/Quicktime.t Sun May  3 03:57:31 2009
@@ -38,4 +38,3 @@
 ok int($file->duration)== 5;		warn $file->duration if DEBUG;
 ok $file->title        eq '-1';     warn $file->title if DEBUG;
 ok $file->copyright    eq '-1';     warn $file->copyright if DEBUG;
-




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