mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-02 19:29:27 +00:00
debian: Add support for Debian bullseye to the packaging script
The Debian bullseye is frozen now, so this adds support to this Debian release to the packaging script. Signed-off-by: Ondřej Surý <ondrej@sury.org>
This commit is contained in:
parent
9ea548cf3c
commit
dfbc6c046e
@ -117,14 +117,15 @@ DIST=$(lsb_release --codename --short)
|
||||
PATCH=${PATCH:-1}
|
||||
|
||||
case "$DIST" in
|
||||
jessie) EXTRA_VERSION="deb8u${PATCH}" ;;
|
||||
stretch) EXTRA_VERSION="deb9u${PATCH}" ;;
|
||||
buster) EXTRA_VERSION="deb10u${PATCH}" ;;
|
||||
sid) EXTRA_VERSION="sid+${PATCH}" ;;
|
||||
xenial) EXTRA_VERSION="ubuntu16.04+${PATCH}" ;;
|
||||
bionic) EXTRA_VERSION="ubuntu16.04+${PATCH}" ;;
|
||||
focal) EXTRA_VERSION="ubuntu20.04+${PATCH}" ;;
|
||||
groovy) EXTRA_VERSION="ubuntu20.10+${PATCH}" ;;
|
||||
jessie) EXTRA_VERSION="deb8u${PATCH}" ;;
|
||||
stretch) EXTRA_VERSION="deb9u${PATCH}" ;;
|
||||
buster) EXTRA_VERSION="deb10u${PATCH}" ;;
|
||||
bullseye) EXTRA_VERSION="deb11u${PATCH}" ;;
|
||||
sid) EXTRA_VERSION="sid+${PATCH}" ;;
|
||||
xenial) EXTRA_VERSION="ubuntu16.04+${PATCH}" ;;
|
||||
bionic) EXTRA_VERSION="ubuntu16.04+${PATCH}" ;;
|
||||
focal) EXTRA_VERSION="ubuntu20.04+${PATCH}" ;;
|
||||
groovy) EXTRA_VERSION="ubuntu20.10+${PATCH}" ;;
|
||||
*) echo "Unknown distribution '$DIST'" ; exit 1 ;;
|
||||
esac
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user