Bug#938818: whatthepatch: diff for NMU version 0.0.5-2.1

2019-12-27 Thread Reinhard Tartler
Thanks for the upload, Sandro.

Happy holidays!
rt

On December 23, 2019 11:22:37 PM GMT+01:00, Sandro Tosi  
wrote:
>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.

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.



Bug#938818: whatthepatch: diff for NMU version 0.0.5-2.1

2019-12-23 Thread Sandro Tosi
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.0 -0400
+++ whatthepatch-0.0.5/debian/changelog	2019-12-23 17:21:31.0 -0500
@@ -1,3 +1,10 @@
+whatthepatch (0.0.5-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #938818
+
+ -- Sandro Tosi   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.0 -0400
+++ whatthepatch-0.0.5/debian/control	2019-12-23 17:21:14.0 -0500
@@ -2,23 +2,11 @@
 Section: python
 Priority: extra
 Maintainer: Reinhard Tartler 
-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.0 -0400
+++ whatthepatch-0.0.5/debian/rules	2019-12-23 17:21:25.0 -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