1
0
Fork 0

Updating debversions for Progress Linux 1 to 10.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-21 11:24:45 +02:00
parent 91dd3989aa
commit 5a30c9b4a7
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,24 @@
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Updating debversions syntax for Progress Linux 1 to 10.
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',
\
+ \ 'horok', 'illuan', 'jicha',
+ \
\ 'focal', 'jammy', 'noble', 'oracular', 'plucky',
\ 'devel'
\ ]
@@ -19,6 +21,8 @@ let g:debSharedUnsupportedVersions = [
\ 'woody', 'sarge', 'etch', 'lenny', 'squeeze', 'wheezy',
\ 'jessie', 'stretch', 'buster',
\
+ \ 'artax', 'baureo', 'cairon', 'dschinn', 'engywuck', 'fuchur', 'graograman',
+ \
\ 'warty', 'hoary', 'breezy', 'dapper', 'edgy', 'feisty',
\ 'gutsy', 'hardy', 'intrepid', 'jaunty', 'karmic', 'lucid',
\ 'maverick', 'natty', 'oneiric', 'precise', 'quantal', 'raring', 'saucy',

View file

@ -5,3 +5,4 @@ debian/Document-Debian-s-decision-to-disable-modelines-by-defaul.patch
Revert-patch-9.1.0949-popups-inconsistently-shifted-to-th.patch
patch-9.1.1242-Crash-when-evaluating-variable-name.patch
patch-9.1.1244-part-of-patch-v9.1.1242-was-wrong.patch
progress-linux/0001-syntax-debversions.patch