r72232 - in /trunk/libhttp-proxy-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Apr 4 16:36:13 UTC 2011


Author: gregoa
Date: Mon Apr  4 16:36:00 2011
New Revision: 72232

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72232
Log:
Prepare build and runtime dependencies for libwww-perl 6
(closes: #620482).

Modified:
    trunk/libhttp-proxy-perl/debian/changelog
    trunk/libhttp-proxy-perl/debian/control

Modified: trunk/libhttp-proxy-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/debian/changelog?rev=72232&op=diff
==============================================================================
--- trunk/libhttp-proxy-perl/debian/changelog (original)
+++ trunk/libhttp-proxy-perl/debian/changelog Mon Apr  4 16:36:00 2011
@@ -2,6 +2,8 @@
 
   [ gregor herrmann ]
   * debian/rules: switch order of arguments to dh.
+  * Prepare build and runtime dependencies for libwww-perl 6
+    (closes: #620482).
 
   [ Tim Retout ]
   * debian/control: Update my email address.

Modified: trunk/libhttp-proxy-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/debian/control?rev=72232&op=diff
==============================================================================
--- trunk/libhttp-proxy-perl/debian/control (original)
+++ trunk/libhttp-proxy-perl/debian/control Mon Apr  4 16:36:00 2011
@@ -8,7 +8,8 @@
  Tim Retout <diocles at debian.org>
 Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl,
- libwww-perl, netbase, perl (>= 5.8.8)
+ libwww-perl, netbase, perl (>= 5.8.8),
+ libhttp-daemon-perl | libwww-perl (<< 6)
 Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/HTTP-Proxy/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhttp-proxy-perl/
@@ -16,7 +17,8 @@
 
 Package: libhttp-proxy-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl, perl (>= 5.8.8)
+Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl, perl (>= 5.8.8),
+ libhttp-daemon-perl | libwww-perl (<< 6)
 Description: pure Perl HTTP proxy
  HTTP::Proxy implements the methods needed to run a pure-perl HTTP
  proxy using LWP. Useful for lightweight, easy to configure proxies.




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