diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-11-09 10:59:15 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-11-09 10:59:15 -0200 |
commit | bbdc2a4751137d324771ace36202b97db25a00ca (patch) | |
tree | ff766d496a007188affb4457947bf56aad55065d | |
parent | d57c2b7070f148c1bdccdce2527a7ec0bf33278f (diff) | |
download | keyringer-bbdc2a4751137d324771ace36202b97db25a00ca.tar.gz keyringer-bbdc2a4751137d324771ace36202b97db25a00ca.tar.bz2 |
Development: minor lintian command change
-rw-r--r-- | development.mdwn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/development.mdwn b/development.mdwn index 3287bb2..3a1ed34 100644 --- a/development.mdwn +++ b/development.mdwn @@ -47,8 +47,7 @@ Build the package from the debian Git branch: Run lintian (or [add it to your pbuilder hooks](http://askubuntu.com/questions/140697/how-do-i-run-lintian-from-pbuilder-dist)): - lintian --info --display-info --pedantic --color auto \ - ../build-area/keyringer_$VERSION*.changes + lintian --info --display-info --pedantic --color auto build-area/keyringer_$VERSION*.changes Then go back to the develop branch: |