Followup-For: Bug #882815
Control: retitle -1 stretch-pu: package exam/0.10.5-1+deb9u1
Control: tag -1 - moreinfo

Hi,

attached is a new debdiff without the git-dpm noise.


Andreas
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        2017-07-08 05:47:09.000000000 +0200
@@ -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 varial 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)
+
+ -- Scott Kitterman <sc...@kitterman.com>  Fri, 07 Jul 2017 23:47:09 -0400
+
 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  2017-07-08 05:47:09.000000000 +0200
@@ -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

Reply via email to