The following commit has been merged in the master branch:
commit 529dea24a92706cea5f950f6b5069f4f51c2b93f
Author: Niels Thykier <[email protected]>
Date:   Thu Apr 11 23:24:03 2013 +0200

    lintian(1): Fix typo of config variable "override"
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/debian/changelog b/debian/changelog
index 9ac38c5..a0779c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -272,6 +272,7 @@ lintian (2.5.12) UNRELEASED; urgency=low
   * man/lintian.pod.in:
     + [NT] Document that --pedantic is the same as "-L +=pedantic".
       (Closes: #703989)
+    + [NT] Fix typo of the "override" variable in the config example.
 
   * private/refresh-locale-codes:
     + [JW,NT] Ignore the "zxx" locale code, which means "No
diff --git a/man/lintian.pod.in b/man/lintian.pod.in
index 1a26212..2eaeae6 100644
--- a/man/lintian.pod.in
+++ b/man/lintian.pod.in
@@ -684,9 +684,9 @@ A sample configuration file could look like:
  display-info=yes
  
  # Ignore all overrides (--no-override)
- #  NB: called "overrides" in the config file
+ #  NB: called "override" in the config file
  #      and has inverted value!
- overrides = no
+ override = no
  
  # Automatically determine if color should be used
  color = auto

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to