r11058 - in /trunk/libwww-perl/debian: changelog control patches/documentation_fixes.patch

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Sun Dec 9 11:35:48 UTC 2007


Author: tincho-guest
Date: Sun Dec  9 11:35:47 2007
New Revision: 11058

URL: http://svn.debian.org/wsvn/?sc=1&rev=11058
Log:
  - New run-time dependency: netbase (Closes: #424737).
  documentation (Closes: #396968, #408426, #354905) and HTTP::Cookies man
  page (Closes: #422732).

Modified:
    trunk/libwww-perl/debian/changelog
    trunk/libwww-perl/debian/control
    trunk/libwww-perl/debian/patches/documentation_fixes.patch

Modified: trunk/libwww-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libwww-perl/debian/changelog?rev=11058&op=diff
==============================================================================
--- trunk/libwww-perl/debian/changelog (original)
+++ trunk/libwww-perl/debian/changelog Sun Dec  9 11:35:47 2007
@@ -6,13 +6,15 @@
     - Moved debhelper to Build-Depends.
     - Added quilt build-dependency for documentation patches to be added.
     - New run-time dependency: libhtml-tagset-perl.
+    - New run-time dependency: netbase (Closes: #424737).
   * debian/compat: to version 5.
   * debian/copyright: converted to UTF-8, updated and converted to new format.
   * debian/rules: revamped with current group practices. Added quilt support.
   * debian/patches/documentation_fixes.patch: Patch to lwp-request
-    documentation (Closes: #396968, #408426, #354905).
-
- -- Martín Ferrari <martin.ferrari at gmail.com>  Sun, 09 Dec 2007 07:56:41 -0300
+    documentation (Closes: #396968, #408426, #354905) and HTTP::Cookies man
+    page (Closes: #422732).
+
+ -- Martín Ferrari <martin.ferrari at gmail.com>  Sun, 09 Dec 2007 08:33:57 -0300
 
 libwww-perl (5.805-2) UNRELEASED; urgency=low
 

Modified: trunk/libwww-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libwww-perl/debian/control?rev=11058&op=diff
==============================================================================
--- trunk/libwww-perl/debian/control (original)
+++ trunk/libwww-perl/debian/control Sun Dec  9 11:35:47 2007
@@ -20,7 +20,7 @@
 Depends: ${perl:Depends}, libnet-perl (>= 1:1.09) | perl (>= 5.8.1),
  libdigest-md5-perl, libmime-base64-perl (>= 2.1) | perl (>= 5.8),
  liburi-perl (>= 1.10), libhtml-parser-perl (>= 3.33),
- libhtml-tree-perl (>= 3.11), libhtml-tagset-perl
+ libhtml-tree-perl (>= 3.11), libhtml-tagset-perl, netbase
 Recommends: libmailtools-perl, libhtml-format-perl, libcompress-zlib-perl
 Suggests: libio-socket-ssl-perl (>= 0.81-2)
 Description: WWW client/server library for Perl (aka LWP)

Modified: trunk/libwww-perl/debian/patches/documentation_fixes.patch
URL: http://svn.debian.org/wsvn/trunk/libwww-perl/debian/patches/documentation_fixes.patch?rev=11058&op=diff
==============================================================================
--- trunk/libwww-perl/debian/patches/documentation_fixes.patch (original)
+++ trunk/libwww-perl/debian/patches/documentation_fixes.patch Sun Dec  9 11:35:47 2007
@@ -40,3 +40,25 @@
  
      -u            Display method and URL before any response
      -U            Display request headers (implies -u)
+Index: libwww-perl/lib/HTTP/Cookies.pm
+===================================================================
+--- libwww-perl.orig/lib/HTTP/Cookies.pm
++++ libwww-perl/lib/HTTP/Cookies.pm
+@@ -199,7 +199,7 @@ sub extract_cookies
+ 
+     if (@ns_set) {
+ 	# The old Netscape cookie format for Set-Cookie
+-        # http://www.netscape.com/newsref/std/cookie_spec.html
++	# http://wp.netscape.com/newsref/std/cookie_spec.html
+ 	# can for instance contain an unquoted "," in the expires
+ 	# field, so we have to use this ad-hoc parser.
+ 	my $now = time();
+@@ -626,7 +626,7 @@ knows about.
+ Cookies are a general mechanism which server side connections can use
+ to both store and retrieve information on the client side of the
+ connection.  For more information about cookies refer to
+-<URL:http://www.netscape.com/newsref/std/cookie_spec.html> and
++<URL:http://wp.netscape.com/newsref/std/cookie_spec.html> and
+ <URL:http://www.cookiecentral.com/>.  This module also implements the
+ new style cookies described in I<RFC 2965>.
+ The two variants of cookies are supposed to be able to coexist happily.




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