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

lintian: r1204 - in trunk: checks debian testset/debug/debian



Author: rra
Date: 2008-02-10 19:22:41 +0100 (Sun, 10 Feb 2008)
New Revision: 1204

Modified:
   trunk/checks/copyright-file
   trunk/debian/changelog
   trunk/testset/debug/debian/copyright
Log:
* checks/copyright-file:
  + [RA] Tests for copyright notices must be case-insensitive.  Patch
    from Chris Lamb.  (Closes: #464992)

Modified: trunk/checks/copyright-file
===================================================================
--- trunk/checks/copyright-file	2008-02-10 18:19:49 UTC (rev 1203)
+++ trunk/checks/copyright-file	2008-02-10 18:22:41 UTC (rev 1204)
@@ -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/) {
+if ($found && !$linked && !/(Copyright|Copr\.|\302\251)(.*|[:\s]+)\b\d{4}\b|\bpublic\s+domain\b/i) {
     tag 'copyright-without-copyright-notice';
 }
 

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-02-10 18:19:49 UTC (rev 1203)
+++ trunk/debian/changelog	2008-02-10 18:22:41 UTC (rev 1204)
@@ -1,8 +1,11 @@
-lintian (1.23.46) unstable; urgency=low
+lintian (1.23.46) UNRELEASED; urgency=low
 
   * checks/control-files{.desc,}:
     + [FL] Warn about empty control files. I can't see any use for
       them. Exclude udebs though, since they might differ there.
+  * checks/copyright-file:
+    + [RA] Tests for copyright notices must be case-insensitive.  Patch
+      from Chris Lamb.  (Closes: #464992)
   * checks/files{.desc,}:
     + [FL] Merge all the tags for vcs ignore files and vcs control
       dirs. Since the explanations don't actually differ, different

Modified: trunk/testset/debug/debian/copyright
===================================================================
--- trunk/testset/debug/debian/copyright	2008-02-10 18:19:49 UTC (rev 1203)
+++ trunk/testset/debug/debian/copyright	2008-02-10 18:22:41 UTC (rev 1204)
@@ -1,2 +1,4 @@
 Written Sat, 04 Mar 2006 21:30:01 -0800 by Russ Allbery <rra@debian.org>.
-Copyright Russ Allbery 2006
+
+Test for copyright in capital letters. (#464992)
+COPYRIGHT RUSS ALLBERY 2006


Reply to: