From a1ac87c5ff265d34f36ca228823fc7536aabc320 Mon Sep 17 00:00:00 2001 From: Markus <92539850+mabezi@users.noreply.github.com> Date: Mon, 27 Jan 2025 11:02:37 +0100 Subject: [PATCH 1/2] Remove dh_pypy leftover dh_pypy got removed from dh-python in bookworm --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 1027849..959776d 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,4 @@ export DH_VERBOSE=1 export PYBUILD_NAME=arpreq %: - dh $@ --with python3,pypy --buildsystem pybuild + dh $@ --with python3 --buildsystem pybuild From 9ff716dd8ae8c5e6c4c616eb120ed052f9922cae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20F=C3=B6lsch?= Date: Sat, 19 Sep 2026 01:07:39 +0200 Subject: [PATCH 2/2] Change gbp branch to bookworm --- debian/changelog | 6 ++++++ debian/gbp.conf | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e4747ee..e80037f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +arpreq (0.3.4-3) unstable; urgency=medium + + * Bookworm + + -- Julian Fölsch Sat, 19 Sep 2026 01:32:00 +0200 + arpreq (0.3.4-2) unstable; urgency=medium * Disable Python 2 packaging diff --git a/debian/gbp.conf b/debian/gbp.conf index f253b0d..3d7a009 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,4 +1,4 @@ [DEFAULT] -debian-branch = debian/bullseye +debian-branch = debian/bookworm upstream-branch = main upstream-tag = v%(version)s