[Python-modules-commits] [python-rsa] 04/05: use ${Python3:Depends}
Takaki Taniguchi
takaki at moszumanska.debian.org
Tue Nov 24 16:11:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
takaki pushed a commit to branch master
in repository python-rsa.
commit 9fd95fb9239e64f24759d3f93db91cd03f73e842
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date: Wed Nov 25 01:09:00 2015 +0900
use ${Python3:Depends}
---
debian/changelog | 2 ++
debian/control | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 10d7fe1..aa8685f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ python-rsa (3.2.3-1) UNRELEASED; urgency=medium
[ TANIGUCHI Takaki ]
* new upstream version
+ * debian/control: python3 modules depends on ${python3:Depends}.
+ (Closes: #757827)
-- TANIGUCHI Takaki <takaki at debian.org> Wed, 25 Nov 2015 01:00:13 +0900
diff --git a/debian/control b/debian/control
index 770c2e2..0aa33e1 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9)
, python3-unittest2
, python3-pyasn1
, python-pyasn1
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
Homepage: http://stuvel.eu/rsa
X-Python-Versioni: >= 2.7
X-Python3-Versioni: >= 3.2
@@ -32,7 +32,7 @@ Description: Pure-Python RSA implementation (Python 2)
Package: python3-rsa
Architecture: all
-Depends: python3, ${python:Depends}, ${misc:Depends}
+Depends: python3, ${python3:Depends}, ${misc:Depends}
Description: Pure-Python RSA implementation (Python 3)
Python-RSA is a pure-Python RSA implementation. It supports encryption
and decryption, signing and verifying signatures, and key generation
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-rsa.git
More information about the Python-modules-commits
mailing list