Control: tags 937713 + patch Control: tags 937713 + pending
Dear maintainer, I've prepared an NMU for python-dnsq (versioned as 1.1.2-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru python-dnsq-1.1.2/debian/changelog python-dnsq-1.1.2/debian/changelog --- python-dnsq-1.1.2/debian/changelog 2014-03-11 11:16:25.000000000 -0400 +++ python-dnsq-1.1.2/debian/changelog 2019-10-12 23:18:04.000000000 -0400 @@ -1,3 +1,10 @@ +python-dnsq (1.1.2-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #937713 + + -- Sandro Tosi <[email protected]> Sat, 12 Oct 2019 23:18:04 -0400 + python-dnsq (1.1.2-1) unstable; urgency=medium * New upstream version (now with licensing in upstream tarball) diff -Nru python-dnsq-1.1.2/debian/control python-dnsq-1.1.2/debian/control --- python-dnsq-1.1.2/debian/control 2014-03-11 11:15:43.000000000 -0400 +++ python-dnsq-1.1.2/debian/control 2019-10-12 23:17:55.000000000 -0400 @@ -5,8 +5,6 @@ Build-Depends: debhelper (>= 9), dh-python, - python-all (>= 2.6.6-3~), - python-setuptools, python3-all, python3-setuptools Homepage: https://github.com/mailgun/dnsq @@ -16,19 +14,6 @@ Vcs-Git: git://anonscm.debian.org/collab-maint/python-dnsq.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-dnsq.git -Package: python-dnsq -Architecture: all -Depends: - ${python:Depends}, - ${misc:Depends}, - python-dnspython, - python-expiringdict -Description: Python DNS query tool - dnsq is a high-level wrapper around dnspython for making caching DNS - queries from Python. - . - This is the Python 2 version of this package. - Package: python3-dnsq Architecture: all Depends: diff -Nru python-dnsq-1.1.2/debian/rules python-dnsq-1.1.2/debian/rules --- python-dnsq-1.1.2/debian/rules 2014-03-11 11:15:43.000000000 -0400 +++ python-dnsq-1.1.2/debian/rules 2019-10-12 23:18:01.000000000 -0400 @@ -2,4 +2,4 @@ export PYBUILD_NAME=dnsq %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild

