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

ntyni at debian.org ntyni at debian.org
Tue Jan 3 12:16:28 UTC 2017


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

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

commit cd7d0d623200ccb24d62d575800d8317afd79789
Author: Niko Tyni <ntyni at debian.org>
Date:   Tue Jan 3 14:13:44 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 3febd00..7f5a25e 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Priority: optional
 Build-Depends: debhelper (>= 9.20120312),
                libssl-dev,
                libtest-pod-perl,
+               perl-openssl-defaults,
                perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcrypt-openssl-x509-perl.git
diff --git a/debian/rules b/debian/rules
index d8309f6..5354930 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,4 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@
+	dh $@ --with perl_openssl

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



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