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

[SCM] Debian package checker branch, master, updated. 2.5.11-240-g529dea2



The following commit has been merged in the master branch:
commit 529dea24a92706cea5f950f6b5069f4f51c2b93f
Author: Niels Thykier <niels@thykier.net>
Date:   Thu Apr 11 23:24:03 2013 +0200

    lintian(1): Fix typo of config variable "override"
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

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


Reply to: