summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdebian/progress-linux.config14
-rwxr-xr-xdebian/progress-linux.postinst5
2 files changed, 18 insertions, 1 deletions
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"
;;
diff --git a/debian/progress-linux.postinst b/debian/progress-linux.postinst
index c51d921..26c6d33 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|horok)
+ engywuck|fuchur|graograman|horok|illuan)
BACKPORTS_PRIORITY="999"
;;
esac
@@ -218,6 +218,9 @@ case "${1}" in
13.*|trixie/sid)
;;
+ 14.*|forky/sid)
+ ;;
+
*)
echo "W: unsupported debian release"