~ubuntu-branches/debian/sid/neovim/sid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): James McCoy
  • Date: 2016-04-18 21:42:19 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20160418214219-1e6d4o1fwqarzk46
Tags: 0.1.3-1
* New upstream release.  (Closes: #820562)
* debian/control:
  + Remove unnecessary luarocks Build-Depends
  + Add libkvm-dev Build-Depends for kfreebsd-*
  + Add python(3)-neovim to Recommends.  (Closes: #812737)
  + Declare compiance with policy 3.9.8, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
               debhelper (>= 9),
10
10
               libacl1-dev,
11
11
               libjemalloc-dev,
 
12
               libkvm-dev [kfreebsd-any],
 
13
               lua5.1,
12
14
               libluajit-5.1-dev,
13
15
               libmsgpack-dev (>= 1.0.0),
14
16
               libtermkey-dev,
15
17
               libunibilium-dev,
16
18
               libuv1-dev,
17
19
               libvterm-dev,
18
 
               luarocks,
19
20
               lua-bitop,
20
21
               lua-lpeg,
21
22
               lua-messagepack,
22
23
               ninja-build,
23
24
               pkg-config
24
 
Standards-Version: 3.9.6
 
25
Standards-Version: 3.9.8
25
26
Homepage: https://neovim.io/
26
27
Vcs-Git: https://anonscm.debian.org/git/pkg-vim/neovim.git
27
28
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-vim/neovim.git
29
30
Package: neovim
30
31
Architecture: any
31
32
Depends: ${misc:Depends}, ${shlibs:Depends}, neovim-runtime (= ${source:Version})
32
 
Recommends: xsel | xclip
 
33
Recommends: xsel | xclip, python-neovim, python3-neovim
33
34
Suggests: ctags, vim-scripts
34
35
Description: heavily refactored vim fork
35
36
 Neovim is a fork of Vim focused on modern code and features, rather than