diff -Nru tifffile-20181128/debian/changelog tifffile-20181128/debian/changelog --- tifffile-20181128/debian/changelog 2019-09-05 19:37:34.000000000 +0000 +++ tifffile-20181128/debian/changelog 2020-01-20 10:39:53.000000000 +0000 @@ -1,3 +1,12 @@ +tifffile (20181128-3) unstable; urgency=medium + + * Drop python from test depends + Closes: #938668 + * Test-Depends: python3 + * Standards-Version: 4.4.1 + + -- Andreas Tille Mon, 20 Jan 2020 11:39:53 +0100 + tifffile (20181128-2) unstable; urgency=medium * debhelper-compat 12 diff -Nru tifffile-20181128/debian/control tifffile-20181128/debian/control --- tifffile-20181128/debian/control 2019-09-05 19:37:34.000000000 +0000 +++ tifffile-20181128/debian/control 2020-01-20 10:39:53.000000000 +0000 @@ -8,7 +8,7 @@ python3-all-dev, python3-setuptools, python3-numpy -Standards-Version: 4.4.0 +Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/med-team/tifffile Vcs-Git: https://salsa.debian.org/med-team/tifffile.git Homepage: https://www.lfd.uci.edu/~gohlke/ diff -Nru tifffile-20181128/debian/tests/control tifffile-20181128/debian/tests/control --- tifffile-20181128/debian/tests/control 2019-09-05 19:37:34.000000000 +0000 +++ tifffile-20181128/debian/tests/control 2020-01-20 10:39:53.000000000 +0000 @@ -1,3 +1,3 @@ Tests: python-import -Depends: @, python, imagemagick +Depends: @, imagemagick, python3 Restrictions: allow-stderr diff -Nru tifffile-20181128/debian/tests/python-import tifffile-20181128/debian/tests/python-import --- tifffile-20181128/debian/tests/python-import 2019-09-05 19:37:34.000000000 +0000 +++ tifffile-20181128/debian/tests/python-import 2020-01-20 10:39:53.000000000 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 # autopkgtest check: Try importing tiffile module # Author: Sascha Steinbiss