diff -Nru python-q-2.6/debian/changelog python-q-2.6/debian/changelog --- python-q-2.6/debian/changelog 2016-01-03 15:39:48.000000000 +0000 +++ python-q-2.6/debian/changelog 2017-08-04 12:32:15.000000000 +0000 @@ -1,3 +1,10 @@ +python-q (2.6-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix the missing dependencies in python3-q. (Closes: #867452) + + -- Adrian Bunk 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 15:39:48.000000000 +0000 +++ python-q-2.6/debian/control 2017-08-04 12:32:10.000000000 +0000 @@ -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,