Package: release.debian.org Severity: normal Tags: stretch User: release.debian....@packages.debian.org Usertags: pu
Let's fix the python3 dependencies by rebuilding the package from sid, #867452 $ debdiff python3-q_2.6-1_all.deb python3-q_2.6-1.1~deb9u1_all.deb File lists identical (after any substitutions) Control files: lines which differ (wdiff format) ------------------------------------------------ {+Depends: python3:any (>= 3.4~)+} Version: [-2.6-1-] {+2.6-1.1~deb9u1+} Andreas
diff -Nru python-q-2.6/debian/changelog python-q-2.6/debian/changelog --- python-q-2.6/debian/changelog 2016-01-03 16:39:48.000000000 +0100 +++ python-q-2.6/debian/changelog 2018-01-14 23:47:02.000000000 +0100 @@ -1,3 +1,17 @@ +python-q (2.6-1.1~deb9u1) stretch; urgency=medium + + * Non-maintainer upload. + * Rebuild for stretch. + + -- Andreas Beckmann <a...@debian.org> Sun, 14 Jan 2018 23:47:02 +0100 + +python-q (2.6-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix the missing dependencies in python3-q. (Closes: #867452) + + -- Adrian Bunk <b...@debian.org> Fri, 04 Aug 2017 15:32:15 +0300 + python-q (2.6-1) unstable; urgency=low * Initial release (Closes: #796648) diff -Nru python-q-2.6/debian/control python-q-2.6/debian/control --- python-q-2.6/debian/control 2016-01-03 16:39:48.000000000 +0100 +++ python-q-2.6/debian/control 2017-08-04 14:32:10.000000000 +0200 @@ -26,7 +26,7 @@ Package: python3-q Architecture: all -Depends: ${misc:Depends}, ${python:Depends} +Depends: ${misc:Depends}, ${python3:Depends} Description: Quick-and-dirty Python 3 debugging output for tired programmers q is a Python 3 module for "print" style of debugging Python code. It provides convenient short API for print out of values, tracebacks,