diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 08:54:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 08:54:05 +0000 |
commit | 7ac187158f05cb44410f5d0a0304c1c0c7534c26 (patch) | |
tree | 318904c70efd728d432c4dd6826d0e0f0de28d67 /debian/patches/progress-linux/0002-syntax-debsources.patch | |
parent | Updating debchangelog syntax for Progress Linux 1 to 9. (diff) | |
download | vim-7ac187158f05cb44410f5d0a0304c1c0c7534c26.tar.xz vim-7ac187158f05cb44410f5d0a0304c1c0c7534c26.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 | 24 |
1 files changed, 24 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..888ae07 --- /dev/null +++ b/debian/patches/progress-linux/0002-syntax-debsources.patch @@ -0,0 +1,24 @@ +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 +@@ -25,6 +25,8 @@ let s:supported = [ + \ 'oldstable', 'stable', 'testing', 'unstable', 'experimental', 'sid', 'rc-buggy', + \ 'buster', 'bullseye', 'bookworm', 'trixie', 'forky', + \ ++ \ 'engywuck', 'fuchur', 'graograman', 'horok', 'illuan', ++ \ + \ 'trusty', 'xenial', 'bionic', 'focal', 'jammy', 'kinetic', 'lunar', + \ 'devel' + \ ] +@@ -33,6 +35,8 @@ let s:unsupported = [ + \ 'woody', 'sarge', 'etch', 'lenny', 'squeeze', 'wheezy', + \ 'jessie', 'stretch', + \ ++ \ 'artax', 'baureo', 'cairon', 'dschinn', ++ \ + \ 'warty', 'hoary', 'breezy', 'dapper', 'edgy', 'feisty', + \ 'gutsy', 'hardy', 'intrepid', 'jaunty', 'karmic', 'lucid', + \ 'maverick', 'natty', 'oneiric', 'precise', 'quantal', 'raring', 'saucy', |