summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 08:41:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 08:41:01 +0000
commit8dc25f46c4b4d11d8b4bf515082aeef7d087a198 (patch)
treee326a956034a19ede916b8bb1e1ae5e9e16f3a5f /debian/control
parentAdding upstream version 0.20200629. (diff)
downloadvim-nftables-8dc25f46c4b4d11d8b4bf515082aeef7d087a198.tar.xz
vim-nftables-8dc25f46c4b4d11d8b4bf515082aeef7d087a198.zip
Adding debian version 0.20200629-1.debian/0.20200629-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
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.