diff -Nru python-djvulibre-0.8/debian/changelog python-djvulibre-0.8/debian/changelog --- python-djvulibre-0.8/debian/changelog 2018-02-19 11:15:25.000000000 +0000 +++ python-djvulibre-0.8/debian/changelog 2018-03-22 16:36:39.000000000 +0000 @@ -1,3 +1,10 @@ +python-djvulibre (0.8-4) unstable; urgency=medium + + * add python3-distutils to b-ds in deb/control and deps in + deb/tests/control (needed separately since Python python3.6/3.6.5~rc1-2). + + -- Daniel Stender Thu, 22 Mar 2018 17:36:39 +0100 + python-djvulibre (0.8-3) unstable; urgency=medium * deb/control: bump standards to 4.1.3 (no further changes needed). diff -Nru python-djvulibre-0.8/debian/control python-djvulibre-0.8/debian/control --- python-djvulibre-0.8/debian/control 2018-02-19 09:38:08.000000000 +0000 +++ python-djvulibre-0.8/debian/control 2018-03-21 20:02:53.000000000 +0000 @@ -11,6 +11,7 @@ python3-all-dev, python-all-dbg, python3-all-dbg, + python3-distutils, libdjvulibre-dev (>= 3.5.26), djvulibre-bin, cython (>= 0.20), diff -Nru python-djvulibre-0.8/debian/tests/control python-djvulibre-0.8/debian/tests/control --- python-djvulibre-0.8/debian/tests/control 2018-02-19 06:17:49.000000000 +0000 +++ python-djvulibre-0.8/debian/tests/control 2018-03-22 16:36:37.000000000 +0000 @@ -2,4 +2,4 @@ Depends: python-djvu, python-all, python-nose Tests: python3-djvu -Depends: python3-djvu, python3-all, python3-nose +Depends: python3-djvu, python3-all, python3-distutils, python3-nose