diff -Nru vim-8.2.2434/debian/changelog vim-8.2.2434/debian/changelog --- vim-8.2.2434/debian/changelog 2021-09-20 11:50:52.000000000 +0000 +++ vim-8.2.2434/debian/changelog 2021-09-21 08:39:53.000000000 +0000 @@ -1,3 +1,9 @@ +vim (2:8.2.2434-3ubuntu3) impish; urgency=medium + + * Add impish to supported releases (LP: #1944419) + + -- Heinrich Schuchardt Tue, 21 Sep 2021 10:39:53 +0200 + vim (2:8.2.2434-3ubuntu2) impish; urgency=medium * SECURITY UPDATE: Fix heap-based buffer overflow when using :retab with large value diff -Nru vim-8.2.2434/debian/patches/0001-add-impish.patch vim-8.2.2434/debian/patches/0001-add-impish.patch --- vim-8.2.2434/debian/patches/0001-add-impish.patch 1970-01-01 00:00:00.000000000 +0000 +++ vim-8.2.2434/debian/patches/0001-add-impish.patch 2021-09-21 08:39:53.000000000 +0000 @@ -0,0 +1,29 @@ +Description: Add impish to supported releases +Author: Heinrich Schuchardt +Bug-Ubuntu: https://launchpad.net/bugs/1944419 +Last-Update: 2021-09-21 + +--- a/runtime/syntax/debchangelog.vim ++++ b/runtime/syntax/debchangelog.vim +@@ -24,7 +24,8 @@ + \ 'jessie', 'stretch', 'buster', 'bullseye', 'bookworm', + \ 'trixie', 'sid', 'rc-buggy', + \ +- \ 'trusty', 'xenial', 'bionic', 'focal', 'groovy', 'hirsute', 'devel' ++ \ 'trusty', 'xenial', 'bionic', 'focal', 'groovy', 'hirsute', 'impish', ++ \ 'devel' + \ ] + let s:unsupported = [ + \ 'frozen', 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato', +--- a/runtime/syntax/debsources.vim ++++ b/runtime/syntax/debsources.vim +@@ -26,7 +26,8 @@ + \ 'jessie', 'stretch', 'buster', 'bullseye', 'bookworm', + \ 'trixie', 'sid', 'rc-buggy', + \ +- \ 'trusty', 'xenial', 'bionic', 'focal', 'groovy', 'hirsute', 'devel' ++ \ 'trusty', 'xenial', 'bionic', 'focal', 'groovy', 'hirsute', 'impish', ++ \ 'devel' + \ ] + let s:unsupported = [ + \ 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato', diff -Nru vim-8.2.2434/debian/patches/series vim-8.2.2434/debian/patches/series --- vim-8.2.2434/debian/patches/series 2021-09-20 11:50:52.000000000 +0000 +++ vim-8.2.2434/debian/patches/series 2021-09-21 08:39:53.000000000 +0000 @@ -10,3 +10,4 @@ CVE-2021-3770-2.patch CVE-2021-3778.patch CVE-2021-3796.patch +0001-add-impish.patch