diff options
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rwxr-xr-x | debian/rules | 2 | ||||
| -rw-r--r-- | debian/watch | 2 |
4 files changed, 11 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index ecd0e67..422523f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-dpkt (1.9.8-2) unstable; urgency=medium + + * Team upload. + * Update watch file for new GitHub API + * Use new dh-sequence-python3 + + -- Alexandre Detiste <tchet@debian.org> Thu, 22 Aug 2024 11:44:29 +0200 + python-dpkt (1.9.8-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index a0aaaef..453cc05 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Python Team <team+python@tracker.debian.org> Uploaders: Stewart Ferguson <stew@ferg.aero> Build-Depends: debhelper-compat (= 13), - dh-python, + dh-sequence-python3, python3-all, python3-setuptools, python3-pytest <!nocheck>, diff --git a/debian/rules b/debian/rules index c452b79..6908be2 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,4 @@ export PYBUILD_NAME=dpkt %: - dh $@ --with=python3 --buildsystem=pybuild + dh $@ --buildsystem=pybuild diff --git a/debian/watch b/debian/watch index 5f3c77f..ac66dbf 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=4 -https://github.com/kbandla/dpkt/releases (?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@ +https://github.com/kbandla/dpkt/tags (?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@ |
