summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-07-17 19:09:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-07-17 19:19:00 +0000
commitfb7536dfb45bcce4f7caa619c977f33a94920a6c (patch)
tree0d5f68d9601511048aa0d0f4865700683357dea5
parentGeneralizing distribution handling in debconf. (diff)
downloadprogress-linux-fb7536dfb45bcce4f7caa619c977f33a94920a6c.tar.xz
progress-linux-fb7536dfb45bcce4f7caa619c977f33a94920a6c.zip
Adding support for Progress Linux 6 (fuchur).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xdebian/progress-linux.config7
-rwxr-xr-xdebian/progress-linux.postinst4
2 files changed, 11 insertions, 0 deletions
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"