summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2015-11-02 19:53:08 -0500
committerMicah Anderson <micah@riseup.net>2015-11-02 19:53:08 -0500
commit602dc529d8d6dd67f8277b84a0b69901b19c4a5a (patch)
tree28c68be6f89dd32f1ea46f3f63ec3fa5dbea67a7
parent3b9520c3355d56d57842fe78ca13acd819713d17 (diff)
fix build-dependencies for python3-all and python3-all-devdebian/platform-0.9debian/platform-0.8debian/experimental
-rw-r--r--debian/changelog3
-rw-r--r--debian/control4
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index e19c477..b59fb07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-python-gnupg-ng (2.0.2-2.1) UNRELEASED; urgency=medium
+python-gnupg-ng (2.0.2-3) unstable; urgency=medium
+ * Fix Build-dependencies for python3-all and python3-all-dev
* Bump standards version (no changes)
* Update my email address
* Fix invalid-short-name-in-dep5-copyright
diff --git a/debian/control b/debian/control
index 61de11b..3a37db9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,11 @@ Section: python
Priority: optional
Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 9),
python-setuptools (>= 0.6.24), python3-setuptools (>= 0.6.24),
- python-sphinx | python3-sphinx, python3 | python3-all | python3-dev | python3-all-dev,
+ python-sphinx | python3-sphinx, python3-all, python3-all-dev,
python-psutil | python3-psutil,
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.0
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
Uploaders: Micah Anderson <micah@leap.se>
Homepage: https://github.com/isislovecruft/python-gnupg