[SCM] Debian packaging of libpoe-component-client-http-perl branch, master, updated. debian/0.947-1-2-g5159210

gregor herrmann gregoa at debian.org
Thu Jul 5 20:52:11 UTC 2012


The following commit has been merged in the master branch:
commit bcb825a2a2c0934f2bbb1484413deff2d5fda1e3
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:51:18 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 10fce70..8531a6e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,40 +1,44 @@
 Source: libpoe-component-client-http-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>,
+           Jose Luis Rivas <ghostbar at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Martín Ferrari <tincho at debian.org>,
+           Florian Schlichting <fschlich at zedat.fu-berlin.de>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libpoe-component-client-keepalive-perl (>= 0.2710),
- libpoe-component-sslify-perl,
- libpoe-perl (>= 2:1.3120),
- libsocket-perl (>= 2.001) | perl (>= 5.16.0),
- libtest-pod-coverage-perl,
- libtest-pod-perl,
- libtest-poe-server-tcp-perl,
- perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
- liburi-perl,
- libwww-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>,
- Jose Luis Rivas <ghostbar at debian.org>, gregor herrmann <gregoa at debian.org>,
- Martín Ferrari <tincho at debian.org>, 
- Florian Schlichting <fschlich at zedat.fu-berlin.de>
+                     libpoe-component-client-keepalive-perl (>= 0.2710),
+                     libpoe-component-sslify-perl,
+                     libpoe-perl (>= 2:1.3120),
+                     libsocket-perl | perl (>= 5.16.0),
+                     libtest-pod-coverage-perl,
+                     libtest-pod-perl,
+                     libtest-poe-server-tcp-perl,
+                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
+                     liburi-perl,
+                     libwww-perl
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/POE-Component-Client-HTTP/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libpoe-component-client-http-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpoe-component-client-http-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libpoe-component-client-http-perl.git
+Homepage: http://search.cpan.org/dist/POE-Component-Client-HTTP/
 
 Package: libpoe-component-client-http-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libnet-ssleay-perl,
- libpoe-component-client-keepalive-perl (>= 0.2710),
- libpoe-perl (>= 2:1.3120),
- libsocket-perl (>= 2.001) | perl (>= 5.16.0),
- liburi-perl,
- libwww-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libnet-ssleay-perl,
+         libpoe-component-client-keepalive-perl (>= 0.2710),
+         libpoe-perl (>= 2:1.3120),
+         libsocket-perl | perl (>= 5.16.0),
+         liburi-perl,
+         libwww-perl
 Suggests: libpoe-component-sslify-perl
 Description: POE Component for running asynchronous HTTP transactions
  POE::Component::Client::HTTP is an HTTP User-Agent that allows programs to
  easily make HTTP requests within the POE framework. It allows other sessions
  to run while these transactions are being processed and can handle several
  HTTP transactions in parallel.
+

-- 
Debian packaging of libpoe-component-client-http-perl



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