[Python-modules-team] Bug#867404: python3-exam: incorrect dependencies
Andreas Beckmann
anbe at debian.org
Thu Feb 22 15:18:42 UTC 2018
Followup-For: Bug #867404
Control: tag -1 patch pending
Hi,
this will be fixed for stable in the next point release with the
attached debdiff.
Andreas
-------------- next part --------------
diff -Nru exam-0.10.5/debian/changelog exam-0.10.5/debian/changelog
--- exam-0.10.5/debian/changelog 2016-06-14 19:54:12.000000000 +0200
+++ exam-0.10.5/debian/changelog 2018-02-22 16:11:59.000000000 +0100
@@ -1,3 +1,19 @@
+exam (0.10.5-1+deb9u1) stretch; urgency=medium
+
+ [ Andreas Beckmann ]
+ * Non-maintainer upload.
+ * Backport fixes from 0.10.5-2 to stretch.
+
+ [ Scott Kitterman ]
+ * Correct Vcs-* fields in debian/control to point to the correct package
+ name
+ * Use correct substitution variable for python3-exam so python3 interpreter
+ depends are correctly generated (Closes: #867404)
+ * Let dh_python determine the mock depends (corrects issue where python-
+ exam incorrectly depended on python-mock instead of python3-mock)
+
+ -- Andreas Beckmann <anbe at debian.org> Thu, 22 Feb 2018 16:11:59 +0100
+
exam (0.10.5-1) unstable; urgency=low
* Initial release. (Closes: #825822)
diff -Nru exam-0.10.5/debian/control exam-0.10.5/debian/control
--- exam-0.10.5/debian/control 2016-06-14 19:54:12.000000000 +0200
+++ exam-0.10.5/debian/control 2018-01-14 11:02:56.000000000 +0100
@@ -21,12 +21,12 @@
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Homepage: https://github.com/fluxx/exam
-Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-exam.git
-Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-exam.git
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/exam.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/exam.git
Package: python-exam
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-mock
+Depends: ${misc:Depends}, ${python:Depends}
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
@@ -59,7 +59,7 @@
Package: python3-exam
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-mock
+Depends: ${misc:Depends}, ${python3:Depends}
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
More information about the Python-modules-team
mailing list