Control: tags 937948 + patch Control: tags 937948 + pending
Dear maintainer, I've prepared an NMU for python-nmap (versioned as 0.6.1-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru python-nmap-0.6.1/debian/changelog python-nmap-0.6.1/debian/changelog --- python-nmap-0.6.1/debian/changelog 2016-10-17 18:09:09.000000000 -0400 +++ python-nmap-0.6.1/debian/changelog 2019-10-07 20:38:52.000000000 -0400 @@ -1,3 +1,10 @@ +python-nmap (0.6.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #937948 + + -- Sandro Tosi <mo...@debian.org> Mon, 07 Oct 2019 20:38:52 -0400 + python-nmap (0.6.1-1) unstable; urgency=medium * New upstream release diff -Nru python-nmap-0.6.1/debian/control python-nmap-0.6.1/debian/control --- python-nmap-0.6.1/debian/control 2016-10-17 18:09:09.000000000 -0400 +++ python-nmap-0.6.1/debian/control 2019-10-07 20:38:38.000000000 -0400 @@ -7,9 +7,7 @@ Build-Depends: debhelper (>= 9~) Build-Depends-Indep: dh-python , nmap - , python-all (>= 2.6.6-3~) , python3-all - , python-nose , python3-nose Standards-Version: 3.9.8 Homepage: http://xael.org/norman/python/python-nmap/ @@ -18,17 +16,6 @@ X-Python-Version: >= 2.6 X-Python3-Version: >= 3.0 -Package: python-nmap -Architecture: all -Pre-Depends: dpkg (>= 1.15.6~) -Depends: ${python:Depends}, ${misc:Depends}, nmap -Provides: ${python:Provides} -Description: Python interface to the Nmap port scanner - It helps manipulating nmap scan results and can - be useful to systems administrators to - automate scanning task and reports. - It also supports nmap script outputs. - Package: python3-nmap Architecture: all Pre-Depends: dpkg (>= 1.15.6~) diff -Nru python-nmap-0.6.1/debian/rules python-nmap-0.6.1/debian/rules --- python-nmap-0.6.1/debian/rules 2016-10-17 18:09:09.000000000 -0400 +++ python-nmap-0.6.1/debian/rules 2019-10-07 20:38:47.000000000 -0400 @@ -4,7 +4,7 @@ export PYBUILD_NAME=nmap %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_installchangelogs: dh_installchangelogs CHANGELOG