[Python-modules-commits] [exam] 02/04: Use correct substitution varial for python3-exam so python3 interpreter depends are correctly generated (Closes: #867404)

Scott Kitterman kitterman at moszumanska.debian.org
Sat Jul 8 03:41:13 UTC 2017


This is an automated email from the git hooks/post-receive script.

kitterman pushed a commit to branch debian/master
in repository exam.

commit 2f38f983d6a7f46e41e26934b2cca676d6a4e701
Author: Scott Kitterman <scott at kitterman.com>
Date:   Fri Jul 7 23:37:27 2017 -0400

    Use correct substitution varial for python3-exam so python3 interpreter depends are correctly generated (Closes: #867404)
---
 debian/changelog | 6 ++++--
 debian/control   | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 240bf59..f568d16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,13 @@
-exam (0.10.5-2) UNRELEASED; urgency=medium
+exam (0.10.5-2) unstable; urgency=medium
 
   * Team upload.
   * Create DPMT git repository and refresh patches using gbp pq
   * Correct Vcs-* fields in debian/control to point to the correct package
     name
+  * Use correct substitution varial for python3-exam so python3 interpreter
+    depends are correctly generated (Closes: #867404)
 
- -- Scott Kitterman <scott at kitterman.com>  Fri, 07 Jul 2017 23:34:39 -0400
+ -- Scott Kitterman <scott at kitterman.com>  Fri, 07 Jul 2017 23:35:56 -0400
 
 exam (0.10.5-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index a56fbdd..083d847 100644
--- a/debian/control
+++ b/debian/control
@@ -59,7 +59,7 @@ Description: Python module to help write better tests
 
 Package: python3-exam
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-mock
+Depends: ${misc:Depends}, ${python3:Depends}, python-mock
 Description: Python module to help write better tests
  Exam is a Python toolkit for writing better tests.  It aims to remove
  a lot of the boiler plate testing code one often writes, while still

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/exam.git



More information about the Python-modules-commits mailing list