r61066 - in /trunk/libwebservice-youtube-perl/debian: changelog control

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sun Aug 1 11:40:16 UTC 2010


Author: carnil-guest
Date: Sun Aug  1 11:39:57 2010
New Revision: 61066

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61066
Log:
* Bump versioned dependency on debhelper to (>= 7.2.13) for
  Module::AutoInstall.
* Drop (Build-)Depends(-Indep) on libversion-perl which is in perl (>=
  5.10) already in stable.

Modified:
    trunk/libwebservice-youtube-perl/debian/changelog
    trunk/libwebservice-youtube-perl/debian/control

Modified: trunk/libwebservice-youtube-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwebservice-youtube-perl/debian/changelog?rev=61066&op=diff
==============================================================================
--- trunk/libwebservice-youtube-perl/debian/changelog (original)
+++ trunk/libwebservice-youtube-perl/debian/changelog Sun Aug  1 11:39:57 2010
@@ -19,6 +19,10 @@
   * Drop quilt framework from debian/{control,rules}.
   * Do not run perlcritic tests anymore which caused package FTBFS
     (Closes: #591113).
+  * Bump versioned dependency on debhelper to (>= 7.2.13) for
+    Module::AutoInstall.
+  * Drop (Build-)Depends(-Indep) on libversion-perl which is in perl (>=
+    5.10) already in stable.
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 01 Sep 2009 21:20:00 -0700
 

Modified: trunk/libwebservice-youtube-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwebservice-youtube-perl/debian/control?rev=61066&op=diff
==============================================================================
--- trunk/libwebservice-youtube-perl/debian/control (original)
+++ trunk/libwebservice-youtube-perl/debian/control Sun Aug  1 11:39:57 2010
@@ -1,22 +1,22 @@
 Source: libwebservice-youtube-perl
 Section: perl
 Priority: optional
+Build-Depends: debhelper (>= 7.2.13)
+Build-Depends-Indep: libclass-accessor-perl, libtest-pod-coverage-perl,
+ libtest-pod-perl, liburi-perl, libwww-perl, libxml-simple-perl,
+ perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
  Rene Mayorga <rmayorga at debian.org>, Jonathan Yu <jawnsy at cpan.org>
-Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: perl, libversion-perl, libxml-simple-perl,
- libclass-accessor-perl, libwww-perl, liburi-perl, libtest-pod-coverage-perl,
- libtest-pod-perl
 Standards-Version: 3.8.2
+Homepage: http://search.cpan.org/dist/WebService-YouTube/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwebservice-youtube-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libwebservice-youtube-perl/
-Homepage: http://search.cpan.org/dist/WebService-YouTube/
 
 Package: libwebservice-youtube-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libversion-perl, libxml-simple-perl,
- liburi-perl, libwww-perl, libclass-accessor-perl
+Depends: ${misc:Depends}, ${perl:Depends}, libclass-accessor-perl, liburi-perl,
+ libwww-perl, libxml-simple-perl, perl
 Description: Perl module that provides an interface to YouTube services 
  WebService::YouTube provides a Perl interface to YouTube programming interface
  and corresponding RSS services. This module only supports the Legacy API, not




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