diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 14e8d3e..3db3dc6 100644 --- a/debian/control +++ b/debian/control @@ -91,6 +91,7 @@ Package: augeas-doc Section: doc Depends: ${misc:Depends} Architecture: all +Suggests: vim-augeas Description: Augeas lenses documentation Augeas parses configuration files described in lenses into a tree structure, which it exposes through its public API. Changes made through the API are @@ -102,3 +103,16 @@ Description: Augeas lenses documentation . This package contains the generated documentation for the lenses shipping in the augeas-lenses package. + +Package: vim-augeas +Section: editors +Depends: ${misc:Depends} +Recommends: vim-addon-manager +Architecture: all +Description: syntax highlighting for augeas lenses in vim + The vim-augeas package provides filetype detection and syntax highlighting for + augeas lenses (files ending with ".aug"). + . + As per the Debian vim policy, installed addons are not activated + automatically, but the "vim-addon-manager" tool can be used for this + purpose. |