summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 13:28:40 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 13:28:40 +0000
commit3e68a55a2b6c2f981cc7010d1099af239eee2a8b (patch)
treef091211b82cebfb686ff2976d772d13f167959d8
parentBuilding vim-gtk3 without ruby. (diff)
downloadvim-3e68a55a2b6c2f981cc7010d1099af239eee2a8b.tar.xz
vim-3e68a55a2b6c2f981cc7010d1099af239eee2a8b.zip
Updating debchangelog syntax for Progress Linux 1 to 9.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/progress-linux/0001-syntax-debchangelog.patch23
-rw-r--r--debian/patches/series1
2 files changed, 24 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0001-syntax-debchangelog.patch b/debian/patches/progress-linux/0001-syntax-debchangelog.patch
new file mode 100644
index 0000000..5e6fbd8
--- /dev/null
+++ b/debian/patches/progress-linux/0001-syntax-debchangelog.patch
@@ -0,0 +1,23 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+Description: Updating debchangelog syntax for Progress Linux 1 to 9.
+
+diff -Naurp vim.orig/runtime/syntax/debchangelog.vim vim/runtime/syntax/debchangelog.vim
+--- vim.orig/runtime/syntax/debchangelog.vim
++++ vim/runtime/syntax/debchangelog.vim
+@@ -24,12 +24,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 = [
+ \ 'frozen', '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 158f03a..f457da3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ upstream/patch-8.2.3402-invalid-memory-access-when-using-retab-wit.patch
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