Control: tags 937887 + patch Control: tags 937887 + pending
Dear maintainer, I've prepared an NMU for python-libguess (versioned as 1.1-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru python-libguess-1.1/debian/changelog python-libguess-1.1/debian/changelog --- python-libguess-1.1/debian/changelog 2014-06-29 16:48:36.000000000 -0400 +++ python-libguess-1.1/debian/changelog 2019-10-07 20:31:26.000000000 -0400 @@ -1,3 +1,10 @@ +python-libguess (1.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #937887 + + -- Sandro Tosi <mo...@debian.org> Mon, 07 Oct 2019 20:31:26 -0400 + python-libguess (1.1-1) unstable; urgency=medium * Initial release. diff -Nru python-libguess-1.1/debian/control python-libguess-1.1/debian/control --- python-libguess-1.1/debian/control 2014-06-29 16:38:07.000000000 -0400 +++ python-libguess-1.1/debian/control 2019-10-07 20:31:11.000000000 -0400 @@ -3,26 +3,13 @@ Maintainer: Andrew Shadura <andre...@debian.org> Build-Depends: dh-python, - python-setuptools (>= 0.6.24), python3-setuptools (>= 0.6.24), - python-all (>= 2.6.6-3), python3-all, debhelper (>= 9) Standards-Version: 3.9.5 Section: python Homepage: https://bitbucket.org/barro/python-libguess/wiki/Home -Package: python-libguess -Architecture: all -Depends: libguess1, ${misc:Depends}, ${python:Depends} -Provides: ${python:Provides} -Description: high-speed character set detection library (Python wrapper) - libguess employs discrete-finite automata to deduce the character set of the - input buffer. The advantage of this is that all character sets can be checked - in parallel, and quickly. - . - This package contains a Python wrapper for libguess. - Package: python3-libguess Architecture: all Depends: libguess1, ${misc:Depends}, ${python3:Depends} diff -Nru python-libguess-1.1/debian/rules python-libguess-1.1/debian/rules --- python-libguess-1.1/debian/rules 2014-06-29 16:47:45.000000000 -0400 +++ python-libguess-1.1/debian/rules 2019-10-07 20:31:19.000000000 -0400 @@ -1,7 +1,6 @@ #!/usr/bin/make -f -export PYBUILD_DESTDIR_python2=debian/python-libguess/ export PYBUILD_DESTDIR_python3=debian/python3-libguess/ %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild