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

lintian: r1214 - in trunk: checks debian



Author: rra
Date: 2008-02-19 02:00:38 +0100 (Tue, 19 Feb 2008)
New Revision: 1214

Modified:
   trunk/checks/copyright-file
   trunk/debian/changelog
Log:
  + [RA] When looking for cases where Copyright is separated from a year
    by a newline, also allow (C) before or after the newline.  Thanks,
    Michael Meskes.  (Closes: #465258)

Modified: trunk/checks/copyright-file
===================================================================
--- trunk/checks/copyright-file	2008-02-19 00:55:44 UTC (rev 1213)
+++ trunk/checks/copyright-file	2008-02-19 01:00:38 UTC (rev 1214)
@@ -238,7 +238,7 @@
     tag "copyright-contains-dh_make-todo-boilerplate", "";
 }
 
-if ($found && !$linked && !/(Copyright|Copr\.|\302\251)(.*|[:\s]+)\b\d{4}\b|\bpublic\s+domain\b/i) {
+if ($found && !$linked && !/(Copyright|Copr\.|\302\251)(.*|[\(C\):\s]+)\b\d{4}\b|\bpublic\s+domain\b/i) {
     tag 'copyright-without-copyright-notice';
 }
 

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-02-19 00:55:44 UTC (rev 1213)
+++ trunk/debian/changelog	2008-02-19 01:00:38 UTC (rev 1214)
@@ -6,6 +6,9 @@
   * checks/copyright-file:
     + [RA] Tests for copyright notices must be case-insensitive.  Patch
       from Chris Lamb.  (Closes: #464992)
+    + [RA] When looking for cases where Copyright is separated from a year
+      by a newline, also allow (C) before or after the newline.  Thanks,
+      Michael Meskes.  (Closes: #465258)
   * checks/cruft{.desc,}:
     + [FL] Add hg to the list of <vcs>-control-dir tags.
     + [RA] In the long description of outdated-autotools-helper-file,


Reply to: