Control: tags 937556 + patch
Control: tags 937556 + pending

Dear maintainer,

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

Regards.

diff -Nru pytango-9.3.0/debian/changelog pytango-9.3.0/debian/changelog
--- pytango-9.3.0/debian/changelog	2019-09-28 14:18:02.000000000 -0400
+++ pytango-9.3.0/debian/changelog	2019-10-17 19:00:57.000000000 -0400
@@ -1,3 +1,10 @@
+pytango (9.3.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937556
+
+ -- Sandro Tosi <mo...@debian.org>  Thu, 17 Oct 2019 19:00:57 -0400
+
 pytango (9.3.0-1) unstable; urgency=medium
 
   [ Picca Frédéric-Emmanuel ]
diff -Nru pytango-9.3.0/debian/control pytango-9.3.0/debian/control
--- pytango-9.3.0/debian/control	2019-09-28 14:18:02.000000000 -0400
+++ pytango-9.3.0/debian/control	2019-10-17 19:00:24.000000000 -0400
@@ -10,16 +10,6 @@
                libboost-python-dev,
                libtango-dev,
                pkg-config,
-               python-all-dev,
-               python-concurrent.futures <!nodoc>,
-               python-enum34,
-               python-gevent <!nodoc>,
-               python-mock <!nodoc>,
-               python-numpy,
-               python-setuptools,
-               python-six,
-               python-sphinx <!nodoc>,
-               python-sphinx-rtd-theme <!nodoc>,
                python3-all-dev,
                python3-gevent <!nodoc>,
                python3-mock <!nodoc>,
@@ -35,23 +25,6 @@
 Homepage: http://www.tango-controls.org/static/PyTango/latest/doc/html/
 Rules-Requires-Root: no
 
-Package: python-tango
-Architecture: any
-Section: python
-Depends: ${misc:Depends},
-         ${python:Depends},
-         ${shlibs:Depends},
-         python-enum34
-Provides: ${python:Provides}
-Description: API for the TANGO control system (Python 2)
- TANGO is an object oriented distributed control system using CORBA,
- mainly developed by the Controls Section of the ALBA Synchrotron.
- PyTango provides bindings for its client- and server-side C++ APIs.
- With PyTango, you can write TANGO device servers and TANGO applications
- (scripts, CLIs, GUIs) that access TANGO device servers in pure Python.
- .
- This is the Python 2 version of the package.
-
 Package: python3-tango
 Architecture: any
 Section: python
diff -Nru pytango-9.3.0/debian/python-tango.pydist pytango-9.3.0/debian/python-tango.pydist
--- pytango-9.3.0/debian/python-tango.pydist	2019-09-28 14:18:02.000000000 -0400
+++ pytango-9.3.0/debian/python-tango.pydist	1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-pytango python-tango; PEP386
diff -Nru pytango-9.3.0/debian/rules pytango-9.3.0/debian/rules
--- pytango-9.3.0/debian/rules	2019-09-28 14:18:02.000000000 -0400
+++ pytango-9.3.0/debian/rules	2019-10-17 19:00:45.000000000 -0400
@@ -1,10 +1,10 @@
 #!/usr/bin/make -f
 
 export PYBUILD_NAME=tango
-export PYBUILD_AFTER_INSTALL=dh_numpy ; dh_numpy3
+export PYBUILD_AFTER_INSTALL=dh_numpy3
 
 %:
-	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+	dh $@ --with python3,sphinxdoc --buildsystem=pybuild
 
 
 override_dh_auto_clean:

Reply via email to