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

[SCM] Debian package checker branch, master, updated. 2.2.17-30-gd0f86ce



The following commit has been merged in the master branch:
commit d0f86ce989d0508d4f4c797549b3a4676bfe3454
Author: Russ Allbery <rra@debian.org>
Date:   Thu Nov 12 15:19:34 2009 -0800

    Remove experimental tag for binary spelling errors, change severity
    
    * checks/binaries.desc:
      + [RA] Remove experimental marker on spelling-error-in-binary.  Change
        severity to minor; spelling errors are minor bugs.
    
    Add a promoted from experimental section to the changelog file.

diff --git a/checks/binaries.desc b/checks/binaries.desc
index 2322b9a..07d0a49 100644
--- a/checks/binaries.desc
+++ b/checks/binaries.desc
@@ -218,9 +218,8 @@ Info: This ELF binary appears to have been built for an architecture other
  cross-compile didn't work.
 
 Tag: spelling-error-in-binary
-Severity: normal
+Severity: minor
 Certainty: wild-guess
-Experimental: yes
 Info: Lintian found a spelling error in the given binary.  Lintian has a
  list of common misspellings that it looks for.  It does not have a
  dictionary like a spelling checker does.  For Lintian's convenience all
@@ -234,11 +233,11 @@ Info: Lintian found a spelling error in the given binary.  Lintian has a
  .
  To find the original word you can run:
  .
- <tt>strings &lt;binary&gt; | grep -i &lt;word&gt;</tt>
+  strings &lt;binary&gt; | grep -i &lt;word&gt;
  .
  You can often find the word in the source code by running:
  .
- <tt>grep -r '\b&lt;original-word&gt;\b' &lt;source-tree&gt;</tt>
+  grep -r '\b&lt;original-word&gt;\b' &lt;source-tree&gt;
 
 Tag: embedded-zlib
 Severity: important
diff --git a/debian/changelog b/debian/changelog
index 5e81b72..902e5bb 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,13 @@ lintian (2.2.18) UNRELEASED; urgency=low
   * Summary of tag changes:
     + Removed:
       - copyright-lists-upstream-authors-with-dh_make-boilerplate
+    + Promoted from experimental:
+      - spelling-error-in-binary
+      - template-uses-unsplit-choices
 
+  * checks/binaries.desc:
+    + [RA] Remove experimental marker on spelling-error-in-binary.  Change
+      severity to minor; spelling errors are minor bugs.
   * checks/changelog-file:
     + [FL] Avoid various Perl warnings which can be caused by
       completly broken changelog files.

-- 
Debian package checker


Reply to: