diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:08:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:08:52 +0000 |
commit | e54169dd01a47df4d2f3284beea082c0ab8eeb95 (patch) | |
tree | 5e1e11fcd5b0a435bcbe113759550fbc439711d6 | |
parent | Merging upstream version 2.7.7. (diff) | |
download | python-apt-e54169dd01a47df4d2f3284beea082c0ab8eeb95.tar.xz python-apt-e54169dd01a47df4d2f3284beea082c0ab8eeb95.zip |
Adding debian version 2.7.7.debian/2.7.7
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a33c973..ee6f725 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-apt (2.7.7) unstable; urgency=medium + + * Remove obsolete python3-distutils build-depends (Closes: #1065922) + + -- Julian Andres Klode <jak@debian.org> Fri, 22 Mar 2024 23:25:32 +0100 + python-apt (2.7.6) unstable; urgency=medium [ Ravi Kant Sharma ] diff --git a/debian/control b/debian/control index b64ee47..4be4136 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,6 @@ Build-Depends: apt (>= 1.0.9.4), libapt-pkg-dev (>= 2.7.11~), python3-all (>= 3.11), python3-all-dev (>= 3.3), - python3-distutils, python3-distutils-extra (>= 2.0), python3-setuptools, python3-sphinx (>= 0.5), |