Control: tags 938678 + patch
Control: tags 938678 + pending

Dear maintainer,

I've prepared an NMU for toro (versioned as 1.0.1-3.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru toro-1.0.1/debian/changelog toro-1.0.1/debian/changelog
--- toro-1.0.1/debian/changelog	2018-08-28 01:38:32.000000000 -0400
+++ toro-1.0.1/debian/changelog	2019-10-08 00:27:08.000000000 -0400
@@ -1,3 +1,10 @@
+toro (1.0.1-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #938678
+
+ -- Sandro Tosi <mo...@debian.org>  Tue, 08 Oct 2019 00:27:08 -0400
+
 toro (1.0.1-3) unstable; urgency=low
 
   * debian/control:
diff -Nru toro-1.0.1/debian/control toro-1.0.1/debian/control
--- toro-1.0.1/debian/control	2018-08-27 23:26:55.000000000 -0400
+++ toro-1.0.1/debian/control	2019-10-08 00:26:50.000000000 -0400
@@ -4,9 +4,6 @@
 Priority: optional
 Build-Depends: debhelper (>= 11),
                dh-python,
-               python-all (>= 2.6.6-3),
-               python-setuptools (>= 0.6b3),
-               python-tornado (>= 3),
                python3,
                python3-setuptools
 Standards-Version: 4.2.1
@@ -14,14 +11,6 @@
 Vcs-Browser: https://salsa.debian.org/debian/python-toro
 Homepage: https://github.com/ajdavis/toro/
 
-Package: python-toro
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-XB-Python-Version: ${python:Version}
-Description: Synchronization primitives for Tornado coroutines
- A set of locking and synchronizing primitives analogous to those in Python’s
- threading module or Gevent’s coros, for use with Tornado’s gen.engine.
-
 Package: python3-toro
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
diff -Nru toro-1.0.1/debian/python-toro.doc toro-1.0.1/debian/python-toro.doc
--- toro-1.0.1/debian/python-toro.doc	2018-08-28 01:09:07.000000000 -0400
+++ toro-1.0.1/debian/python-toro.doc	1969-12-31 19:00:00.000000000 -0500
@@ -1,2 +0,0 @@
-docs/*
-docs/examples/*
diff -Nru toro-1.0.1/debian/python-toro.examples toro-1.0.1/debian/python-toro.examples
--- toro-1.0.1/debian/python-toro.examples	2018-08-28 01:08:52.000000000 -0400
+++ toro-1.0.1/debian/python-toro.examples	1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-examples/*
diff -Nru toro-1.0.1/debian/rules toro-1.0.1/debian/rules
--- toro-1.0.1/debian/rules	2018-08-28 01:38:32.000000000 -0400
+++ toro-1.0.1/debian/rules	2019-10-08 00:27:05.000000000 -0400
@@ -3,7 +3,7 @@
 export PYBUILD_NAME=toro
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_test:
 	#Disabled failed testcases.

Reply via email to