summaryrefslogtreecommitdiffstats
path: root/debian/progress-linux.config
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-01 14:35:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-01 14:35:48 +0000
commit8838064636b2d9fa9aa2b475493762a7c5da2b7b (patch)
treee7a2668b1848a9c265ffa9e01121630139c5c942 /debian/progress-linux.config
parentAdding non-free-firmware archive area. (diff)
downloadprogress-linux-8838064636b2d9fa9aa2b475493762a7c5da2b7b.tar.xz
progress-linux-8838064636b2d9fa9aa2b475493762a7c5da2b7b.zip
Adding support for Progress Linux 9.0 (illuan).
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 5b4fd1f..d3cd3dc 100755
--- a/debian/progress-linux.config
+++ b/debian/progress-linux.config
@@ -67,6 +67,13 @@ then
Run_debconf
;;
+ 9*)
+ RELEASE="9"
+ CODENAME="illuan"
+
+ Run_debconf
+ ;;
+
*)
echo "W: unsupported debian release"
;;
@@ -101,6 +108,13 @@ else
Run_debconf
;;
+ 14.*|forky/sid)
+ RELEASE="9"
+ CODENAME="illuan"
+
+ Run_debconf
+ ;;
+
*)
echo "W: unsupported debian release"
;;