Dear maintainer, I've prepared a new NMU for python-flickrapi (versioned as 1.2-3.2) with the changes suggested by Piotr to minimise the diff to only what is necessary to fix this bug. Assuming Piotr is happy, he will uploaded it to DELAYED/2. Please feel free to tell us if we should delay it longer.
Regards. Ross
diff -u python-flickrapi-1.2/debian/changelog python-flickrapi-1.2/debian/changelog --- python-flickrapi-1.2/debian/changelog +++ python-flickrapi-1.2/debian/changelog @@ -1,3 +1,11 @@ +python-flickrapi (1.2-3.2) unstable; urgency=medium + + * Non-maintainer upload. + * Port from python-support to dh-python (Closes: #786019) + * Replace XS-Python-Version with X-Python-Version + + -- Ross Gammon <[email protected]> Mon, 19 Oct 2015 18:16:46 +0200 + python-flickrapi (1.2-3.1) unstable; urgency=low * Non-maintainer upload to get module working again. diff -u python-flickrapi-1.2/debian/control python-flickrapi-1.2/debian/control --- python-flickrapi-1.2/debian/control +++ python-flickrapi-1.2/debian/control @@ -2,9 +2,9 @@ Section: python Priority: optional Maintainer: Thomas Schmidt <[email protected]> -XS-Python-Version: all +X-Python-Version: >= 2.3 Build-Depends: debhelper (>= 5), python (>= 2.3.5-11), python-all-dev -Build-Depends-Indep: python-setuptools, python-support (>= 0.6.4) +Build-Depends-Indep: python-setuptools, dh-python Standards-Version: 3.8.1 Vcs-Git: git://git.geekbu.de/python-flickrapi/ Vcs-Browser: http://git.geekbu.de/?p=python-flickrapi.git diff -u python-flickrapi-1.2/debian/rules python-flickrapi-1.2/debian/rules --- python-flickrapi-1.2/debian/rules +++ python-flickrapi-1.2/debian/rules @@ -31,7 +31,7 @@ dh_installchangelogs dh_compress -X.py dh_fixperms - dh_pysupport + dh_python2 dh_installdeb dh_gencontrol dh_md5sums

