diff -Nru wand-0.4.4/debian/changelog wand-0.4.4/debian/changelog --- wand-0.4.4/debian/changelog 2017-01-11 09:15:07.000000000 +0000 +++ wand-0.4.4/debian/changelog 2018-02-22 20:55:29.000000000 +0000 @@ -1,3 +1,10 @@ +wand (0.4.4-1.1+rpi1) buster-staging; urgency=medium + + * Change dependency from libmagickwand-6.q16-3 to libmagickwand-6.q16-5 (Close: 890956) + * Fix clean target. + + -- Peter Michael Green Thu, 22 Feb 2018 20:55:29 +0000 + wand (0.4.4-1.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru wand-0.4.4/debian/control wand-0.4.4/debian/control --- wand-0.4.4/debian/control 2017-01-11 09:14:15.000000000 +0000 +++ wand-0.4.4/debian/control 2018-02-22 20:55:29.000000000 +0000 @@ -23,7 +23,7 @@ Package: python-wand Architecture: all Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, - libmagickwand5 | libmagickwand-6.q16-3, + libmagickwand5 | libmagickwand-6.q16-5, Suggests: wand-doc Description: Python interface for ImageMagick library (Python 2 build) Wand is a ctypes-based simple ImageMagick binding for Python. It @@ -39,7 +39,7 @@ Package: python3-wand Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, - libmagickwand5 | libmagickwand-6.q16-3, + libmagickwand5 | libmagickwand-6.q16-5, Suggests: wand-doc Description: Python interface for ImageMagick library (Python 3 build) Wand is a ctypes-based simple ImageMagick binding for Python. It @@ -54,7 +54,7 @@ Package: pypy-wand Architecture: all Depends: ${pypy:Depends}, ${misc:Depends}, - libmagickwand5 | libmagickwand-6.q16-3, + libmagickwand5 | libmagickwand-6.q16-5, Suggests: wand-doc Description: Python interface for ImageMagick library (PyPy build) Wand is a ctypes-based simple ImageMagick binding for Python. It diff -Nru wand-0.4.4/debian/rules wand-0.4.4/debian/rules --- wand-0.4.4/debian/rules 2016-11-06 09:02:18.000000000 +0000 +++ wand-0.4.4/debian/rules 2018-02-22 20:55:29.000000000 +0000 @@ -20,6 +20,7 @@ override_dh_auto_clean: clean_doc dh_auto_clean + rm -rf Wand.egg-info # The testsuite is disabled for now; it fails on the ImageMagick 6.8.* or # later