diff options
author | Stig Sandbeck Mathisen <ssm@debian.org> | 2012-05-05 11:39:15 +0200 |
---|---|---|
committer | Stig Sandbeck Mathisen <ssm@debian.org> | 2012-05-05 11:39:15 +0200 |
commit | 264c5061a8cc8086664073ac89cf7c504e4cf61d (patch) | |
tree | 072075d65d5f1d85c4e0f39e58154aa2f05addf9 | |
parent | ad7cf0e193af8a07bbbf3b264487af3529f3df5f (diff) | |
download | puppet-264c5061a8cc8086664073ac89cf7c504e4cf61d.tar.gz |
Update package descriptions
-rw-r--r-- | debian/control | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 8e5d865c4..1d21d9300 100644 --- a/debian/control +++ b/debian/control @@ -116,7 +116,6 @@ Description: Centralised configuration management - master setup to run under mo classing abilities for drawing out the similarities between hosts while allowing them to be as specific as necessary, and it handles dependency and prerequisite relationships between objects clearly and explicitly. - . Package: vim-puppet Architecture: all @@ -127,6 +126,10 @@ Replaces: puppet (<< 0.25.4-1) Description: syntax highlighting for puppet manifests in vim The vim-puppet package provides filetype detection and syntax highlighting for puppet manifests (files ending with ".pp"). + . + As per the Debian vim policy, installed addons are not activated + automatically, but the "vim-addon-manager" tool can be used for this + purpose. Package: puppet-el Architecture: all @@ -134,7 +137,11 @@ Depends: ${misc:Depends}, emacsen-common Breaks: puppet (<< 0.25.4-1) Replaces: puppet (<< 0.25.4-1) Description: syntax highlighting for puppet manifests in emacs - The puppet-el package provides syntax highlighting for puppet manifests + The puppet-el package provides syntax highlighting for puppet + manifests (files ending with (".pp"). + . + As per the Debian emacs policy, installed addons are activated + automatically. Package: puppet-testsuite Architecture: all @@ -144,3 +151,6 @@ Suggests: ruby Description: Centralized configuration management - test suite This package provides all the tests from the upstream puppet source code. The tests are used for improving the QA of the puppet package. + . + Tests are installed under /usr/share/puppet-testsuite, and can be + performed using "rake unit" in that directory. |