r69780 - in /trunk/libpoe-component-client-http-perl/debian: changelog control patches/fix-whatis-entry.patch patches/series

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Feb 26 17:57:04 UTC 2011


Author: jawnsy-guest
Date: Sat Feb 26 17:56:56 2011
New Revision: 69780

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69780
Log:
add back whatis patch; add Build-Depends on POE::Component::SSLify for tests; dch -r

Added:
    trunk/libpoe-component-client-http-perl/debian/patches/fix-whatis-entry.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/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=69780&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/changelog (original)
+++ trunk/libpoe-component-client-http-perl/debian/changelog Sat Feb 26 17:56:56 2011
@@ -1,4 +1,4 @@
-libpoe-component-client-http-perl (0.942-1) UNRELEASED; urgency=low
+libpoe-component-client-http-perl (0.942-1) unstable; urgency=low
 
   * New upstream release
   * Rewrite control description
@@ -8,11 +8,11 @@
   * Refresh copyright information
   * Rewrite control description
   * Email change: Jose Luis Rivas -> ghostbar at debian.org
-  * Remove whatis patch (applied upstream)
   * Disable network tests by default, requiring HAS_INTERNET to be a
     true value in order to run
-
- -- Jonathan Yu <jawnsy at cpan.org>  Sat, 26 Feb 2011 12:42:27 -0500
+  * Add Build-Depends on POE::Component::SSLify (tests only)
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Sat, 26 Feb 2011 13:19:57 -0500
 
 libpoe-component-client-http-perl (0.895-1) unstable; urgency=low
 

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=69780&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/control (original)
+++ trunk/libpoe-component-client-http-perl/debian/control Sat Feb 26 17:56:56 2011
@@ -9,6 +9,7 @@
  libtest-simple-perl (>= 0.96),
  libtest-poe-server-tcp-perl,
  libsocket-getaddrinfo-perl (>= 0.19),
+ libpoe-component-sslify-perl,
  libtest-pod-perl,
  libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Added: 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=69780&op=file
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/patches/fix-whatis-entry.patch (added)
+++ trunk/libpoe-component-client-http-perl/debian/patches/fix-whatis-entry.patch Sat Feb 26 17:56:56 2011
@@ -1,0 +1,22 @@
+Description: fix POD whatis entry
+Author: Krzysztof Krzyzaniak <eloy at kofeina.net>
+Reviewed-by: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/POE/Component/Client/HTTP/RequestFactory.pm
++++ b/lib/POE/Component/Client/HTTP/RequestFactory.pm
+@@ -23,6 +23,14 @@
+ use constant FCT_TIMEOUT         => 9;
+ use constant DEBUG               => 0;
+ use constant DEFAULT_BLOCK_SIZE  => 4096;
++ 
++=head1 NAME
++
++POE::Component::Client::HTTP::RequestFactory - an HTTP request factory object
++
++=head1 SYNOPSIS
++
++  # Used internally by POE::Component::Client::HTTP
+ 
+ =head1 CONSTRUCTOR
+ 

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=69780&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/patches/series (original)
+++ trunk/libpoe-component-client-http-perl/debian/patches/series Sat Feb 26 17:56:56 2011
@@ -1,1 +1,2 @@
+fix-whatis-entry.patch
 disable_network_tests.patch




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