[libcrypt-ssleay-perl] 01/02: Dynamically generate a dependency on perl-openssl-abi-x.x

ntyni at debian.org ntyni at debian.org
Tue Jan 3 08:45:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libcrypt-ssleay-perl.

commit 0784749f485903e215cb89c4213b1f2ed82cec9c
Author: Niko Tyni <ntyni at debian.org>
Date:   Sun Jan 1 14:34:17 2017 +0200

    Dynamically generate a dependency on perl-openssl-abi-x.x
    
    This will ensure compatibility with other OpenSSL-related Perl modules.
    See #848113.
---
 debian/control | 1 +
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index def12fd..5828add 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Build-Depends: debhelper (>= 9.20120312),
                libtest-pod-perl,
                libtry-tiny-perl (>= 0.19),
                openssl,
+               perl-openssl-defaults,
                perl,
                perl (>= 5.19.8) | libio-socket-ip-perl
 Standards-Version: 3.9.6
diff --git a/debian/rules b/debian/rules
index 2d33f6a..b369320 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with perl_openssl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcrypt-ssleay-perl.git



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