[SCM] Debian packaging of Crypt-SSLeay CPAN distribution branch, master, updated. debian/0.58-1-2-g5020448

Salvatore Bonaccorso carnil at debian.org
Mon Jul 30 15:19:58 UTC 2012


The following commit has been merged in the master branch:
commit ec1a5ca82bba81295d6042b3b1c6658753a7120b
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Mon Jul 30 17:13:42 2012 +0200

    Add (build-)dependency for LWP::Protocol::https
    
    Add missing (Build-)Depends(-Indep) on liblwp-protocol-https-perl.
    
    See https://rt.cpan.org/Public/Bug/Display.html?id=73754
    
    Closes: #622917

diff --git a/debian/control b/debian/control
index 13440ed..6b7c318 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/pkg-perl/packages/crypt-ssleay.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/crypt-ssleay.git
 Build-Depends: debhelper (>= 8), perl,
+ liblwp-protocol-https-perl,
  libssl-dev,
  libtest-pod-coverage-perl,
  libtest-pod-perl,
@@ -15,7 +16,8 @@ Homepage: http://search.cpan.org/dist/Crypt-SSLeay/
 
 Package: libcrypt-ssleay-perl
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends},
+ liblwp-protocol-https-perl
 Description: OpenSSL support for LWP
  This perl module provides support for the HTTPS protocol under LWP, so
  that an LWP::UserAgent can make HTTPS GET & HEAD & POST requests. Please

-- 
Debian packaging of Crypt-SSLeay CPAN distribution



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