summaryrefslogtreecommitdiffstats
path: root/debian/progress-linux.config
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-08-27 04:17:40 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-08-27 04:17:40 +0000
commit5d47879051c3b0ee6848ff4576ca01b85142beab (patch)
tree10451ce81a521c949c4fadaab3674bb4f128b106 /debian/progress-linux.config
parentMaking distribution detection and version handling more robust. (diff)
downloadprogress-linux-5d47879051c3b0ee6848ff4576ca01b85142beab.tar.xz
progress-linux-5d47879051c3b0ee6848ff4576ca01b85142beab.zip
Adding support for Debian 12 (bookworm).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/progress-linux.config')
-rwxr-xr-xdebian/progress-linux.config14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/progress-linux.config b/debian/progress-linux.config
index 4532d78..12dd625 100755
--- a/debian/progress-linux.config
+++ b/debian/progress-linux.config
@@ -53,6 +53,13 @@ then
Run_debconf
;;
+ 7*)
+ RELEASE="7"
+ CODENAME="graograman"
+
+ Run_debconf
+ ;;
+
*)
echo "W: unsupported debian release"
;;
@@ -73,6 +80,13 @@ else
Run_debconf
;;
+ 12.*|bookworm/sid)
+ RELEASE="7"
+ CODENAME="graograman"
+
+ Run_debconf
+ ;;
+
*)
echo "W: unsupported debian release"
;;