From fb7536dfb45bcce4f7caa619c977f33a94920a6c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Jul 2019 21:09:19 +0200 Subject: Adding support for Progress Linux 6 (fuchur). Signed-off-by: Daniel Baumann --- debian/progress-linux.config | 7 +++++++ debian/progress-linux.postinst | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/debian/progress-linux.config b/debian/progress-linux.config index 5761d9e..adac5b6 100755 --- a/debian/progress-linux.config +++ b/debian/progress-linux.config @@ -37,6 +37,13 @@ case "${DISTRIBUTION}" in Run_debconf ;; + 11.*|bullseye/sid) + RELEASE="6" + CODENAME="fuchur" + + Run_debconf + ;; + *) echo "W: unsupported debian release" ;; diff --git a/debian/progress-linux.postinst b/debian/progress-linux.postinst index 96271df..ab4b4f8 100755 --- a/debian/progress-linux.postinst +++ b/debian/progress-linux.postinst @@ -137,6 +137,10 @@ case "${1}" in ;; + 11.*|bullseye/sid) + + ;; + *) echo "W: unsupported debian release" -- cgit v1.2.3