]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Updating debian/control description and lintian invocation
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 27 Sep 2013 21:34:03 +0000 (18:34 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 27 Sep 2013 21:34:03 +0000 (18:34 -0300)
debian/control
development.mdwn

index 7ad2643c11f5e257f2d353128778889d272201f3..cdf2773088ac0a672eec93293ae83807a86829b4 100644 (file)
@@ -13,13 +13,13 @@ Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, git, gnupg, gawk | mawk
 Recommends: openssl, xdg-utils
 Description: Distributed secret management using GnuPG and Git
- Keyringer lets you manage and share secrets using GnuPG and Git in a
distributed fashion. It has custom commands to encrypt, decrypt and
- recrypt secrets as well as create key pairs and supports encryption
- to multiple recipients and groups of different recipients to ensure
the same repository can be shared with a workgroup but allowing to
+ Keyringer lets you manage and share secrets using GnuPG and Git in
a distributed fashion. It has commands to encrypt, decrypt and
+ recrypt secrets as well as create key pairs. It supports encryption
+ to multiple recipients and groups of different recipients: the same
repository can be shared with a workgroup, while still allowing to
  keep some secrets available just to subsets of that group.
  .
- OpenSSL is needed to generate X.509 certificates and keys and
- xdg-utils are needed to open and edit encrypted secrets according
to their file types.
+ OpenSSL is needed to generate X.509 certificates and keys. xdg-utils
+ are needed to open and edit encrypted secrets according to their
+ file types.
index 3315f34c1913b314a674e25d6ce5455eac19a439..94c8a24b2e9eca0e72266d703f7033655dab89ee 100644 (file)
@@ -91,7 +91,8 @@ Build the package from the git three using the upstream branch:
 
 Run lintian (or [add it to your pbuilder hooks](http://askubuntu.com/questions/140697/how-do-i-run-lintian-from-pbuilder-dist)):
 
-    lintian ../build-area/keyringer_*.deb
+    lintian --info --display-info --pedantic --color auto \
+     ../build-area/keyringer_$VERSION*.changes
 
 References
 ----------