From 8de0b1a90d5b552dae1d5db063f1a512e4873dc5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 04:11:10 +0200 Subject: Merging debian version 2:9.1.0374-1. Signed-off-by: Daniel Baumann --- debian/patches/ubuntu-oracular.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 debian/patches/ubuntu-oracular.patch (limited to 'debian/patches/ubuntu-oracular.patch') 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 +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 = [ -- cgit v1.2.3