[DRE-commits] [ruby-hiera-eyaml] 03/05: Add proper information to debian/control

Stig Sandbeck Mathisen ssm at debian.org
Mon Mar 31 12:37:35 UTC 2014


This is an automated email from the git hooks/post-receive script.

ssm pushed a commit to branch master
in repository ruby-hiera-eyaml.

commit 796849a4ed9cbb62ef6d556a67bd85e6d5211e11
Author: Stig Sandbeck Mathisen <ssm at debian.org>
Date:   Mon Mar 31 12:26:01 2014 +0200

    Add proper information to debian/control
---
 debian/control | 43 ++++++++++++++++++++++++++++++++++---------
 1 file changed, 34 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 940d6c6..5750514 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,44 @@
 Source: ruby-hiera-eyaml
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Stig Sandbeck Mathisen <ssm at debian.org>
 Section: ruby
 Priority: optional
-Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <ssm at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.0~)
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb (>= 0.7.0~)
 Standards-Version: 3.9.5
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-hiera-eyaml.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-hiera-eyaml.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-hiera-eyaml.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-hiera-eyaml.git;a=summary
 Homepage: http://github.com/TomPoulton/hiera-eyaml
 XS-Ruby-Versions: all
 
 Package: ruby-hiera-eyaml
 Architecture: all
-XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# hiera (>= 1.2.1), trollop (>= 2.0), highline (>= 1.6.19)
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ruby | ruby-interpreter,
+         ruby-hiera (>= 1.2.1),
+         ruby-trollop (>= 2.0),
+         ruby-highline (>= 1.6.19)
 Description: OpenSSL Encryption backend for Hiera
- Hiera backend for decrypting encrypted yaml properties
+ A backend for Hiera that provides per-value encryption of sensitive
+ data within yaml files to be used by Puppet.
+ .
+ Only the values are encrypted, allowing files to be swiftly reviewed
+ without decryption.
+ .
+ The value of each key is encrypted individually, which means that
+ "git diff" is meaningful.
+ .
+ Includes a command line tool for encrypting, decrypting, editing and
+ rotating keys. This makes it almost as easy as using clear text
+ files.
+ .
+ Basic asymmetric encryption (PKCS#7) is used by default. This does
+ not require any native libraries to be compiled, and it allows users
+ without the private key to encrypt values that the puppet master can
+ decrypt
+ .
+ hiera-eyaml includes a pluggable encryption framework (e.g. GPG
+ encryption (hiera-eyaml-gpg) can be used if you have the need for
+ multiple keys and easier key rotation)
+XB-Ruby-Versions: ${ruby:Versions}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-hiera-eyaml.git



More information about the Pkg-ruby-extras-commits mailing list