File: control

package info (click to toggle)
dh-vim-addon 0.2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 96 kB
  • sloc: perl: 60; makefile: 6
file content (28 lines) | stat: -rw-r--r-- 936 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: dh-vim-addon
Section: devel
Priority: optional
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Uploaders: James McCoy <jamessan@debian.org>
Build-Depends:
 debhelper (>= 11),
 vim-common,
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/vim-team/dh-vim-addon.git
Vcs-Browser: https://salsa.debian.org/vim-team/dh-vim-addon
Rules-Requires-Root: no

Package: dh-vim-addon
Architecture: all
Depends:
 debhelper (>= 10.2.5),
 vim-common,
 ${misc:Depends},
 ${perl:Depends},
Description: debhelper addon to help package Vim/Neovim addons
 This package provides a helper for packaging Vim/Neovim addons in a standard
 way, compatible with Vim's "package" feature.  dh_vim-addon sets links to the
 respective "packpath" for the supported editors as well as building help tags
 for the addon's documentation, if any exists.
 .
 A debhelper sequencer, vim_addon, is also provided for use with dh rules
 files.