diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 02:10:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 02:10:59 +0000 |
commit | 5c4dcee43e24dd0a4bf63ce8951dd86ced92ce4d (patch) | |
tree | b90a2c9c121f826421ee81be0bd7575401be808f /debian/patches/ubuntu-oracular.patch | |
parent | Merging upstream version 2:9.1.0374. (diff) | |
download | vim-5c4dcee43e24dd0a4bf63ce8951dd86ced92ce4d.tar.xz vim-5c4dcee43e24dd0a4bf63ce8951dd86ced92ce4d.zip |
Adding debian version 2:9.1.0374-1.debian/2%9.1.0374-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/ubuntu-oracular.patch')
-rw-r--r-- | debian/patches/ubuntu-oracular.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/patches/ubuntu-oracular.patch b/debian/patches/ubuntu-oracular.patch new file mode 100644 index 0000000..3bef56b --- /dev/null +++ b/debian/patches/ubuntu-oracular.patch @@ -0,0 +1,18 @@ +Description: runtime(debversions): Add oracular (24.10) as Ubuntu release name +Author: Simon Quigley <tsimonq2@ubuntu.com> +Origin: vendor +Forwarded: https://github.com/vim/vim/pull/14645 +Last-Update: 2024-04-26 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/runtime/syntax/shared/debversions.vim ++++ b/runtime/syntax/shared/debversions.vim +@@ -11,7 +11,7 @@ let g:debSharedSupportedVersions = [ + \ 'oldstable', 'stable', 'testing', 'unstable', 'experimental', 'sid', 'rc-buggy', + \ 'bullseye', 'bookworm', 'trixie', 'forky', + \ +- \ 'trusty', 'xenial', 'bionic', 'focal', 'jammy', 'mantic', 'noble', ++ \ 'trusty', 'xenial', 'bionic', 'focal', 'jammy', 'mantic', 'noble', 'oracular', + \ 'devel' + \ ] + let g:debSharedUnsupportedVersions = [ |