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

[SCM] Debian package checker branch, master, updated. 2.4.3-134-gba2d36f



The following commit has been merged in the master branch:
commit ba2d36f8b01f6db1bd12e14fe1ce798cdc7d5aa4
Author: Niels Thykier <niels@thykier.net>
Date:   Thu Jan 6 12:29:13 2011 +0100

    Catch "allows to" (and similar) as a spelling error
    
      * data/spelling/collections-multiword:
        + [NT] Added "allows to" and other similar cases.  Thanks to
          Matthew Paul Thomas for the report.  (LP: #608231)

diff --git a/data/spelling/corrections-multiword b/data/spelling/corrections-multiword
index 71a066e..6a706d3 100644
--- a/data/spelling/corrections-multiword
+++ b/data/spelling/corrections-multiword
@@ -5,7 +5,12 @@
 # The format of each line is:
 # SPELLING_MISTAKE_REGEX||correction
 
+(?i)allows to||allows one to
 (?i)an other||another
 (?i)debian/gnu linux||Debian GNU/Linux
+(?i)helps to||helps one to
+(?i)permits to||permits one to
+(?i)requires to||requires one to
 (?i)these package||this package
 (?i)this packages||these packages
+
diff --git a/debian/changelog b/debian/changelog
index fcb0a69..3167c0a 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -111,6 +111,9 @@ lintian (2.4.4) UNRELEASED; urgency=low
       used.  (Closes: #596848)
   * data/spelling/corrections:
     + [NT] Added more corrections.
+  * data/spelling/collections-multiword:
+    + [NT] Added "allows to" and other similar cases.  Thanks to
+      Matthew Paul Thomas for the report.  (LP: #608231)
 
   * debian/control:
     + [RA] Add the build dependencies required to run the test suite
diff --git a/t/tests/spelling-multiword/debian/debian/control.in b/t/tests/spelling-multiword/debian/debian/control.in
index fa441cc..a5b7830 100644
--- a/t/tests/spelling-multiword/debian/debian/control.in
+++ b/t/tests/spelling-multiword/debian/debian/control.in
@@ -15,8 +15,12 @@ Description: {$description}
  be an empty package.
  .
  Spelling errors:
-   * Debian/GNU Linux
+   * Allows to
    * An other error
+   * Debian/GNU Linux
+   * Helps to
+   * Permits to
+   * Requires to
    * This packages
  .
  Not errors:
diff --git a/t/tests/spelling-multiword/tags b/t/tests/spelling-multiword/tags
index a954125..4a5e916 100644
--- a/t/tests/spelling-multiword/tags
+++ b/t/tests/spelling-multiword/tags
@@ -1,3 +1,7 @@
+W: spelling-multiword: spelling-error-in-description Allows to Allows one to
 W: spelling-multiword: spelling-error-in-description An other Another
 W: spelling-multiword: spelling-error-in-description Debian/GNU Linux Debian GNU/Linux
+W: spelling-multiword: spelling-error-in-description Helps to Helps one to
+W: spelling-multiword: spelling-error-in-description Permits to Permits one to
+W: spelling-multiword: spelling-error-in-description Requires to Requires one to
 W: spelling-multiword: spelling-error-in-description This packages These packages

-- 
Debian package checker


Reply to: