[Python-modules-commits] [tlslite-ng] 01/01: deb/control: bump deps against ecdsa of binary packages to Depends
Daniel Stender
stender at moszumanska.debian.org
Tue Aug 8 14:59:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
stender pushed a commit to branch debian/master
in repository tlslite-ng.
commit 15218d9106bdd5f33a89fce51f37aa0f9aefa827
Author: Daniel Stender <stender at debian.org>
Date: Tue Aug 8 16:57:19 2017 +0200
deb/control: bump deps against ecdsa of binary packages to Depends
---
debian/changelog | 6 ++++++
debian/control | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index feee7f3..69c40a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tlslite-ng (0.7.0-2) unstable; urgency=medium
+
+ * deb/control: bump deps against ecdsa of binary packages to Depends.
+
+ -- Daniel Stender <stender at debian.org> Tue, 08 Aug 2017 16:56:02 +0200
+
tlslite-ng (0.7.0-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index d58f706..d4acab7 100644
--- a/debian/control
+++ b/debian/control
@@ -30,10 +30,10 @@ X-Python3-Version: >= 3.2
Package: python-tlslite-ng
Architecture: all
Depends:
+ python-ecdsa,
${python:Depends},
${misc:Depends}
Recommends:
- python-ecdsa,
python-crypto,
python-m2crypto,
python-gmpy
@@ -60,10 +60,10 @@ Description: pure Python implementation of SSL/TLS protocols
Package: python3-tlslite-ng
Architecture: all
Depends:
+ python3-ecdsa,
${python3:Depends},
${misc:Depends}
Recommends:
- python3-ecdsa,
python3-crypto
Description: pure Python3 implementation of SSL/TLS protocols
tlslite-ng is a Python implementation of SSL (Secure Sockets Layer)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/tlslite-ng.git
More information about the Python-modules-commits
mailing list