aboutsummaryrefslogtreecommitdiff
path: root/development.mdwn
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-09-27 18:34:03 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-09-27 18:34:03 -0300
commit52a69a949db2740a43a3f19e609066fc822a42ac (patch)
tree81968a39b297f40d4a56a0fb2bd61354b9840264 /development.mdwn
parentfe0ab307ea848a8d273d958767b110882638cc42 (diff)
downloadkeyringer-52a69a949db2740a43a3f19e609066fc822a42ac.tar.gz
keyringer-52a69a949db2740a43a3f19e609066fc822a42ac.tar.bz2
Updating debian/control description and lintian invocation
Diffstat (limited to 'development.mdwn')
-rw-r--r--development.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/development.mdwn b/development.mdwn
index 3315f34..94c8a24 100644
--- a/development.mdwn
+++ b/development.mdwn
@@ -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
----------