diff options
Diffstat (limited to '')
-rw-r--r-- | debian/control | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f788f90 --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: vim-nftables +Section: editors +Priority: optional +Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org> +Build-Depends: + debhelper-compat (= 13), +Rules-Requires-Root: no +Standards-Version: 4.6.2 +Homepage: https://github.com/nfnty/vim-nftables +Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/vim-nftables +Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/vim-nftables + +Package: vim-nftables +Section: editors +Architecture: all +Depends: + ${misc:Depends}, +Recommends: + vim-addon-manager, +Description: syntax highlighting for nftables configuration files + The vim-nftables package provides filetype detection and syntax highlighting + for nftables configuration files. + . + As per the Debian vim policy, installed addons are not activated + automatically, but the "vim-addon-manager" tool can be used for this purpose. |