[Python-modules-commits] [pyopenssl] 16/18: remove libssl-dev, openssl from b-d, those funcions are provided by cryptography now; Addresses: #857206
Sandro Tosi
morph at moszumanska.debian.org
Wed Dec 13 04:58:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository pyopenssl.
commit b5356f29a3dc1cb7a80e8322035bbe9f7e757f08
Author: Sandro Tosi <morph at debian.org>
Date: Tue Dec 12 23:49:10 2017 -0500
remove libssl-dev, openssl from b-d, those funcions are provided by cryptography now; Addresses: #857206
---
debian/changelog | 4 +++-
debian/control | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index af8842c..dd6be66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ pyopenssl (17.5.0-1) UNRELEASED; urgency=medium
- add pretend and flaky to b-d, needed by tests
- use py3k versions of sphinx and sphinx_rtd_theme
- b-d on python-all and python3-all, not the -dev variants
+ - remove libssl-dev, openssl from b-d, those funcions are provided by
+ cryptography now; Addresses: #857206
* debian/copyright
- extend packaging copyright years
* debian/rules
@@ -16,7 +18,7 @@ pyopenssl (17.5.0-1) UNRELEASED; urgency=medium
* debian/watch
- use HTTPS to contact pypi.debian.net
- -- Sandro Tosi <morph at debian.org> Tue, 12 Dec 2017 23:46:00 -0500
+ -- Sandro Tosi <morph at debian.org> Tue, 12 Dec 2017 23:46:38 -0500
pyopenssl (16.2.0-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 6adbe80..46bd746 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Sandro Tosi <morph at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9), python-all, python3-all, dh-python, libssl-dev (>= 0.9.8), openssl, python3-sphinx (>= 1.0.7+dfsg), python-setuptools, python3-setuptools, python-cryptography (>= 2.1.4), python3-cryptography (>= 2.1.4), python-six, python3-six, python-pytest (>= 2.8.5), python3-pytest (>= 2.8.5), python-cffi, python3-cffi, python-all, python3-all, python3-sphinx-rtd-theme, python-pretend, python3-pretend, python-flaky, python3-flaky
+Build-Depends: debhelper (>= 9), python-all, python3-all, dh-python, python3-sphinx (>= 1.0.7+dfsg), python-setuptools, python3-setuptools, python-cryptography (>= 2.1.4), python3-cryptography (>= 2.1.4), python-six, python3-six, python-pytest (>= 2.8.5), python3-pytest (>= 2.8.5), python-cffi, python3-cffi, python-all, python3-all, python3-sphinx-rtd-theme, python-pretend, python3-pretend, python-flaky, python3-flaky
Standards-Version: 4.1.2
Homepage: https://pyopenssl.org/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pyopenssl.git
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyopenssl.git
More information about the Python-modules-commits
mailing list