From eadad953e9c60291715ab80fcf07ec6c77bbaacf Mon Sep 17 00:00:00 2001 From: Holger Wansing Date: Sun, 13 Feb 2022 12:58:09 +0100 Subject: Bump release name to bookworm --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') 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))) -- cgit v1.2.3