Followup-For: Bug #867424 Fixed in stretch with the attached patch.
Andreas
diff -Nru python-diff-match-patch-20121119/debian/changelog python-diff-match-patch-20121119/debian/changelog --- python-diff-match-patch-20121119/debian/changelog 2016-12-26 02:07:45.000000000 +0100 +++ python-diff-match-patch-20121119/debian/changelog 2017-11-27 16:42:28.000000000 +0100 @@ -1,3 +1,18 @@ +python-diff-match-patch (20121119-3~deb9u1) stretch; urgency=medium + + * Non-maintainer upload. + * Rebuild for stretch. + + -- Andreas Beckmann <a...@debian.org> Mon, 27 Nov 2017 16:42:28 +0100 + +python-diff-match-patch (20121119-3) unstable; urgency=medium + + * Add missing python3 dependency on Python 3 package, with thanks to + Adrian Bunk for the report (Closes: #867424). + * Update Standards-Version to 4.0.0 (no changes required) + + -- Stuart Prescott <stu...@debian.org> Sun, 30 Jul 2017 10:20:31 +1000 + python-diff-match-patch (20121119-2) unstable; urgency=medium * Add dh-python to build-dependencies. diff -Nru python-diff-match-patch-20121119/debian/control python-diff-match-patch-20121119/debian/control --- python-diff-match-patch-20121119/debian/control 2016-12-26 02:07:45.000000000 +0100 +++ python-diff-match-patch-20121119/debian/control 2017-07-30 02:20:31.000000000 +0200 @@ -9,7 +9,7 @@ python-setuptools, python3-all, python3-setuptools -Standards-Version: 3.9.8 +Standards-Version: 4.0.0 Homepage: https://pypi.python.org/pypi/diff-match-patch Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-diff-match-patch.git Vcs-Browser: https://anonscm.debian.org/git/collab-maint/python-diff-match-patch.git @@ -36,7 +36,7 @@ Architecture: all Depends: ${misc:Depends}, - ${python:Depends} + ${python3:Depends} Description: robust algorithms for synchronizing plain text (Python 3 module) The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text.