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

[SCM] Debian package checker branch, master, updated. 2.5.10-240-g85b5776



The following commit has been merged in the master branch:
commit 85b577690b9683a8e17b432b29882d4c422402ac
Author: Logan Rosen <logatronico@gmail.com>
Date:   Mon Nov 12 08:42:09 2012 +0100

    c/source-copyright: Fix typo
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/source-copyright b/checks/source-copyright
index 4c57c9b..e087e71 100644
--- a/checks/source-copyright
+++ b/checks/source-copyright
@@ -174,7 +174,7 @@ if (@dep5) {
         if (defined $license and not defined $files) {
             # Standalone license paragraph
             if (not $license =~ m/\n/) {
-                tag 'missing-license-text-in-dep5-copyright', lc $license, "(paragrah at line $lines[$i])";
+                tag 'missing-license-text-in-dep5-copyright', lc $license, "(paragraph at line $lines[$i])";
             }
             ($license, undef) = split /\n/, $license, 2;
             for (split_licenses($license)) {
diff --git a/debian/changelog b/debian/changelog
index 4f33344..fa1cbe1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -130,6 +130,8 @@ lintian (2.5.11) UNRELEASED; urgency=low
   * checks/source-copyright{,.desc}:
     + [NT] Check for possible misspellings of known field
       names.  (Closes: #678639)
+    + [NT] Fix typo of paragraph.  Thanks to Logan Rosen for spotting
+      it.  (Closes: #693013)
   * checks/version-substvars{,.desc}:
     + [JW,NT] Extend version-substvar-for-external-package to
       all relations.  Previously it was only triggered for

-- 
Debian package checker


Reply to: