diff options
| author | Alexandre Detiste <tchet@debian.org> | 2024-08-22 11:44:29 +0200 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2024-08-22 16:36:54 +0000 |
| commit | 21350383d363f097dc9c4a1828e4e27122ad91fd (patch) | |
| tree | 32250db2f05968714565d0035937a5542cf42f38 | |
| parent | 78916ded6e90d4e38febae13ec1db05b74b517a7 (diff) | |
1.9.8-2 (patches unapplied)HEADimport/1.9.8-2ubuntu/resolute-develubuntu/resoluteubuntu/questing-develubuntu/questingubuntu/plucky-proposedubuntu/plucky-develubuntu/pluckyubuntu/develdebian/sid
Imported using git-ubuntu import.
Notes
Notes:
* Team upload.
* Update watch file for new GitHub API
* Use new dh-sequence-python3
| -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@ |
