[pkg-opensc-commit] [opensc] 02/03: Switch to libssl1.0-dev since it doesn't build with 1.1
Eric Dorland
eric at moszumanska.debian.org
Sun Dec 11 01:20:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository opensc.
commit 48b4c9f4fe460f04c6668e9582f8f62007ad2f84
Author: Eric Dorland <eric at debian.org>
Date: Sat Dec 10 19:28:51 2016 -0500
Switch to libssl1.0-dev since it doesn't build with 1.1
---
debian/changelog | 1 +
debian/control | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 282a595..52526d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
opensc (0.16.0-2) unstable; urgency=medium
* debian/control: Recommend pcscd.
+ * debian/control: Switch to libssl1.0-dev since it doesn't build with 1.1.
--
diff --git a/debian/control b/debian/control
index defe956..ce06024 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
libltdl3-dev,
libpcsclite-dev (>= 1.2.9-beta1),
libreadline-dev,
- libssl-dev (>= 0.9.7d-3),
+ libssl1.0-dev (>= 0.9.7d-3),
pkg-config,
xsltproc,
zlib1g-dev
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/opensc.git
More information about the pkg-opensc-commit
mailing list