From 8838064636b2d9fa9aa2b475493762a7c5da2b7b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 1 Feb 2023 15:35:48 +0100 Subject: Adding support for Progress Linux 9.0 (illuan). Signed-off-by: Daniel Baumann --- debian/progress-linux.config | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'debian/progress-linux.config') 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" ;; -- cgit v1.2.3