[pkg-perl-tools] 02/04: examples/check-build: update lintian invocation.

gregor herrmann gregoa at debian.org
Wed Jan 3 18:51:17 UTC 2018


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 a257f2b109a99bcd69b5674c00f4d331b1af703f
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jan 3 19:47:31 2018 +0100

    examples/check-build: update lintian invocation.
    
    tag-display-limit=0 can be set in the config since 2.5.63.
---
 examples/check-build | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/check-build b/examples/check-build
index f01bdc5..bf693b0 100755
--- a/examples/check-build
+++ b/examples/check-build
@@ -46,9 +46,9 @@ FORMAT=$(grep ^Format: $DSC | cut -f2 -d" ")
 if [ -x /usr/bin/lintian ]; then
 	echo "lintian:"
 	echo "========"
-	#lintian -i -I --show-overrides --pedantic --color auto "$CHANGES"
-	#~/.lintianrc, lintian 2.5.1
-	lintian --no-tag-display-limit "$CHANGES"
+	#lintian -i -I --show-overrides --pedantic --color auto --no-tag-display-limit "$CHANGES"
+	#~/.lintianrc, lintian 2.5.1; tag-display-limit=0 since 2.5.63
+	lintian "$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