From: Martin Pitt Date: Wed, 21 Jun 2023 05:26:16 +0000 (+0200) Subject: ubuntu-backport-cockpit: Add 23.10 mantic X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=0575ae556cbe5bd8c5b32656b3930014a531e942 ubuntu-backport-cockpit: Add 23.10 mantic --- diff --git a/ubuntu-backport-cockpit b/ubuntu-backport-cockpit index a277df7..f8e2427 100755 --- a/ubuntu-backport-cockpit +++ b/ubuntu-backport-cockpit @@ -32,6 +32,7 @@ apt-get source $PACKAGE cd ${PACKAGE}-* case "$TARGET" in + mantic) VER=23.10 ;; lunar) VER=23.04 ;; kinetic) VER=22.10 ;; jammy) VER=22.04 ;;