diff -Nru python-imageio-2.4.1/debian/changelog python-imageio-2.4.1/debian/changelog --- python-imageio-2.4.1/debian/changelog 2019-04-03 13:10:54.000000000 +0000 +++ python-imageio-2.4.1/debian/changelog 2019-08-12 14:58:47.000000000 +0000 @@ -1,8 +1,14 @@ -python-imageio (2.4.1-2ubuntu1) disco; urgency=medium +python-imageio (2.4.1-3) unstable; urgency=medium + * Team upload * Xfail new BSDF tests failing on big-endian + * Stop building python-imageio Python 2 package (Closes: #932680) + * Add debian/clean to fix FTBFSx2 + * Switch to debhelper 12 + * Set Rules-Requires-Root: no + * Bump Standards-Version to 4.4.0, no changes - -- Graham Inggs Wed, 03 Apr 2019 13:10:54 +0000 + -- Graham Inggs Mon, 12 Aug 2019 14:58:47 +0000 python-imageio (2.4.1-2) unstable; urgency=medium diff -Nru python-imageio-2.4.1/debian/clean python-imageio-2.4.1/debian/clean --- python-imageio-2.4.1/debian/clean 1970-01-01 00:00:00.000000000 +0000 +++ python-imageio-2.4.1/debian/clean 2019-08-12 14:58:47.000000000 +0000 @@ -0,0 +1,2 @@ +.pytest_cache/ +imageio.egg-info/ diff -Nru python-imageio-2.4.1/debian/compat python-imageio-2.4.1/debian/compat --- python-imageio-2.4.1/debian/compat 2018-09-14 18:39:00.000000000 +0000 +++ python-imageio-2.4.1/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru python-imageio-2.4.1/debian/control python-imageio-2.4.1/debian/control --- python-imageio-2.4.1/debian/control 2019-04-03 13:10:54.000000000 +0000 +++ python-imageio-2.4.1/debian/control 2019-08-12 14:58:47.000000000 +0000 @@ -1,19 +1,11 @@ Source: python-imageio -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian Science Maintainers +Maintainer: Debian Science Maintainers Uploaders: Ghislain Antony Vaillant Section: python Priority: optional -Build-Depends: debhelper (>= 11~), +Build-Depends: debhelper-compat (= 12), dh-python, dpkg-dev (>= 1.17.14), - python-all, - python-enum34 , - python-numpy , - python-pil , - python-psutil , - python-pytest , - python-setuptools, python3-all, python3-numpy , python3-numpydoc , @@ -23,26 +15,12 @@ python3-setuptools, python3-sphinx , sphinx-common -Standards-Version: 4.2.1 +Standards-Version: 4.4.0 +Rules-Requires-Root: no Vcs-Browser: https://salsa.debian.org/science-team/python-imageio Vcs-Git: https://salsa.debian.org/science-team/python-imageio.git Homepage: http://imageio.github.io/ -Package: python-imageio -Architecture: all -Depends: ${misc:Depends}, - ${python:Depends} -Suggests: python-astropy, - python-gdal, - ffmpeg, - python-imageio-doc -Description: library for reading and writing image data (Python 2) - Imageio is a Python library that provides an easy interface to read and write - a wide range of image data, including animated images, video, volumetric data, - and scientific formats. - . - This package provides the library for Python 2. - Package: python3-imageio Architecture: all Depends: ${misc:Depends}, diff -Nru python-imageio-2.4.1/debian/patches/xfail_big-endian.patch python-imageio-2.4.1/debian/patches/xfail_big-endian.patch --- python-imageio-2.4.1/debian/patches/xfail_big-endian.patch 2019-04-03 12:24:54.000000000 +0000 +++ python-imageio-2.4.1/debian/patches/xfail_big-endian.patch 2019-04-03 12:24:00.000000000 +0000 @@ -1,4 +1,5 @@ Description: xfail new BSDF tests failing on big-endian +Bug: https://github.com/imageio/imageio/issues/468 Author: Graham Inggs Last-Update: 2019-04-03 diff -Nru python-imageio-2.4.1/debian/python-imageio-doc.doc-base python-imageio-2.4.1/debian/python-imageio-doc.doc-base --- python-imageio-2.4.1/debian/python-imageio-doc.doc-base 2018-09-14 18:39:00.000000000 +0000 +++ python-imageio-2.4.1/debian/python-imageio-doc.doc-base 2019-08-12 13:33:00.000000000 +0000 @@ -5,5 +5,5 @@ Section: Programming/Python Format: HTML -Index: /usr/share/doc/python-imageio/html/index.html -Files: /usr/share/doc/python-imageio/html/*.html +Index: /usr/share/doc/python-imageio-doc/html/index.html +Files: /usr/share/doc/python-imageio-doc/html/*.html diff -Nru python-imageio-2.4.1/debian/rules python-imageio-2.4.1/debian/rules --- python-imageio-2.4.1/debian/rules 2018-09-14 18:39:00.000000000 +0000 +++ python-imageio-2.4.1/debian/rules 2019-08-12 14:58:47.000000000 +0000 @@ -10,7 +10,7 @@ endif %: - dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild + dh $@ --with python3,sphinxdoc --buildsystem=pybuild override_dh_auto_clean: dh_auto_clean @@ -28,9 +28,3 @@ override_dh_installchangelogs: dh_installchangelogs docs/releasenotes.rst - -override_dh_python2: - dh_python2 - # Only Python 3 package should provide binary - rm debian/python-$(PYBUILD_NAME)/usr/bin/* - rmdir debian/python-$(PYBUILD_NAME)/usr/bin diff -Nru python-imageio-2.4.1/debian/tests/control python-imageio-2.4.1/debian/tests/control --- python-imageio-2.4.1/debian/tests/control 2018-11-13 09:45:00.000000000 +0000 +++ python-imageio-2.4.1/debian/tests/control 2019-08-12 13:45:00.000000000 +0000 @@ -1,17 +1,5 @@ Test-Command: set -e ; cp -a tests/* "$AUTOPKGTEST_TMP" - ; for py in $(pyversions -r 2>/dev/null) - ; do cd "$AUTOPKGTEST_TMP" - ; echo "Testing with $py:" - ; IMAGEIO_NO_INTERNET=1 $py -m pytest -v . - ; done -Depends: python-all, - python-imageio, - python-psutil, - python-pytest - -Test-Command: set -e - ; cp -a tests/* "$AUTOPKGTEST_TMP" ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:"