summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--debian/gbp.conf2
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 68670e8..6a1aae6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-apt (2.8.0) unstable; urgency=medium
+
+ * pre-build.sh: Run pre-commit instead of black directly
+ * 2.8.y: Run CI in noble and point gbp.conf at 2.8.y branch
+ * Update the mirrors
+
+ -- Julian Andres Klode <jak@debian.org> Wed, 17 Apr 2024 12:21:58 +0200
+
python-apt (2.7.7-0.0~progress7.99u1) graograman-backports; urgency=medium
* Uploading to graograman-backports, remaining changes:
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 19f49ed..8727c73 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,7 +1,7 @@
[DEFAULT]
prebuild = ./pre-build.sh
export-dir = ../build-area
-debian-branch = main
+debian-branch = 2.8.y
debian-tag = %(version)s
sign-tags = True
multimaint-merge = True