summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorHolger Wansing <hwansing@mailbox.org>2022-02-13 12:58:09 +0100
committerHolger Wansing <hwansing@mailbox.org>2022-02-13 12:58:09 +0100
commiteadad953e9c60291715ab80fcf07ec6c77bbaacf (patch)
tree822c75ee32bc8d723904a79d632a72881049e79f /debian
parent9226cfa2f613ca84bb83a1d8dc367bae46850172 (diff)
downloadinstallation-guide-eadad953e9c60291715ab80fcf07ec6c77bbaacf.zip
Bump release name to bookworm
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index fd7deb532..7942287e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+installation-guide (20220213) UNRELEASED; urgency=medium
+
+ * Bump release name to bookworm.
+
+ -- Holger Wansing <hwansing@mailbox.org> Sun, 13 Feb 2022 12:52:45 +0100
+
installation-guide (20220129) unstable; urgency=medium
[ Holger Wansing ]
diff --git a/debian/rules b/debian/rules
index 798f56c7f..f75c82c9b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ VERSION=$(shell LC_ALL=C dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2)
DATE=$(shell echo $(VERSION) | cut -d '.' -f 1)
SUITE=$(shell LC_ALL=C dpkg-parsechangelog | grep ^Distribution: | cut -d ' ' -f 2)
ifeq (${SUITE},unstable)
-SUITE=buster
+SUITE=bookworm
endif
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))