Package: release.debian.org Severity: normal Tags: jessie User: release.debian....@packages.debian.org Usertags: pu
Hi, I would like to fix #867449 in Jessie. debdiff attached. Regards, Philipp
debdiff python-plumbum_1.4.2-1.dsc python-plumbum_1.4.2-1+deb8u1.dsc diff -Nru python-plumbum-1.4.2/debian/changelog python-plumbum-1.4.2/debian/changelog --- python-plumbum-1.4.2/debian/changelog 2014-09-04 11:34:33.000000000 +0200 +++ python-plumbum-1.4.2/debian/changelog 2017-07-10 21:38:41.000000000 +0200 @@ -1,3 +1,9 @@ +python-plumbum (1.4.2-1+deb8u1) oldstable; urgency=medium + + * Fix python3 dependencies (Closes: #867449) + + -- Philipp Huebner <debala...@debian.org> Mon, 10 Jul 2017 21:38:41 +0200 + python-plumbum (1.4.2-1) unstable; urgency=low * Initial release (Closes: #673026) diff -Nru python-plumbum-1.4.2/debian/control python-plumbum-1.4.2/debian/control --- python-plumbum-1.4.2/debian/control 2014-09-04 11:34:33.000000000 +0200 +++ python-plumbum-1.4.2/debian/control 2017-07-10 21:37:45.000000000 +0200 @@ -20,7 +20,7 @@ Package: python3-plumbum Architecture: all -Depends: ${misc:Depends}, ${python:Depends} +Depends: ${misc:Depends}, ${python3:Depends} Description: library for writing shell script-like programs in Python 3 python-plumbum provides shell-like syntax and handy shortcuts for writing shell script one-liners in Python using shell combinators. It supports local and