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

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


Author: tincho-guest
Date: Sun Dec  9 11:08:08 2007
New Revision: 11057

URL: http://svn.debian.org/wsvn/?sc=1&rev=11057
Log:
  documentation (Closes: #396968, #408426, #354905).

Modified:
    trunk/libwww-perl/debian/changelog
    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=11057&op=diff
==============================================================================
--- trunk/libwww-perl/debian/changelog (original)
+++ trunk/libwww-perl/debian/changelog Sun Dec  9 11:08:08 2007
@@ -10,9 +10,9 @@
   * 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).
-
- -- Martín Ferrari <martin.ferrari at gmail.com>  Sun, 09 Dec 2007 07:54:42 -0300
+    documentation (Closes: #396968, #408426, #354905).
+
+ -- Martín Ferrari <martin.ferrari at gmail.com>  Sun, 09 Dec 2007 07:56:41 -0300
 
 libwww-perl (5.805-2) UNRELEASED; urgency=low
 

Modified: trunk/libwww-perl/debian/patches/documentation_fixes.patch
URL: http://svn.debian.org/wsvn/trunk/libwww-perl/debian/patches/documentation_fixes.patch?rev=11057&op=diff
==============================================================================
--- trunk/libwww-perl/debian/patches/documentation_fixes.patch (original)
+++ trunk/libwww-perl/debian/patches/documentation_fixes.patch Sun Dec  9 11:08:08 2007
@@ -2,14 +2,23 @@
 ===================================================================
 --- libwww-perl.orig/bin/lwp-request
 +++ libwww-perl/bin/lwp-request
-@@ -10,7 +10,7 @@ lwp-request - Simple command line user a
+@@ -6,13 +6,13 @@
+ 
+ =head1 NAME
+ 
+-lwp-request - Simple command line user agent
++lwp-request, GET, POST, HEAD - Simple command line user agent
  
  =head1 SYNOPSIS
  
 - lwp-request [-aeEdvhx] [-m method] [-b <base URL>] [-t <timeout>]
-+ lwp-request [-afPuUsSedvhx] [-m method] [-b <base URL>] [-t <timeout>]
-              [-i <if-modified-since>] [-c <content-type>] [-C <credentials>]
-              [-p <proxy-url>] [-o <format>] <url>...
+-             [-i <if-modified-since>] [-c <content-type>] [-C <credentials>]
+-             [-p <proxy-url>] [-o <format>] <url>...
++B<lwp-request> [B<-afPuUsSedvhx>] [B<-m> I<method>] [B<-b> I<base URL>] [B<-t> I<timeout>]
++            [B<-i> I<if-modified-since>] [B<-c> I<content-type>]
++            [B<-C> I<credentials>] [B<-p> I<proxy-url>] [B<-o> I<format>] I<url>...
+ 
+ =head1 DESCRIPTION
  
 @@ -71,6 +71,10 @@ Set the proxy to be used for the request
  proxy settings from the environment.  You can disable this with the




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