summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 20:18:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 20:18:20 +0000
commitc7331f0cbbdb3a54f0d0d73c44db0472cda867f8 (patch)
tree1f5a6a125a6e765b6a161c870f151a73280cab43 /debian
parentBuilding vim-gtk3 without ruby. (diff)
downloadvim-c7331f0cbbdb3a54f0d0d73c44db0472cda867f8.tar.xz
vim-c7331f0cbbdb3a54f0d0d73c44db0472cda867f8.zip
Updating debversions for Progress Linux 1 to 9.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/progress-linux/0001-syntax-debversions.patch24
-rw-r--r--debian/patches/series1
2 files changed, 25 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0001-syntax-debversions.patch b/debian/patches/progress-linux/0001-syntax-debversions.patch
new file mode 100644
index 0000000..b625375
--- /dev/null
+++ b/debian/patches/progress-linux/0001-syntax-debversions.patch
@@ -0,0 +1,24 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+Description: Updating debversions syntax for Progress Linux 1 to 9.
+
+diff -Naurp vim.orig/runtime/syntax/shared/debversions.vim vim/runtime/syntax/shared/debversions.vim
+--- vim.orig/runtime/syntax/shared/debversions.vim
++++ vim/runtime/syntax/shared/debversions.vim
+@@ -11,6 +11,8 @@ let g:debSharedSupportedVersions = [
+ \ 'oldstable', 'stable', 'testing', 'unstable', 'experimental', 'sid', 'rc-buggy',
+ \ 'bullseye', 'bookworm', 'trixie', 'forky',
+ \
++ \ 'engywuck', 'fuchur', 'graograman', 'horok', 'illuan',
++ \
+ \ 'trusty', 'xenial', 'bionic', 'focal', 'jammy', 'lunar', 'mantic', 'noble',
+ \ 'devel'
+ \ ]
+@@ -19,6 +21,8 @@ let g:debSharedUnsupportedVersions = [
+ \ 'woody', 'sarge', 'etch', 'lenny', 'squeeze', 'wheezy',
+ \ 'jessie', 'stretch', 'buster',
+ \
++ \ '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 926684f..a121e21 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ debian/Support-sourcing-a-vimrc.tiny-when-Vim-is-invoked-as-vi.patch
debian/Detect-the-rst-filetype-using-the-contents-of-the-file.patch
debian/Add-recognition-of-more-LaTeX-commands-for-tex-filetype-d.patch
debian/Document-Debian-s-decision-to-disable-modelines-by-defaul.patch
+progress-linux/0001-syntax-debversions.patch