diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:19:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:19:09 +0000 |
commit | 20dd9704e46285032bc66dc236bbc8c956bf3cc8 (patch) | |
tree | 26c2a6bbf72bce834519edeb689b04ed3ad2f069 | |
parent | Merging upstream version 2.9.0. (diff) | |
download | python-apt-20dd9704e46285032bc66dc236bbc8c956bf3cc8.tar.xz python-apt-20dd9704e46285032bc66dc236bbc8c956bf3cc8.zip |
Adding debian version 2.9.0.debian/2.9.0debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/gbp.conf | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0cbc2b0..a92ce26 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-apt (2.9.0) unstable; urgency=medium + + * Revert "2.8.y: Run CI in noble and point gbp.conf at 2.8.y branch" + * Update pre-commit hooks and run them + + -- Julian Andres Klode <jak@debian.org> Thu, 02 May 2024 10:06:29 +0200 + python-apt (2.8.0) unstable; urgency=medium * pre-build.sh: Run pre-commit instead of black directly diff --git a/debian/gbp.conf b/debian/gbp.conf index 8727c73..19f49ed 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,7 +1,7 @@ [DEFAULT] prebuild = ./pre-build.sh export-dir = ../build-area -debian-branch = 2.8.y +debian-branch = main debian-tag = %(version)s sign-tags = True multimaint-merge = True |