Control: tags 938818 + patch
Dear maintainer, I've prepared an NMU for whatthepatch (versioned as 0.0.5-2.1). The diff is attached to this message. Regards.
diff -Nru whatthepatch-0.0.5/debian/changelog whatthepatch-0.0.5/debian/changelog --- whatthepatch-0.0.5/debian/changelog 2018-04-23 08:37:16.000000000 -0400 +++ whatthepatch-0.0.5/debian/changelog 2019-12-23 17:21:31.000000000 -0500 @@ -1,3 +1,10 @@ +whatthepatch (0.0.5-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #938818 + + -- Sandro Tosi <[email protected]> Mon, 23 Dec 2019 17:21:31 -0500 + whatthepatch (0.0.5-2) unstable; urgency=medium * Bug fix: "Please drop override of diff -Nru whatthepatch-0.0.5/debian/control whatthepatch-0.0.5/debian/control --- whatthepatch-0.0.5/debian/control 2018-04-23 08:34:40.000000000 -0400 +++ whatthepatch-0.0.5/debian/control 2019-12-23 17:21:14.000000000 -0500 @@ -2,23 +2,11 @@ Section: python Priority: extra Maintainer: Reinhard Tartler <[email protected]> -Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools, python3-all, python3-setuptools +Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools Standards-Version: 4.0.0 Homepage: https://github.com/cscorley/whatthepatch -X-Python-Version: >= 2.6 -X-Python3-Version: >= 3.2 Testsuite: autopkgtest-pkg-python -Package: python-whatthepatch -Architecture: all -Depends: ${python:Depends}, ${misc:Depends} -Description: Library for parsing patch files (Python 2) - What The Patch!? is a library for parsing patch files. Its only purpose - is to read a patch file and get it into some usable form by other - programs. - . - This package installs the library for Python 2. - Package: python3-whatthepatch Architecture: all Depends: ${python3:Depends}, ${misc:Depends} diff -Nru whatthepatch-0.0.5/debian/rules whatthepatch-0.0.5/debian/rules --- whatthepatch-0.0.5/debian/rules 2018-04-23 08:34:40.000000000 -0400 +++ whatthepatch-0.0.5/debian/rules 2019-12-23 17:21:25.000000000 -0500 @@ -6,7 +6,7 @@ export PYBUILD_NAME=whatthepatch %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild # If you need to rebuild the Sphinx documentation

