[SCM] Debian packaging of libpoe-component-sslify-perl branch, master, updated. 600a307ed1619e98315a5d413474257048d52c3f

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


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

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

diff --git a/debian/control b/debian/control
index 0ba6743..865b665 100644
--- a/debian/control
+++ b/debian/control
@@ -1,31 +1,37 @@
 Source: libpoe-component-sslify-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Niko Tyni <ntyni at debian.org>,
+           Martín Ferrari <tincho at debian.org>,
+           Jose Luis Rivas <ghostbar38 at gmail.com>,
+           Damyan Ivanov <dmn at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl (>= 5.10.1), netbase,
- libtask-weaken-perl (>= 1.03),
- perl (>= 5.11.4) | libmodule-build-perl (>= 0.360100),
- libnet-ssleay-perl (>= 1.36),
- libpoe-perl (>= 2:1.267),
- libtest-nowarnings-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Niko Tyni <ntyni at debian.org>, Martín Ferrari <tincho at debian.org>,
- Jose Luis Rivas <ghostbar38 at gmail.com>, Damyan Ivanov <dmn at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>
+Build-Depends-Indep: perl,
+                     netbase,
+                     libtask-weaken-perl,
+                     perl (>= 5.11.4) | libmodule-build-perl,
+                     libnet-ssleay-perl,
+                     libpoe-perl,
+                     libtest-nowarnings-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/POE-Component-SSLify/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libpoe-component-sslify-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpoe-component-sslify-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libpoe-component-sslify-perl.git
+Homepage: http://search.cpan.org/dist/POE-Component-SSLify/
 
 Package: libpoe-component-sslify-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.10.1),
- libtask-weaken-perl (>= 1.03),
- libnet-ssleay-perl (>= 1.36),
- libpoe-perl (>= 2:1.267)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         perl,
+         libtask-weaken-perl,
+         libnet-ssleay-perl,
+         libpoe-perl
 Description: module for SSL connection handling in POE Components
  POE::Component::SSLify is a POE Component that represents the standard way to
  handle SSL connections for other POE Components. It allows for the creation of
  SSL-wrapped sockets, generally used with POE::Wheel::SocketFactory, which are
  correctly handled by the POE engine.
+

-- 
Debian packaging of libpoe-component-sslify-perl



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