summaryrefslogtreecommitdiffstats
path: root/debian/progress-linux.config
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-10-02 08:37:40 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-10-02 08:37:52 +0000
commit455e29a8b91abdebc82424d35e8cb7a741665e39 (patch)
tree1a5eaf8852fb44896ef0ae447135faddd06060b0 /debian/progress-linux.config
parentFixing incomplete graograman support. (diff)
downloadprogress-linux-455e29a8b91abdebc82424d35e8cb7a741665e39.tar.xz
progress-linux-455e29a8b91abdebc82424d35e8cb7a741665e39.zip
Adding support for Progress Linux 8 (horok).
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 12dd625..e5df326 100755
--- a/debian/progress-linux.config
+++ b/debian/progress-linux.config
@@ -60,6 +60,13 @@ then
Run_debconf
;;
+ 8*)
+ RELEASE="8"
+ CODENAME="horok"
+
+ Run_debconf
+ ;;
+
*)
echo "W: unsupported debian release"
;;
@@ -87,6 +94,13 @@ else
Run_debconf
;;
+ 13.*|trixie/sid)
+ RELEASE="8"
+ CODENAME="horok"
+
+ Run_debconf
+ ;;
+
*)
echo "W: unsupported debian release"
;;