From 9074629e5dc155b8fe04f33c283063dffec4537c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 13:06:49 +0200 Subject: Using dot after major version in progress-linux version handling for consistency. Signed-off-by: Daniel Baumann --- debian/progress-linux.config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'debian/progress-linux.config') diff --git a/debian/progress-linux.config b/debian/progress-linux.config index 6939689..fa0b021 100755 --- a/debian/progress-linux.config +++ b/debian/progress-linux.config @@ -39,35 +39,35 @@ PROGRESS_LINUX_VERSION="$(if [ -e /etc/progress-linux_version ]; then cat /etc/p if [ -n "${PROGRESS_LINUX_VERSION}" ] then case "${PROGRESS_LINUX_VERSION}" in - 5*) + 5.*) RELEASE="5" CODENAME="engywuck" Run_debconf ;; - 6*) + 6.*) RELEASE="6" CODENAME="fuchur" Run_debconf ;; - 7*) + 7.*) RELEASE="7" CODENAME="graograman" Run_debconf ;; - 8*) + 8.*) RELEASE="8" CODENAME="horok" Run_debconf ;; - 9*) + 9.*) RELEASE="9" CODENAME="illuan" -- cgit v1.2.3