diff options
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/vim-nftables.install | 10 |
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 |