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

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Fri Apr 1 07:19:46 UTC 2011


Author: periapt-guest
Date: Fri Apr  1 07:19:07 2011
New Revision: 72127

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72127
Log:
  - Modules not in the LWP namespace have been made into separate modules
  - Packages using HTTP::Daemon should declare the appropriate
    dependency on libhttp-daemon-perl | libwww-perl (<< 6).
  - Packages using HTML::Form should declare the appropriate
    dependency on libhtml-form-perl | libwww-perl (<< 6).

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=72127&op=diff
==============================================================================
--- trunk/libwww-perl/debian/changelog (original)
+++ trunk/libwww-perl/debian/changelog Fri Apr  1 07:19:07 2011
@@ -1,15 +1,16 @@
 libwww-perl (6.01-1) UNRELEASED; urgency=low
 
-  WAITS-FOR: liblwp-protocol-https-perl
-
   * New upstream release 
-    - Modules not LWP namespace have been made into separate modules
+    - Modules not in the LWP namespace have been made into separate modules
     - In particular IPv6 issues now handled by libnet-http-perl,
       see #306914, (Closes: #614948) 
+    - Packages using HTTP::Daemon should declare the appropriate
+      dependency on libhttp-daemon-perl | libwww-perl (<< 6).
+    - Packages using HTML::Form should declare the appropriate
+      dependency on libhtml-form-perl | libwww-perl (<< 6).
   * Updated dependencies
   * New upstream release
   * Removed unnecessary versioned dependency on libio-compress-perl
-  * New upstream release
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Fri, 01 Apr 2011 00:10:30 +0100
 

Modified: trunk/libwww-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-perl/debian/control?rev=72127&op=diff
==============================================================================
--- trunk/libwww-perl/debian/control (original)
+++ trunk/libwww-perl/debian/control Fri Apr  1 07:19:07 2011
@@ -37,7 +37,6 @@
  libhtml-tagset-perl,
  libhtml-tree-perl,
  libhttp-cookies-perl,
- libhttp-daemon-perl,
  libhttp-date-perl,
  libhttp-message-perl,
  libhttp-negotiate-perl,
@@ -48,9 +47,10 @@
  netbase
 Recommends: libhtml-form-perl,
  libhtml-format-perl,
- liblwp-protocol-https-perl,
+ libhttp-daemon-perl,
  libmailtools-perl
 Suggests: libcrypt-ssleay-perl | libio-socket-ssl-perl
+Provides: liblwp-protocol-https-perl,
 Description: simple and consistent interface to the world-wide web
  libwww-perl (also known as LWP) is a collection of Perl modules that provide
  a simple and consistent programming interface (API) to the World-Wide Web.




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