summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/debian-codename-to-version.sh9
-rwxr-xr-xbin/sbuild-deb-package2
2 files changed, 6 insertions, 5 deletions
diff --git a/bin/debian-codename-to-version.sh b/bin/debian-codename-to-version.sh
index 1a83217..6445d26 100755
--- a/bin/debian-codename-to-version.sh
+++ b/bin/debian-codename-to-version.sh
@@ -47,12 +47,13 @@ case "${codename}" in
# a bit higher than the current testing version
# (which is known early in advance to the next
# upcoming release).
- ("sid"|"unstable") echo "11.01";;
+ ("sid"|"unstable") echo "12.01";;
- ("bullseye"|"testing") echo "11";;
+ ("bookworm"|"stable") echo "12";;
- ("buster"|"stable") echo "10";;
- ("stretch"|"oldstable") echo "9";;
+ ("bullseye"|"stable") echo "11";;
+ ("buster"|"oldstable") echo "10";;
+ ("stretch"|"oldoldstable") echo "9";;
("jessie") echo "8";;
("wheezy") echo "7";;
("squeeze") echo "6";;
diff --git a/bin/sbuild-deb-package b/bin/sbuild-deb-package
index 8c8d26f..48587fd 100755
--- a/bin/sbuild-deb-package
+++ b/bin/sbuild-deb-package
@@ -27,7 +27,7 @@ DEBEMAIL="firstname.lastname@mydomain.org"
DEBFULLNAME="Firstname Lastname"
GPG_KEY=""
DEB_DISTS_SUPPORTED="debian ubuntu"
-DEBIAN_DISTROS="jessie,stretch,buster,bullseye,sid"
+DEBIAN_DISTROS="jessie,stretch,buster,bullseye,bookworm,sid"
UBUNTU_DISTROS="xenial,bionic,focal"
SKIP_BUILDS="ubuntu:focal/i386"