[Python-modules-commits] [m2crypto] 11/20: build against libssl-dev

Daniel Stender stender at moszumanska.debian.org
Mon Nov 6 20:06:42 UTC 2017


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

stender pushed a commit to branch debian/master
in repository m2crypto.

commit de68ff334ca19890a34841a7cbb0c4ed1ba9d5b7
Author: Daniel Stender <stender at debian.org>
Date:   Mon Nov 6 00:20:02 2017 +0100

    build against libssl-dev
---
 debian/changelog | 3 ++-
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index faade6d..1ed1eb6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,11 +14,12 @@ m2crypto (0.27.0-1) UNRELEASED; urgency=medium
     + add .cache/.
   * deb/control:
     + add python-typing to build-deps.
+    + build against libssl-dev (Closes: #859225).
   * deb/rules:
     + use PYBUILD_BEFORE/AFTER_TEST to cp binding inplace for tests.
     + shorten override for dh_auto_test, run tests from $(CURDIR).
 
- -- Daniel Stender <stender at debian.org>  Mon, 06 Nov 2017 00:04:39 +0100
+ -- Daniel Stender <stender at debian.org>  Mon, 06 Nov 2017 00:14:22 +0100
 
 m2crypto (0.24.0-2) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 003f7dd..27b4dcd 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.o
 Build-Depends:
  debhelper (>= 10),
  dh-python,
- libssl1.0-dev | libssl-dev (<< 1.1),
+ libssl-dev,
  python-all-dev,
  python-setuptools,
  swig (>= 1.3.40),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/m2crypto.git



More information about the Python-modules-commits mailing list