summaryrefslogtreecommitdiffstats
path: root/debian/progress-linux.config
diff options
context:
space:
mode:
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"
;;