summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 08:54:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 08:54:05 +0000
commit7ac187158f05cb44410f5d0a0304c1c0c7534c26 (patch)
tree318904c70efd728d432c4dd6826d0e0f0de28d67
parentUpdating debchangelog syntax for Progress Linux 1 to 9. (diff)
downloadvim-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>
-rw-r--r--debian/patches/progress-linux/0002-syntax-debsources.patch24
-rw-r--r--debian/patches/series1
2 files changed, 25 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',
diff --git a/debian/patches/series b/debian/patches/series
index 5ddc772..543a35e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ debian/Document-Debian-s-decision-to-disable-modelines-by-defaul.patch
patch-9.0.1499-using-uninitialized-memory-with-fuzzy-matc.patch
Fix-GH-267-where-indent-after-a-sub-would-not-work.patch
progress-linux/0001-syntax-debchangelog.patch
+progress-linux/0002-syntax-debsources.patch