[pkg-perl-tools] 01/04: examples/check-build: add --no-tag-display-limit to lintian call.

gregor herrmann gregoa at debian.org
Fri May 20 12:27:24 UTC 2016


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

gregoa pushed a commit to branch master
in repository pkg-perl-tools.

commit 1daadd0a10228b5d538978a8a56840baacfa4b6a
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 20 14:24:30 2016 +0200

    examples/check-build: add --no-tag-display-limit to lintian call.
---
 examples/check-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/check-build b/examples/check-build
index bc6bdc9..0e688e6 100755
--- a/examples/check-build
+++ b/examples/check-build
@@ -48,7 +48,7 @@ if [ -x /usr/bin/lintian ]; then
 	echo "========"
 	#lintian -i -I --show-overrides --pedantic --color auto "$CHANGES"
 	#~/.lintianrc, lintian 2.5.1
-	lintian "$CHANGES"
+	lintian --no-tag-display-limit "$CHANGES"
 fi
 
 if [ -x /usr/bin/blhc -a -r "$BUILD" ] && ! egrep -q "^Architecture: all$" "$DSC" ; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git



More information about the Pkg-perl-cvs-commits mailing list