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

[lintian] 01/03: d/changelog: Fix whitespace issue and F-P in changelog-format.t



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

nthykier pushed a commit to branch master
in repository lintian.

commit 54b2f19173e877b6ef417fe0de558d5353c7370c
Author: Niels Thykier <niels@thykier.net>
Date:   Wed Feb 12 22:17:02 2014 +0100

    d/changelog: Fix whitespace issue and F-P in changelog-format.t
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 debian/changelog             | 2 +-
 t/scripts/changelog-format.t | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 181ec4a..b8bfce3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,7 +35,7 @@ lintian (2.5.22) UNRELEASED; urgency=medium
   * reporting/{html_reports,templates/tag.tmpl}:
     + [NT] Show the same statistics on the tag page as shown
       on the tag index pages.  Thanks to Guillem Jover for
-      the suggestion. (Closes: #738349)
+      the suggestion.  (Closes: #738349)
   * reporting/html_reports:
     + [NT] Link to the library API docs from the index page.
       (Closes: #639974)
diff --git a/t/scripts/changelog-format.t b/t/scripts/changelog-format.t
index 64b856c..a293047 100755
--- a/t/scripts/changelog-format.t
+++ b/t/scripts/changelog-format.t
@@ -107,7 +107,7 @@ foreach (split /\n/,$changes) {
     }
 
     if (m/(\S\w)\. (.)/) {
-        ok($2 eq ' ' && $1 !~ '/^\.[ge]$/', 'two spaces after a full stop')
+        ok($2 eq ' ' || $1 !~ '/^\.[ge]$/', 'two spaces after a full stop')
           or diag("line: $line");
     }
 

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


Reply to: