diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-10-02 08:37:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-10-02 08:37:52 +0000 |
commit | 455e29a8b91abdebc82424d35e8cb7a741665e39 (patch) | |
tree | 1a5eaf8852fb44896ef0ae447135faddd06060b0 | |
parent | Fixing incomplete graograman support. (diff) | |
download | progress-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>
-rwxr-xr-x | debian/progress-linux.config | 14 | ||||
-rwxr-xr-x | debian/progress-linux.postinst | 5 |
2 files changed, 18 insertions, 1 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" ;; diff --git a/debian/progress-linux.postinst b/debian/progress-linux.postinst index cd43086..c51d921 100755 --- a/debian/progress-linux.postinst +++ b/debian/progress-linux.postinst @@ -197,7 +197,7 @@ case "${1}" in for ARCHIVE in ${ARCHIVES} do case "${ARCHIVE}" in - engywuck|fuchur|graograman) + engywuck|fuchur|graograman|horok) BACKPORTS_PRIORITY="999" ;; esac @@ -215,6 +215,9 @@ case "${1}" in 12.*|bookworm/sid) ;; + 13.*|trixie/sid) + ;; + *) echo "W: unsupported debian release" |