[SCM] Debian packaging of Net::HTTPS::NB branch, master, updated. debian/0.12-1-2-g76fd0a6

gregor herrmann gregoa at debian.org
Thu Jul 5 20:44:08 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 81b48cb..b7da9c7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,12 @@
 Source: libnet-https-nb-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libio-socket-ssl-perl (>= 0.98),
- libnet-http-perl,
- perl (>= 5.10.1)
+Build-Depends-Indep: libio-socket-ssl-perl,
+                     libnet-http-perl,
+                     perl
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-https-nb-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-https-nb-perl.git
@@ -14,9 +14,10 @@ Homepage: http://search.cpan.org/dist/Net-HTTPS-NB/
 
 Package: libnet-https-nb-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libio-socket-ssl-perl (>= 0.98),
- libnet-http-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libio-socket-ssl-perl,
+         libnet-http-perl
 Description: low-level non-blocking HTTPS client
  Net::HTTPS::NB provides a non-blocking HTTPS client. It has the same
  interface as Net::HTTPS and Net::HTTP, but it will never try multiple
@@ -24,3 +25,4 @@ Description: low-level non-blocking HTTPS client
  invoked. If read_response_headers() did not see enough data to complete
  the headers an empty list is returned. If read_entity_body() did not see
  new entity data in its read the value -1 is returned.
+

-- 
Debian packaging of Net::HTTPS::NB



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