[SCM] Debian packaging of libhttp-async-perl branch, master, updated. 1330f5bb6c7ef85a67955de35754e5dbb90ade72

Florian Schlichting fschlich at zedat.fu-berlin.de
Sat Mar 10 00:18:51 UTC 2012


The following commit has been merged in the master branch:
commit 48ba3b6e8f2f000a27ff3e83de47763dc5047ec4
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sat Mar 10 01:10:46 2012 +0100

    Added Suggests: libnet-https-nb-perl for optional https:// support

diff --git a/debian/changelog b/debian/changelog
index b12e121..dc60718 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libhttp-async-perl (0.10-1) UNRELEASED; urgency=low
   * Imported Upstream version 0.10.
   * Bumped debhelper compatibility to level 8 (no changes).
   * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0).
+  * Added Suggests: libnet-https-nb-perl for optional https:// support.
 
  -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Sat, 10 Mar 2012 00:52:52 +0100
 
diff --git a/debian/control b/debian/control
index 8619c91..0446f79 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhttp-async
 Package: libhttp-async-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, liburi-perl, libwww-perl
+Suggests: libnet-https-nb-perl
 Description: process multiple HTTP requests in parallel without blocking
  Although using the conventional LWP::UserAgent is fast and easy it does have
  some drawbacks - the code execution blocks until the request has been

-- 
Debian packaging of libhttp-async-perl



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