summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 08:54:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 08:54:03 +0000
commit1f48df40e81200afd5382160dd5faaac4676d06a (patch)
treead4dc2f2cd51c7ff17d99c3f0d3742f377e55480
parentBuilding vim-gtk3 without ruby. (diff)
downloadvim-1f48df40e81200afd5382160dd5faaac4676d06a.tar.xz
vim-1f48df40e81200afd5382160dd5faaac4676d06a.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.patch24
-rw-r--r--debian/patches/series1
2 files changed, 25 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..1c31e79
--- /dev/null
+++ b/debian/patches/progress-linux/0001-syntax-debchangelog.patch
@@ -0,0 +1,24 @@
+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
+@@ -23,6 +23,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'
+ \ ]
+@@ -31,6 +33,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 6746de8..5ddc772 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ debian/Add-recognition-of-more-LaTeX-commands-for-tex-filetype-d.patch
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