]> piware.de Git - bin.git/commitdiff
ubuntu-backport-cockpit: Add kinetic and lunar
authorMartin Pitt <martin@piware.de>
Tue, 22 Nov 2022 19:55:32 +0000 (20:55 +0100)
committerMartin Pitt <martin@piware.de>
Tue, 22 Nov 2022 19:55:32 +0000 (20:55 +0100)
ubuntu-backport-cockpit

index 8d46bf8664754d18d44c5a58a30edebc7813ed1e..a8cf5f491e28ed81cd6d84fd171e065419260f2a 100755 (executable)
@@ -31,6 +31,8 @@ apt-get source $PACKAGE
 cd ${PACKAGE}-*
 
 case "$TARGET" in
+    lunar) VER=23.04 ;;
+    kinetic) VER=22.10 ;;
     jammy) VER=22.04 ;;
     impish) VER=21.10 ;;
     focal) VER=20.04 ;;