Control: tags 938083 + patch
Control: tags 938083 + pending

Dear maintainer,

I've prepared an NMU for python-pypcap (versioned as 1.2.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-pypcap-1.2.2/debian/changelog python-pypcap-1.2.2/debian/changelog
--- python-pypcap-1.2.2/debian/changelog	2018-07-16 07:54:37.000000000 -0400
+++ python-pypcap-1.2.2/debian/changelog	2019-10-19 18:11:46.000000000 -0400
@@ -1,3 +1,10 @@
+python-pypcap (1.2.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #938083
+
+ -- Sandro Tosi <mo...@debian.org>  Sat, 19 Oct 2019 18:11:46 -0400
+
 python-pypcap (1.2.2-1) unstable; urgency=medium
 
   * Team upload
diff -Nru python-pypcap-1.2.2/debian/control python-pypcap-1.2.2/debian/control
--- python-pypcap-1.2.2/debian/control	2018-07-16 07:41:53.000000000 -0400
+++ python-pypcap-1.2.2/debian/control	2019-10-19 18:11:19.000000000 -0400
@@ -4,13 +4,10 @@
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 11),
-               python-all-dev,
-               cython,
 	       cython3,
 	       python3-all-dev,
                libpcap0.8-dev,
                quilt,
-               python-setuptools,
 	       python3-setuptools,
                dh-python
 Standards-Version: 4.1.5
@@ -18,19 +15,6 @@
 Vcs-Git: https://salsa.debian.org/ineteng-team/python-pypcap.git
 Homepage: https://github.com/pynetwork/pypcap
 
-Package: python-pypcap
-Architecture: any
-Depends: ${python:Depends},
-         ${shlibs:Depends},
-         ${misc:Depends}
-Conflicts: python-libpcap
-Provides: ${python:Provides}
-Description: object-oriented Python interface for libpcap (Python 2)
- pypcap is an objected-oriented Python interface for libpcap which
- supports packet injection and user callback functions.
- .
- This package works with Python versions 2.x.
-
 Package: python3-pypcap
 Architecture: any
 Depends: ${python3:Depends},
diff -Nru python-pypcap-1.2.2/debian/rules python-pypcap-1.2.2/debian/rules
--- python-pypcap-1.2.2/debian/rules	2018-07-16 07:41:53.000000000 -0400
+++ python-pypcap-1.2.2/debian/rules	2019-10-19 18:11:40.000000000 -0400
@@ -3,7 +3,7 @@
 export PYBUILD_NAME=pypcap
 
 %:
-	dh $@ --with=python2,python3 --buildsystem=pybuild
+	dh $@ --with=python3 --buildsystem=pybuild
 
 override_dh_auto_configure:
 	cython3 pcap.pyx

Reply via email to