summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 08:41:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 08:41:26 +0000
commit15b535fdfa19a58586f92ab570139271da53b48c (patch)
treebad70237f90947b3265a99b08ff28e87a31e304e
parentUpdating vcs fields. (diff)
downloadvim-nftables-15b535fdfa19a58586f92ab570139271da53b48c.tar.xz
vim-nftables-15b535fdfa19a58586f92ab570139271da53b48c.zip
Enabling nftables support globally within vim.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/control6
-rw-r--r--debian/vim-nftables.install10
2 files changed, 5 insertions, 11 deletions
diff --git a/debian/control b/debian/control
index 7c647ab..d6d36a6 100644
--- a/debian/control
+++ b/debian/control
@@ -19,12 +19,8 @@ Package: vim-nftables
Section: editors
Architecture: all
Depends:
+ vim-runtime (>= 2:9.1)
${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.
diff --git a/debian/vim-nftables.install b/debian/vim-nftables.install
index 708a418..7ddcfd9 100644
--- a/debian/vim-nftables.install
+++ b/debian/vim-nftables.install
@@ -1,6 +1,4 @@
-ftdetect/* /usr/share/vim/addons/ftdetect
-ftplugin/* /usr/share/vim/addons/ftplugin
-indent/* /usr/share/vim/addons/indent
-syntax/* /usr/share/vim/addons/syntax
-
-debian/local/registry/* /usr/share/vim/registry
+ftdetect/* /usr/share/vim/vim91/ftdetect
+ftplugin/* /usr/share/vim/vim91/ftplugin
+indent/* /usr/share/vim/vim91/indent
+syntax/* /usr/share/vim/vim91/syntax