Control: tags 937995 + patch
Control: tags 937995 + pending

Dear maintainer,

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

Regards.

diff -Nru python-paho-mqtt-1.4.0/debian/changelog python-paho-mqtt-1.4.0/debian/changelog
--- python-paho-mqtt-1.4.0/debian/changelog	2018-10-20 15:45:37.000000000 -0400
+++ python-paho-mqtt-1.4.0/debian/changelog	2019-10-05 21:02:18.000000000 -0400
@@ -1,3 +1,10 @@
+python-paho-mqtt (1.4.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937995
+
+ -- Sandro Tosi <mo...@debian.org>  Sat, 05 Oct 2019 21:02:18 -0400
+
 python-paho-mqtt (1.4.0-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru python-paho-mqtt-1.4.0/debian/control python-paho-mqtt-1.4.0/debian/control
--- python-paho-mqtt-1.4.0/debian/control	2018-10-20 15:45:37.000000000 -0400
+++ python-paho-mqtt-1.4.0/debian/control	2019-10-05 21:01:56.000000000 -0400
@@ -5,8 +5,6 @@
 Build-Depends: debhelper (>= 11~),
                dh-python,
                pylama,
-               python-all,
-               python-setuptools,
                python3-all,
                python3-setuptools
 Standards-Version: 4.2.1
@@ -14,23 +12,6 @@
 Vcs-Browser: https://salsa.debian.org/debian/python-paho-mqtt
 Vcs-Git: https://salsa.debian.org/debian/python-paho-mqtt.git
 
-Package: python-paho-mqtt
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Description: MQTT client class (Python 2)
- This code provides a client class which enable applications to connect
- to an MQTT broker to publish messages, and to subscribe to topics and
- receive published messages. It also provides some helper functions to
- make publishing one off messages to an MQTT server very straightforward.
- .
- The MQTT protocol is a machine-to-machine (M2M)/”Internet of Things”
- connectivity protocol. Designed as an extremely lightweight publish/
- subscribe messaging transport, it is useful for connections with remote
- locations where a small code footprint is required and/or network
- bandwidth is at a premium.
- .
- This is the Python 2 version of the package.
-
 Package: python3-paho-mqtt
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}
diff -Nru python-paho-mqtt-1.4.0/debian/rules python-paho-mqtt-1.4.0/debian/rules
--- python-paho-mqtt-1.4.0/debian/rules	2018-10-20 15:45:37.000000000 -0400
+++ python-paho-mqtt-1.4.0/debian/rules	2019-10-05 21:02:14.000000000 -0400
@@ -2,7 +2,7 @@
 export PYBUILD_NAME=paho-mqtt
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_test:
 	# test is broken

Reply via email to