summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-02-20 23:09:31 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-02-20 23:09:31 +0400
commitd68ea533aeddb59ac9fb725ea0ba43e365bd40c5 (patch)
treeed997d2a1025f38cc014639cf245284c9762d665
parent950077d7a91f507bbd632d4750fb34b21d869935 (diff)
downloadaugeas-d68ea533aeddb59ac9fb725ea0ba43e365bd40c5.tar.gz
New package vim-augeas
-rw-r--r--debian/changelog1
-rw-r--r--debian/control14
-rw-r--r--debian/vim-augeas.install (renamed from debian/augeas-doc.install)0
3 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7f9661c..cfb663d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ augeas (1.2.0-1) UNRELEASED; urgency=medium
* Switched to multiarch
* Use debhelper sequencer (bump compat to 9)
* Bump standard version to 3.9.5
+ * New package vim-augeas
-- Igor Pashev <pashev.igor@gmail.com> Sun, 09 Feb 2014 02:13:02 +0400
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.
diff --git a/debian/augeas-doc.install b/debian/vim-augeas.install
index 641a7c7..641a7c7 100644
--- a/debian/augeas-doc.install
+++ b/debian/vim-augeas.install