r44879 - in /trunk/libwww-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Sep 26 19:26:13 UTC 2009


Author: gregoa
Date: Sat Sep 26 19:25:55 2009
New Revision: 44879

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44879
Log:
* debian/control:
  - remove libdigest-md5-perl from Build-Depends-Indep and Depends (virtual
    package provided by perl since at least 5.8.8)
  - add alternatives to libcompress-zlib-perl and libcompress-bzip2-perl in
    Build-Depends-Indep and Recommends

Modified:
    trunk/libwww-perl/debian/changelog
    trunk/libwww-perl/debian/control

Modified: trunk/libwww-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/debian/changelog?rev=44879&op=diff
==============================================================================
--- trunk/libwww-perl/debian/changelog (original)
+++ trunk/libwww-perl/debian/changelog Sat Sep 26 19:25:55 2009
@@ -11,6 +11,13 @@
 
   [ Ryan Niebur ]
   * Update ryan52's email address
+
+  [ gregor herrmann ]
+  * debian/control:
+    - remove libdigest-md5-perl from Build-Depends-Indep and Depends (virtual
+      package provided by perl since at least 5.8.8)
+    - add alternatives to libcompress-zlib-perl and libcompress-bzip2-perl in
+      Build-Depends-Indep and Recommends
 
  -- Jonathan Yu <jawnsy at cpan.org>  Fri, 25 Sep 2009 12:06:15 -0400
 

Modified: trunk/libwww-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/debian/control?rev=44879&op=diff
==============================================================================
--- trunk/libwww-perl/debian/control (original)
+++ trunk/libwww-perl/debian/control Sat Sep 26 19:25:55 2009
@@ -2,9 +2,9 @@
 Priority: optional
 Section: perl
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, netbase, libdigest-md5-perl,
- liburi-perl, libhtml-parser-perl, libcompress-zlib-perl,
- libcompress-bzip2-perl
+Build-Depends-Indep: perl, netbase, liburi-perl, libhtml-parser-perl,
+ perl (>= 5.10.0) | libio-compress-perl | libcompress-zlib-perl,
+ perl (>= 5.10.1) | libio-compress-perl | libcompress-bzip2-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>, Damyan Ivanov <dmn at debian.org>,
  Jaldhar H. Vyas <jaldhar at debian.org>, gregor herrmann <gregoa at debian.org>,
@@ -18,11 +18,12 @@
 
 Package: libwww-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libdigest-md5-perl, 
+Depends: ${misc:Depends}, ${perl:Depends},
  liburi-perl, libhtml-parser-perl, libhtml-tree-perl,
  libhtml-tagset-perl, netbase
-Recommends: libmailtools-perl, libhtml-format-perl, libcompress-zlib-perl,
- libcompress-bzip2-perl
+Recommends: libmailtools-perl, libhtml-format-perl,
+ perl (>= 5.10.0) | libio-compress-perl | libcompress-zlib-perl,
+ perl (>= 5.10.1) | libio-compress-perl | libcompress-bzip2-perl
 Suggests: libcrypt-ssleay-perl | libio-socket-ssl-perl
 Description: Perl HTTP/WWW client/server library
  libwww-perl (also known as LWP) is a collection of Perl modules that provide




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