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

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

commit fb454f95e4edc39669c300ce031e56c97d2b127e
Author: Niko Tyni <nt...@debian.org>
Date:   Tue Jan 3 10:54:15 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 9b77db6..385bcda 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Priority: optional
 Build-Depends: debhelper (>= 9.20120312),
                libssl-dev,
                openssl,
+               perl-openssl-defaults,
                pkg-config
 Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libcrypt-openssl-dsa-perl.git
diff --git a/debian/rules b/debian/rules
index 686c1ff..3b75754 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ ARCHLIB := $(shell perl -MConfig -e 'print 
$$Config{vendorarch}')
 export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 
 %:
-       dh $@
+       dh $@ --with perl_openssl
 
 override_dh_auto_install:
        dh_auto_install

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to