Control: tags 936112 + patch
Control: tags 936112 + pending

Dear maintainer,

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

Regards.

diff -Nru aiodns-1.1.1/debian/changelog aiodns-1.1.1/debian/changelog
--- aiodns-1.1.1/debian/changelog	2016-10-10 08:02:35.000000000 -0400
+++ aiodns-1.1.1/debian/changelog	2019-10-10 09:04:31.000000000 -0400
@@ -1,3 +1,10 @@
+aiodns (1.1.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #936112
+
+ -- Sandro Tosi <mo...@debian.org>  Thu, 10 Oct 2019 09:04:31 -0400
+
 aiodns (1.1.1-1) unstable; urgency=medium
 
   * Initial release (Closes: #835339)
diff -Nru aiodns-1.1.1/debian/control aiodns-1.1.1/debian/control
--- aiodns-1.1.1/debian/control	2016-10-10 07:55:55.000000000 -0400
+++ aiodns-1.1.1/debian/control	2019-10-10 09:04:19.000000000 -0400
@@ -8,9 +8,6 @@
     python3-all,
     python3-pycares,
     python3-setuptools,
-    python-all,
-    python-pycares,
-    python-setuptools,
 Standards-Version: 3.9.8
 Homepage: https://github.com/saghul/aiodns
 Vcs-Git: https://git.ortolo.eu/git/pkg-aiodns.git
@@ -18,17 +15,6 @@
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.3
 
-Package: python-aiodns
-Architecture: all
-Depends:
-    ${misc:Depends}, ${python:Depends},
-    python-trollius
-Description: Asynchronous DNS resolver library for Python
- aiodns provides a simple way for doing asynchronous DNS resolutions with a
- synchronous looking interface, using pycares.
- .
- This package installs the library for Python 2.
-
 Package: python3-aiodns
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
diff -Nru aiodns-1.1.1/debian/rules aiodns-1.1.1/debian/rules
--- aiodns-1.1.1/debian/rules	2016-08-30 10:36:11.000000000 -0400
+++ aiodns-1.1.1/debian/rules	2019-10-10 09:04:28.000000000 -0400
@@ -6,4 +6,4 @@
 export PYBUILD_NAME = aiodns
 
 %:
-	dh $@  --with python2,python3 --buildsystem=pybuild
+	dh $@  --with python3 --buildsystem=pybuild

Reply via email to