[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: Make -v imply --no-tag-display-limit. (Closes: #812756)



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

lamby pushed a commit to branch master
in repository lintian.

commit 97aa2baab8b733ff2cdec7501f261eb5487ab356
Author: Chris Lamb <lamby@debian.org>
Date:   Sun Dec 10 10:08:21 2017 +0000

    Make -v imply --no-tag-display-limit. (Closes: #812756)
---
 commands/lintian.pm | 2 +-
 debian/changelog    | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/commands/lintian.pm b/commands/lintian.pm
index 4e5badb..0c80a6f 100755
--- a/commands/lintian.pm
+++ b/commands/lintian.pm
@@ -1428,7 +1428,7 @@ sub configure_output {
                 'never", "always", "auto" or "html"'));
     }
     if (not defined $opt{'tag-display-limit'}) {
-        if (-t STDOUT) {
+        if (-t STDOUT and not $opt{'verbose'}) {
             $opt{'tag-display-limit'}
               = Lintian::Output::DEFAULT_INTERACTIVE_TAG_LIMIT();
         } else {
diff --git a/debian/changelog b/debian/changelog
index 3b0539b..82795c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ lintian (2.5.63) UNRELEASED; urgency=medium
     + [CL] Allow the tag display limit to be configured via the
       "--tag-display-limit" command-line argument or "tag-display-limit"
       in lintianrc.  (Closes: #813525)
+    + [CL] Make -v imply --no-tag-display-limit.  (Closes: #812756)
 
   * doc/lintianrc.example:
     + [CL] Add missing "jobs" entry.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: