Control: tags 937557 + patch

Dear maintainer,

I've prepared an NMU for pyte (versioned as 0.4.8-1.1). The diff
is attached to this message.

Regards.

diff -Nru pyte-0.4.8/debian/changelog pyte-0.4.8/debian/changelog
--- pyte-0.4.8/debian/changelog	2014-09-07 16:26:52.000000000 -0400
+++ pyte-0.4.8/debian/changelog	2020-01-04 17:51:23.000000000 -0500
@@ -1,3 +1,10 @@
+pyte (0.4.8-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937557
+
+ -- Sandro Tosi <mo...@debian.org>  Sat, 04 Jan 2020 17:51:23 -0500
+
 pyte (0.4.8-1) unstable; urgency=low
 
   * Initial release.
diff -Nru pyte-0.4.8/debian/control pyte-0.4.8/debian/control
--- pyte-0.4.8/debian/control	2014-09-07 16:32:41.000000000 -0400
+++ pyte-0.4.8/debian/control	2020-01-04 17:49:58.000000000 -0500
@@ -4,27 +4,14 @@
 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,
-    python-pytest, python3-pytest,
-    python-sphinx (>= 1.0.7+dfsg) | python3-sphinx,
+    python3-all,
+    python3-pytest,
+    python3-sphinx,
     debhelper (>= 9)
 Standards-Version: 3.9.5
 Homepage: http://github.com/selectel/pyte
 
-Package: python-pyte
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Suggests: python-pyte-doc
-Provides: ${python:Provides}
-Description: simple VTXXX-compatible terminal emulator
- pyte is an in-memory VTXXX-compatible terminal emulator, where XXX stands
- for a series of video terminals, developed by DEC between 1970 and 1995.
- .
- pyte is as a fork of vt102, which was an incomplete pure Python
- implementation of VT100 terminal.
-
 Package: python3-pyte
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
diff -Nru pyte-0.4.8/debian/rules pyte-0.4.8/debian/rules
--- pyte-0.4.8/debian/rules	2014-09-07 16:16:15.000000000 -0400
+++ pyte-0.4.8/debian/rules	2020-01-04 17:51:18.000000000 -0500
@@ -1,14 +1,13 @@
 #!/usr/bin/make -f
 
-export PYBUILD_DESTDIR_python2=debian/python-pyte/
 export PYBUILD_DESTDIR_python3=debian/python3-pyte/
 
 %:
-	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+	dh $@ --with python3,sphinxdoc --buildsystem=pybuild
 
 override_dh_auto_build:
 	dh_auto_build
-	sphinx-build -b html -d docs/build/doctrees docs docs/build/html
+	python3 -m sphinx -b html -d docs/build/doctrees docs docs/build/html
 
 override_dh_auto_clean:
 	rm -rf docs/build/*

Reply via email to