[pkg-opensc-commit] [pkcs11-helper] 01/02: Recompile against libssl-dev
Eric Dorland
eric at moszumanska.debian.org
Sun Dec 3 22:03:02 UTC 2017
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to annotated tag debian/1.22-3
in repository pkcs11-helper.
commit 1d802872df7230e64c9bbad92175a1a295cf468e
Author: Eric Dorland <eric at debian.org>
Date: Sun Dec 3 16:55:55 2017 -0500
Recompile against libssl-dev
Closes: 859555
---
debian/changelog | 6 ++++++
debian/control | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 56f8f5f..20a31d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pkcs11-helper (1.22-3) unstable; urgency=medium
+
+ * debian/control: Recompile against libssl-dev. (Closes: #859555)
+
+ --
+
pkcs11-helper (1.22-2) unstable; urgency=medium
* Retarget to unstable.
diff --git a/debian/control b/debian/control
index 97d8e54..2ed6f73 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian OpenSC Maintainers <pkg-opensc-maint at lists.alioth.debian.org>
Uploaders: Eric Dorland <eric at debian.org>
Build-Depends: debhelper (>= 10),
doxygen,
- libssl1.0-dev,
+ libssl-dev,
pkg-config
Standards-Version: 4.0.0
Homepage: https://github.com/OpenSC/pkcs11-helper
@@ -19,7 +19,7 @@ Provides: libpkcs11-helper-dev
Conflicts: libpkcs11-helper-dev
Depends: libjs-jquery,
libpkcs11-helper1 (= ${binary:Version}),
- libssl1.0-dev,
+ libssl-dev,
${misc:Depends}
Description: library that simplifies the interaction with PKCS#11
libpkcs11-helper is a library that simplifies the interaction with PKCS#11
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git
More information about the pkg-opensc-commit
mailing list