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

[lintian] 02/03: Changelog entry and comments with bug no. for previous commit



This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository lintian.

commit 9bedee1da71b1302ad41a963309b4deb29701525
Author: Axel Beckert <abe@deuxchevaux.org>
Date:   Mon Apr 20 21:19:59 2015 +0200

    Changelog entry and comments with bug no. for previous commit
    
    Signed-off-by: Axel Beckert <abe@deuxchevaux.org>
---
 checks/binaries.pm | 4 ++--
 debian/changelog   | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/checks/binaries.pm b/checks/binaries.pm
index 986d803..34efa34 100644
--- a/checks/binaries.pm
+++ b/checks/binaries.pm
@@ -328,8 +328,8 @@ sub run {
         my $exceptions = {
             %{ $group->info->spelling_exceptions },
             'teH' => 1, # From #711207
-            'tEH' => 1,
-            'tEh' => 1,
+            'tEH' => 1, # From #782902
+            'tEh' => 1, # From #782902, too
         };
         check_spelling('spelling-error-in-binary',$strings, $file,$exceptions);
 
diff --git a/debian/changelog b/debian/changelog
index 123b426..f1efa06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ lintian (2.5.31) UNRELEASED; urgency=medium
       library-in-debug-or-profile-should-not-be-stripped
       when file add "not stripped, too many notes" to its
       output. Thanks to Jakub Wilk.  (Closes: #775760).
+    + [AB] Ignore tEH and tEh for spelling-error-in-binary. (Closes:
+      #782902; bug report and patch by Tomasz Buchert, thanks!)
   * checks/changelog-file.{desc,pm}:
     + [BR] Correct a typo on tag name and do not raise
       bad-intended-distribution if distribution is still

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: