[Python-modules-commits] [python-nanomsg] 01/01: * Adjust python3 build-depends to python3-all-dev to fix FTBFS when there are multiple supported python3 versions (Closes: #867631)
Scott Kitterman
kitterman at moszumanska.debian.org
Sat Jul 8 00:55:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
kitterman pushed a commit to branch master
in repository python-nanomsg.
commit 8499c45b2bf793d5c2b8c11be0f1a5381bd28a57
Author: Scott Kitterman <scott at kitterman.com>
Date: Fri Jul 7 20:55:18 2017 -0400
* Adjust python3 build-depends to python3-all-dev to fix FTBFS when there
are multiple supported python3 versions (Closes: #867631)
---
debian/changelog | 8 ++++++++
debian/control | 3 +--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index aa0a91d..8e51c1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-nanomsg (1.0-2) unstable; urgency=medium
+
+ * Team upload.
+ * Adjust python3 build-depends to python3-all-dev to fix FTBFS when there
+ are multiple supported python3 versions (Closes: #867631)
+
+ -- Scott Kitterman <scott at kitterman.com> Fri, 07 Jul 2017 20:47:43 -0400
+
python-nanomsg (1.0-1) unstable; urgency=low
* Initial release (Closes: #776083)
diff --git a/debian/control b/debian/control
index 289d536..8a357a6 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,8 @@ Build-Depends: debhelper (>= 9),
python-all,
python-setuptools,
python-dev,
- python3-all,
+ python3-all-dev,
python3-setuptools,
- python3-dev,
libnanomsg-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-nanomsg.git
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-nanomsg.git
More information about the Python-modules-commits
mailing list