[vim] 01/03: debsources.vim: Move trusty to unsupported

James McCoy jamessan at debian.org
Sat Apr 2 01:09:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

jamessan pushed a commit to branch debian/sid
in repository vim.

commit 548643d8984da5fa7604ea531ecf4fac5cf2874f
Author: James McCoy <jamessan at debian.org>
Date:   Fri Apr 1 20:37:58 2016 -0400

    debsources.vim: Move trusty to unsupported
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 runtime/syntax/debsources.vim | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/runtime/syntax/debsources.vim b/runtime/syntax/debsources.vim
index e0c5f40..37e5d8f 100644
--- a/runtime/syntax/debsources.vim
+++ b/runtime/syntax/debsources.vim
@@ -2,7 +2,7 @@
 " Language:     Debian sources.list
 " Maintainer:   Debian Vim Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>
 " Former Maintainer: Matthijs Mohlmann <matthijs at cacholong.nl>
-" Last Change: 2015 Oct 24
+" Last Change: 2016 Apr 01
 " URL: https://anonscm.debian.org/cgit/pkg-vim/vim.git/plain/runtime/syntax/debsources.vim
 
 " Standard syntax initialization
@@ -27,7 +27,7 @@ let s:supported = [
       \ 'oldstable', 'stable', 'testing', 'unstable', 'experimental',
       \ 'squeeze', 'wheezy', 'jessie', 'stretch', 'sid', 'rc-buggy',
       \
-      \ 'precise', 'trusty', 'vivid', 'wily', 'xenial', 'devel'
+      \ 'precise', 'vivid', 'wily', 'xenial', 'devel'
       \ ]
 let s:unsupported = [
       \ 'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato',
@@ -36,7 +36,7 @@ let s:unsupported = [
       \ 'warty', 'hoary', 'breezy', 'dapper', 'edgy', 'feisty',
       \ 'gutsy', 'hardy', 'intrepid', 'jaunty', 'karmic', 'lucid',
       \ 'maverick', 'natty', 'oneiric', 'quantal', 'raring', 'saucy',
-      \ 'utopic'
+      \ 'trusty', 'utopic'
       \ ]
 let &cpo=s:cpo
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/vim.git



More information about the pkg-vim-maintainers mailing list