r41315 - in /trunk/libhttp-proxy-perl/debian: changelog control patches/pod_spelling.patch patches/series

diocles-guest at users.alioth.debian.org diocles-guest at users.alioth.debian.org
Tue Aug 4 21:58:36 UTC 2009


Author: diocles-guest
Date: Tue Aug  4 21:58:29 2009
New Revision: 41315

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41315
Log:
s/UNRELEASED/unstable/
  + Fixes FTBFS. (Closes: #521977)
* Set urgency to medium for RC bug fix.
* Remove new proxy_port_23connect and less_headers_50hopbyhop patches;
  they appear to be unnecessary with 0.24.
* Add author/description to pod_spelling.patch.
* debian/control:
  + Remove >= 2 from libwww-perl (build-)dependency; Debian has always had a
    version larger than this.
  + Add self to Uploaders.
  + Extend the long description.

Modified:
    trunk/libhttp-proxy-perl/debian/changelog
    trunk/libhttp-proxy-perl/debian/control
    trunk/libhttp-proxy-perl/debian/patches/pod_spelling.patch
    trunk/libhttp-proxy-perl/debian/patches/series

Modified: trunk/libhttp-proxy-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/debian/changelog?rev=41315&op=diff
==============================================================================
--- trunk/libhttp-proxy-perl/debian/changelog (original)
+++ trunk/libhttp-proxy-perl/debian/changelog Tue Aug  4 21:58:29 2009
@@ -1,8 +1,5 @@
-libhttp-proxy-perl (0.24-1) UNRELEASED; urgency=low
+libhttp-proxy-perl (0.24-1) unstable; urgency=medium
   
-  * still FTBFS for Ryan52 and gregoa
-  * libwww-perl >= 2 looks strange
-
   [ gregor herrmann ]
   * New upstream release.
   * debian/copyright: adjust years of copyright.
@@ -26,8 +23,18 @@
 
   [ Tim Retout ]
   * New upstream release (0.24).
+    + Fixes FTBFS. (Closes: #521977)
+  * Set urgency to medium for RC bug fix.
+  * Remove new proxy_port_23connect and less_headers_50hopbyhop patches;
+    they appear to be unnecessary with 0.24.
+  * Add author/description to pod_spelling.patch.
+  * debian/control:
+    + Remove >= 2 from libwww-perl (build-)dependency; Debian has always had a
+      version larger than this.
+    + Add self to Uploaders.
+    + Extend the long description.
 
- -- Tim Retout <tim at retout.co.uk>  Tue, 04 Aug 2009 13:17:18 +0100
+ -- Tim Retout <tim at retout.co.uk>  Tue, 04 Aug 2009 22:55:08 +0100
 
 libhttp-proxy-perl (0.21-1) unstable; urgency=low
 

Modified: trunk/libhttp-proxy-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/debian/control?rev=41315&op=diff
==============================================================================
--- trunk/libhttp-proxy-perl/debian/control (original)
+++ trunk/libhttp-proxy-perl/debian/control Tue Aug  4 21:58:29 2009
@@ -4,10 +4,11 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>,
  gregor herrmann <gregoa at debian.org>,
- Jose Luis Rivas <ghostbar38 at gmail.com>
+ Jose Luis Rivas <ghostbar38 at gmail.com>,
+ Tim Retout <tim at retout.co.uk>
 Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.40)
 Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl,
- libwww-perl (>= 2), netbase, perl (>= 5.8.8)
+ libwww-perl, netbase, perl (>= 5.8.8)
 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/
@@ -15,7 +16,10 @@
 
 Package: libhttp-proxy-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl (>= 2), perl (>= 5.8.8)
+Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl, perl (>= 5.8.8)
 Description: A 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.
+ .
+ The most interesting feature of this proxy object is its ability to
+ filter the HTTP requests and responses through user-defined filters.

Modified: trunk/libhttp-proxy-perl/debian/patches/pod_spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/debian/patches/pod_spelling.patch?rev=41315&op=diff
==============================================================================
--- trunk/libhttp-proxy-perl/debian/patches/pod_spelling.patch (original)
+++ trunk/libhttp-proxy-perl/debian/patches/pod_spelling.patch Tue Aug  4 21:58:29 2009
@@ -1,3 +1,6 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: Fix spelling in the pod documentation.
+
 --- a/lib/HTTP/Proxy/BodyFilter/save.pm
 +++ b/lib/HTTP/Proxy/BodyFilter/save.pm
 @@ -292,7 +292,7 @@ but a relative path is accepted).

Modified: trunk/libhttp-proxy-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/debian/patches/series?rev=41315&op=diff
==============================================================================
--- trunk/libhttp-proxy-perl/debian/patches/series (original)
+++ trunk/libhttp-proxy-perl/debian/patches/series Tue Aug  4 21:58:29 2009
@@ -1,3 +1,1 @@
 pod_spelling.patch
-proxy_port_23connect.patch
-less_headers_50hopbyhop.patch




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