[libcrypt-openssl-bignum-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:52:10 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-bignum-perl.
commit 2f1bc7f71f0c8ccc8ba4e346112827f819326c18
Author: Niko Tyni <ntyni at debian.org>
Date: Tue Jan 3 10:49:09 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 78185a7..0d629a5 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312),
libssl-dev,
+ perl-openssl-defaults,
perl,
pkg-config
Standards-Version: 3.9.8
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-bignum-perl.git
More information about the Pkg-perl-cvs-commits
mailing list