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 | |
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>
-rw-r--r-- | debian/patches/progress-linux/0002-syntax-debsources.patch | 23 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 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..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', diff --git a/debian/patches/series b/debian/patches/series index f457da3..0d348f4 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -7,3 +7,4 @@ upstream/patch-8.2.3403-memory-leak-for-retab-with-invalid-argumen.patch upstream/patch-8.2.3409-reading-beyond-end-of-line-with-invalid-ut.patch upstream/patch-8.2.3428-using-freed-memory-when-replacing.patch progress-linux/0001-syntax-debchangelog.patch +progress-linux/0002-syntax-debsources.patch |