[Python-modules-commits] [pyaes] 01/06: Fix substvar use (closes: #884689).
Tristan Seligmann
mithrandi at moszumanska.debian.org
Mon Dec 18 12:33:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch debian/master
in repository pyaes.
commit 61b4d0eb7bbe95e3e1299a9a136efcb6f0b3e59c
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date: Mon Dec 18 14:11:10 2017 +0200
Fix substvar use (closes: #884689).
---
debian/changelog | 6 ++++++
debian/control | 12 ++++++------
2 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8259b77..86cc911 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyaes (1.6.0-2) unstable; urgency=medium
+
+ * Fix substvar use (closes: #884689).
+
+ -- Tristan Seligmann <mithrandi at debian.org> Mon, 18 Dec 2017 14:11:08 +0200
+
pyaes (1.6.0-1) unstable; urgency=low
* Initial release (closes: #870091).
diff --git a/debian/control b/debian/control
index 51a359f..3316716 100644
--- a/debian/control
+++ b/debian/control
@@ -25,9 +25,9 @@ Description: Pure-Python implementation of the AES cipher (Python 2)
Package: python3-pyaes
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Recommends: ${python:Recommends}
-Suggests: ${python:Suggests}
+Depends: ${misc:Depends}, ${python3:Depends}
+Recommends: ${python3:Recommends}
+Suggests: ${python3:Suggests}
Description: Pure-Python implementation of the AES cipher (Python 3)
A pure-Python implementation of the AES (FIPS-197)
block-cipher algorithm and common modes of operation (CBC, CFB, CTR, ECB,
@@ -38,9 +38,9 @@ Description: Pure-Python implementation of the AES cipher (Python 3)
Package: pypy-pyaes
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Recommends: ${python:Recommends}
-Suggests: ${python:Suggests}
+Depends: ${misc:Depends}, ${pypy:Depends}
+Recommends: ${pypy:Recommends}
+Suggests: ${pypy:Suggests}
Description: Pure-Python implementation of the AES cipher (PyPy)
A pure-Python implementation of the AES (FIPS-197)
block-cipher algorithm and common modes of operation (CBC, CFB, CTR, ECB,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyaes.git
More information about the Python-modules-commits
mailing list