summaryrefslogtreecommitdiff
diff options
-rw-r--r--debian/changelog9
-rw-r--r--debian/compat1
-rw-r--r--debian/control25
-rw-r--r--debian/python-dpkt.docs2
-rw-r--r--debian/python-dpkt.examples1
-rwxr-xr-xdebian/rules2
6 files changed, 12 insertions, 28 deletions
diff --git a/debian/changelog b/debian/changelog
index b3a93fe..9a82a7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-dpkt (1.9.2-2) unstable; urgency=medium
+
+ * Team upload.
+ * Use debhelper-compat instead of debian/compat.
+ * Bump Standards-Version to 4.4.0.
+ * Drop Python 2 support.
+
+ -- Ondřej Nový <onovy@debian.org> Thu, 25 Jul 2019 15:38:24 +0200
+
python-dpkt (1.9.2-1) unstable; urgency=medium
* Update to 1.9.2
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 48082f7..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-12
diff --git a/debian/control b/debian/control
index a0a58d3..b85ff81 100644
--- a/debian/control
+++ b/debian/control
@@ -5,38 +5,17 @@ Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.
Uploaders:
Luciano Bello <luciano@debian.org>, Stewart Ferguson <stew@ferg.aero>
Build-Depends:
- debhelper (>= 12),
+ debhelper-compat (= 12),
dh-python,
- python-all,
- python-setuptools,
python3-all,
python3-setuptools
-Standards-Version: 4.3.0
+Standards-Version: 4.4.0
Rules-Requires-Root: no
Homepage: https://github.com/kbandla/dpkt
Vcs-Git: https://salsa.debian.org/python-team/modules/python-dpkt.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-dpkt
Testsuite: autopkgtest-pkg-python
-Package: python-dpkt
-Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends}
-Description: Python 2 packet creation / parsing module for basic TCP/IP protocols
- Python 2 module for fast, simple packet creation / parsing, with support for
- basic protocols often related to TCP/IP protocols. This includes (but is not
- limited to):
- - ethernet
- - HTTP
- - ICMP
- - UDP
- - TCP/IP (v4 and v6)
- - BGP
- - radius
- - ssl
- and many other protocols as well as support for parsing pcap files.
-
Package: python3-dpkt
Architecture: all
Depends:
diff --git a/debian/python-dpkt.docs b/debian/python-dpkt.docs
deleted file mode 100644
index 24948f1..0000000
--- a/debian/python-dpkt.docs
+++ /dev/null
@@ -1,2 +0,0 @@
-AUTHORS
-README.rst
diff --git a/debian/python-dpkt.examples b/debian/python-dpkt.examples
deleted file mode 100644
index e39721e..0000000
--- a/debian/python-dpkt.examples
+++ /dev/null
@@ -1 +0,0 @@
-examples/*
diff --git a/debian/rules b/debian/rules
index b28c65c..c452b79 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@
export PYBUILD_NAME=dpkt
%:
- dh $@ --with=python2,python3 --buildsystem=pybuild
+ dh $@ --with=python3 --buildsystem=pybuild