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

[SCM] Debian package checker branch, master, updated. 2.1.0-9-ga869088



The following commit has been merged in the master branch:
commit a869088dd1e5fbfcd94bd1efb3bbfee4f080886e
Author: Russ Allbery <rra@debian.org>
Date:   Sat Nov 29 20:51:49 2008 -0800

    Don't needlessly escape apostrophes in spelling corrections
    
    * lib/Spelling.pm:
      + [RA] Don't add unnecessary backslashes in the list of spelling
        corrections.  They're copied into the output.  Thanks, Micah
        Anderson.  (Closes: #507331)

diff --git a/debian/changelog b/debian/changelog
index fea113e..69df061 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,10 @@ lintian (2.1.1) unstable; urgency=low
 
   * lib/Lab.pm:
     + [FL] Fix breakage of populate_with_dist() I introduced in 2.1.0.
+  * lib/Spelling.pm:
+    + [RA] Don't add unnecessary backslashes in the list of spelling
+      corrections.  They're copied into the output.  Thanks, Micah
+      Anderson.  (Closes: #507331)
   * lib/Tags.pm:
     + [ADB] Don't output a "Processing binary package foo.changes" message.
       Thanks Sandro Tosi for pointing the issue out.
diff --git a/lib/Spelling.pm b/lib/Spelling.pm
index 326ea96..2fc5776 100644
--- a/lib/Spelling.pm
+++ b/lib/Spelling.pm
@@ -109,7 +109,7 @@ our %CORRECTIONS = qw(
                       cryptocraphic cryptographic
                       deamon daemon
                       debain Debian
-                      debians Debian\'s
+                      debians Debian's
                       decompres decompress
                       definate definite
                       definately definitely
@@ -127,7 +127,7 @@ our %CORRECTIONS = qw(
                       documentaion documentation
                       docuentation documentation
                       documantation documentation
-                      dont don\'t
+                      dont don't
                       easilly easily
                       ecspecially especially
                       edditable editable
@@ -214,7 +214,7 @@ our %CORRECTIONS = qw(
                       necesary necessary
                       nescessary necessary
                       noticable noticeable
-                      o\'caml OCaml
+                      o'caml OCaml
                       optionnal optional
                       orientatied orientated
                       orientied oriented
diff --git a/testset/binary/debian/control b/testset/binary/debian/control
index 7aecae8..03cc317 100644
--- a/testset/binary/debian/control
+++ b/testset/binary/debian/control
@@ -19,7 +19,7 @@ Description: test handling of binary files
  is checked for picky spelling errors.
  .
  This package list [ subversion | gconf ] should not be flagged as a spelling
- mistake.
+ mistake.  The spelling correction for dont should be correct.
  .
   Homepage: http://lintian.debian.org/
 
diff --git a/testset/tags.binary b/testset/tags.binary
index 33b28ff..b525026 100644
--- a/testset/tags.binary
+++ b/testset/tags.binary
@@ -116,6 +116,7 @@ W: binary: old-fsf-address-in-copyright-file
 W: binary: package-contains-hardlink usr/bar2 -> usr/share/baz
 W: binary: package-contains-upstream-install-documentation usr/share/doc/binary/INSTALL
 W: binary: spelling-error-in-description debian Debian
+W: binary: spelling-error-in-description dont don't
 W: binary: spelling-error-in-doc-base-abstract-field binary:10 speling spelling
 W: binary: spelling-error-in-doc-base-title-field binary:2 debian Debian
 W: binary: spelling-error-in-news-debian speling spelling

-- 
Debian package checker


Reply to: