diff -Nru vim-8.1.2269/debian/changelog vim-8.1.2269/debian/changelog --- vim-8.1.2269/debian/changelog 2020-04-15 06:40:31.000000000 +0000 +++ vim-8.1.2269/debian/changelog 2020-04-29 06:56:34.000000000 +0000 @@ -1,3 +1,9 @@ +vim (2:8.1.2269-1ubuntu6) groovy; urgency=medium + + * Add "groovy" to the list of supported Ubuntu releases. + + -- Simon Quigley Wed, 29 Apr 2020 01:56:34 -0500 + vim (2:8.1.2269-1ubuntu5) focal; urgency=medium * Increase Test_mode_message_at_leaving_insert_with_esc_mapped timeout for diff -Nru vim-8.1.2269/debian/patches/ubuntu-series-support.patch vim-8.1.2269/debian/patches/ubuntu-series-support.patch --- vim-8.1.2269/debian/patches/ubuntu-series-support.patch 2020-02-18 06:30:35.000000000 +0000 +++ vim-8.1.2269/debian/patches/ubuntu-series-support.patch 2020-04-29 06:55:13.000000000 +0000 @@ -9,7 +9,7 @@ \ 'sid', 'rc-buggy', \ - \ 'trusty', 'xenial', 'bionic', 'disco', 'eoan', 'focal', 'devel' -+ \ 'trusty', 'xenial', 'bionic', 'eoan', 'focal', 'devel' ++ \ 'trusty', 'xenial', 'bionic', 'eoan', 'focal', 'groovy', 'devel' \ ] let s:unsupported = [ \ 'frozen', 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato',