[SCM] Debian packaging of libpoe-component-client-keepalive-perl branch, master, updated. debian/0.2710-1-2-g41d5df5

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


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

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

diff --git a/debian/control b/debian/control
index 723adb3..32a667b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,31 +1,35 @@
 Source: libpoe-component-client-keepalive-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Ernesto Hernández-Novich (USB) <emhn at usb.ve>,
+           gregor herrmann <gregoa at debian.org>,
+           Florian Schlichting <fschlich at zedat.fu-berlin.de>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, netbase,
- perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
- libpoe-component-resolver-perl (>= 0.917),
- libpoe-perl (>= 2:1.3110),
- libnet-ip-minimal-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
- Ernesto Hernández-Novich (USB) <emhn at usb.ve>,
- gregor herrmann <gregoa at debian.org>,
- Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Build-Depends-Indep: perl,
+                     netbase,
+                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
+                     libpoe-component-resolver-perl,
+                     libpoe-perl (>= 2:1.3110),
+                     libnet-ip-minimal-perl
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/POE-Component-Client-Keepalive/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libpoe-component-client-keepalive-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpoe-component-client-keepalive-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libpoe-component-client-keepalive-perl.git
+Homepage: http://search.cpan.org/dist/POE-Component-Client-Keepalive/
 
 Package: libpoe-component-client-keepalive-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libpoe-component-resolver-perl (>= 0.917),
- libpoe-perl (>= 2:1.3110),
- libnet-ip-minimal-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libpoe-component-resolver-perl,
+         libpoe-perl (>= 2:1.3110),
+         libnet-ip-minimal-perl
 Description: POE component that manages and keeps alive client connections
  POE::Component::Client::Keepalive creates and manages connections for other
  components. It maintains a cache of kept-alive connections for quick reuse.
  It is written specifically for clients that can benefit from kept-alive
  connections, such as HTTP clients. Using it for one-shot connections would
  probably be silly.
+

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



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