diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 13:28:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 13:28:40 +0000 |
commit | 9dbfc9150f369223851aa951e40e348c1bd4dcaf (patch) | |
tree | d836aa528dfc3741c84727bed313a53f51872cc0 /debian/patches/progress-linux/0002-syntax-debsources.patch | |
parent | Updating debchangelog syntax for Progress Linux 1 to 9. (diff) | |
download | vim-9dbfc9150f369223851aa951e40e348c1bd4dcaf.tar.xz vim-9dbfc9150f369223851aa951e40e348c1bd4dcaf.zip |
Updating debsources syntax for Progress Linux 1 to 9.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/progress-linux/0002-syntax-debsources.patch')
-rw-r--r-- | debian/patches/progress-linux/0002-syntax-debsources.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0002-syntax-debsources.patch b/debian/patches/progress-linux/0002-syntax-debsources.patch new file mode 100644 index 0000000..f459576 --- /dev/null +++ b/debian/patches/progress-linux/0002-syntax-debsources.patch @@ -0,0 +1,23 @@ +Author: Daniel Baumann <daniel.baumann@progress-linux.org> +Description: Updating debsources syntax for Progress Linux 1 to 9. + +diff -Naurp vim.orig/runtime/syntax/debsources.vim vim/runtime/syntax/debsources.vim +--- vim.orig/runtime/syntax/debsources.vim ++++ vim/runtime/syntax/debsources.vim +@@ -26,12 +26,16 @@ let s:supported = [ + \ 'jessie', 'stretch', 'buster', 'bullseye', 'bookworm', + \ 'trixie', 'sid', 'rc-buggy', + \ ++ \ 'engywuck', 'fuchur', 'graograman', 'horok', 'illuan', ++ \ + \ 'trusty', 'xenial', 'bionic', 'focal', 'groovy', 'hirsute', 'devel' + \ ] + let s:unsupported = [ + \ 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato', + \ 'woody', 'sarge', 'etch', 'lenny', 'squeeze', 'wheezy', + \ ++ \ 'artax', 'baureo', 'cairon', 'dschinn', ++ \ + \ 'warty', 'hoary', 'breezy', 'dapper', 'edgy', 'feisty', + \ 'gutsy', 'hardy', 'intrepid', 'jaunty', 'karmic', 'lucid', + \ 'maverick', 'natty', 'oneiric', 'precise', 'quantal', 'raring', 'saucy', |