diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-08-26 18:38:24 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-08-26 18:38:24 +0200 |
| commit | b71fc0fac49a95b5db122af313800c4b8f421921 (patch) | |
| tree | fa38a770356ec2af24e9eae2f7e36d07f4f51d0d /bin/debian-codename-to-version.sh | |
| parent | fb10ffaa4adb3959d2635ba56be8bd30075daed1 (diff) | |
| download | buildscripts-b71fc0fac49a95b5db122af313800c4b8f421921.tar.gz buildscripts-b71fc0fac49a95b5db122af313800c4b8f421921.tar.bz2 buildscripts-b71fc0fac49a95b5db122af313800c4b8f421921.zip | |
update for building packages for Debian bullseye and Ubuntu eoan.
Diffstat (limited to 'bin/debian-codename-to-version.sh')
| -rwxr-xr-x | bin/debian-codename-to-version.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/debian-codename-to-version.sh b/bin/debian-codename-to-version.sh index ddc019d..1a83217 100755 --- a/bin/debian-codename-to-version.sh +++ b/bin/debian-codename-to-version.sh @@ -47,11 +47,12 @@ case "${codename}" in # a bit higher than the current testing version # (which is known early in advance to the next # upcoming release). - ("sid"|"unstable") echo "10.01";; + ("sid"|"unstable") echo "11.01";; - ("buster"|"testing") echo "10";; + ("bullseye"|"testing") echo "11";; - ("stretch"|"stable") echo "9";; + ("buster"|"stable") echo "10";; + ("stretch"|"oldstable") echo "9";; ("jessie") echo "8";; ("wheezy") echo "7";; ("squeeze") echo "6";; |
