r48159 - in /trunk/libpoe-component-client-http-perl/debian: changelog control patches/fix_WHATIS_entry.patch patches/fix_long_lines.patch patches/legacy_libscan_customisation_in_Makefile_PL.patch patches/series

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Dec 3 23:19:05 UTC 2009


Author: gregoa
Date: Thu Dec  3 23:18:59 2009
New Revision: 48159

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48159
Log:
* debian/control: bump versioned (build) dependencies on libpoe-perl and
  libpoe-component-client-keepalive-perl.
* Remove patch fix_long_lines.patch (applied upstream), refresh other
  patches.

Removed:
    trunk/libpoe-component-client-http-perl/debian/patches/fix_long_lines.patch
Modified:
    trunk/libpoe-component-client-http-perl/debian/changelog
    trunk/libpoe-component-client-http-perl/debian/control
    trunk/libpoe-component-client-http-perl/debian/patches/fix_WHATIS_entry.patch
    trunk/libpoe-component-client-http-perl/debian/patches/legacy_libscan_customisation_in_Makefile_PL.patch
    trunk/libpoe-component-client-http-perl/debian/patches/series

Modified: trunk/libpoe-component-client-http-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/changelog?rev=48159&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/changelog (original)
+++ trunk/libpoe-component-client-http-perl/debian/changelog Thu Dec  3 23:18:59 2009
@@ -1,7 +1,4 @@
 libpoe-component-client-http-perl (0.892-1) UNRELEASED; urgency=low
-
-  WAITS FOR libpoe-perl 2:1.2800
-  WAITS FOR libpoe-component-client-keepalive-perl 0.2610
 
   [ Jonathan Yu ]
   * New upstream release
@@ -13,6 +10,12 @@
 
   [ Ryan Niebur ]
   * Update jawnsy's email address
+
+  [ gregor herrmann ]
+  * debian/control: bump versioned (build) dependencies on libpoe-perl and
+    libpoe-component-client-keepalive-perl.
+  * Remove patch fix_long_lines.patch (applied upstream), refresh other
+    patches.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Thu, 26 Nov 2009 18:21:15 -0500
 

Modified: trunk/libpoe-component-client-http-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/control?rev=48159&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/control (original)
+++ trunk/libpoe-component-client-http-perl/debian/control Thu Dec  3 23:18:59 2009
@@ -2,8 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
-Build-Depends-Indep: perl, libwww-perl, libpoe-perl (>= 2:1.0070),
- libpoe-component-client-keepalive-perl (>= 0.2600), libtest-poe-server-tcp-perl,
+Build-Depends-Indep: perl, libwww-perl, libpoe-perl (>= 2:1.2800),
+ libpoe-component-client-keepalive-perl (>= 0.2610), libtest-poe-server-tcp-perl,
  libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>, Antonio Radici <antonio at dyne.org>,
@@ -16,9 +16,9 @@
 
 Package: libpoe-component-client-http-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libpoe-perl (>= 2:1.0070),
+Depends: ${misc:Depends}, ${perl:Depends}, libpoe-perl (>= 2:1.2800),
  liburi-perl, libwww-perl, libnet-ssleay-perl,
- libpoe-component-client-keepalive-perl (>= 0.2600)
+ libpoe-component-client-keepalive-perl (>= 0.2610)
 Description: POE Component for running asynchronous HTTP transactions
  POE::Component::Client::HTTP is an HTTP User-Agent. It allows other sessions
  to run while HTTP transactions are being processed and can handle several HTTP

Modified: trunk/libpoe-component-client-http-perl/debian/patches/fix_WHATIS_entry.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/patches/fix_WHATIS_entry.patch?rev=48159&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/patches/fix_WHATIS_entry.patch (original)
+++ trunk/libpoe-component-client-http-perl/debian/patches/fix_WHATIS_entry.patch Thu Dec  3 23:18:59 2009
@@ -1,9 +1,9 @@
 add the whatis entry to this component
 --- a/lib/POE/Component/Client/HTTP/RequestFactory.pm
 +++ b/lib/POE/Component/Client/HTTP/RequestFactory.pm
-@@ -23,6 +23,14 @@ use constant DEFAULT_BLOCK_SIZE  => 4096
+@@ -21,6 +21,14 @@
  
- our $VERSION = "0.01";
+ our $VERSION = "0.892";
  
 +=head1 NAME
 +

Modified: trunk/libpoe-component-client-http-perl/debian/patches/legacy_libscan_customisation_in_Makefile_PL.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/patches/legacy_libscan_customisation_in_Makefile_PL.patch?rev=48159&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/patches/legacy_libscan_customisation_in_Makefile_PL.patch (original)
+++ trunk/libpoe-component-client-http-perl/debian/patches/legacy_libscan_customisation_in_Makefile_PL.patch Thu Dec  3 23:18:59 2009
@@ -1,7 +1,7 @@
 remove libscan() to make the Makefile arch-independent
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -18,6 +18,16 @@
+@@ -17,6 +17,16 @@
    'Test::POE::Server::TCP' => 0,
  );
  

Modified: trunk/libpoe-component-client-http-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/patches/series?rev=48159&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/patches/series (original)
+++ trunk/libpoe-component-client-http-perl/debian/patches/series Thu Dec  3 23:18:59 2009
@@ -1,4 +1,3 @@
 legacy_libscan_customisation_in_Makefile_PL.patch
 fix_WHATIS_entry.patch
 disable_network_tests.patch
-fix_long_lines.patch




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