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

[lintian] 01/01: c/changelog-file.*: Fix minor style issues



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

nthykier pushed a commit to branch master
in repository lintian.

commit 80d890e297736f77115e193d9dbaf99f276ff593
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Apr 10 09:01:55 2016 +0000

    c/changelog-file.*: Fix minor style issues
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 checks/changelog-file.desc | 2 +-
 checks/changelog-file.pm   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/checks/changelog-file.desc b/checks/changelog-file.desc
index 63de793..7c45c2b 100644
--- a/checks/changelog-file.desc
+++ b/checks/changelog-file.desc
@@ -409,7 +409,7 @@ Info: The changelog entry references a temporary security identifier,
  .
  The TEMP identifier will disappear in the future once a proper CVE
  identifier has been assigned.  Therefore it is useless as an
- external reference.   Even worse, the identifier is not stable and
+ external reference.  Even worse, the identifier is not stable and
  may change even before a CVE is allocated.
  .
  If a CVE has been allocated, please use that instead.  Otherwise,
diff --git a/checks/changelog-file.pm b/checks/changelog-file.pm
index a5065ef..d9ea593 100644
--- a/checks/changelog-file.pm
+++ b/checks/changelog-file.pm
@@ -365,7 +365,7 @@ sub run {
             tag 'possible-missing-colon-in-closes', $1 if $1;
         }
         if ($changes =~ m/(TEMP-\d{7}-[0-9a-fA-F]{6})/) {
-            tag 'changelog-references-temp-security-identifier', $1
+            tag 'changelog-references-temp-security-identifier', $1;
         }
 
         # check for bad intended distribution

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


Reply to: