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

lintian: r906 - in trunk: checks debian



Author: rra
Date: 2007-06-17 16:48:42 +0200 (Sun, 17 Jun 2007)
New Revision: 906

Modified:
   trunk/checks/files
   trunk/debian/changelog
Log:
* checks/files:
  + [RA] Limit the Zope license exception to only .dtml, .pt, and .cpt
    files.  Thanks, Bernd Zeimetz.

Modified: trunk/checks/files
===================================================================
--- trunk/checks/files	2007-06-17 14:43:26 UTC (rev 905)
+++ trunk/checks/files	2007-06-17 14:48:42 UTC (rev 906)
@@ -507,7 +507,7 @@
 	# maintainers.  Zope products include license files for runtime
 	# display.
 	and not $file =~ m/\.(el|c|h|py|cc|pl|pm|html|php|rb|xpm|png|jpe?g|gif|svg|dtd)$/
-        and not $file =~ m,^usr/share/zope/Products/,
+        and not $file =~ m,^usr/share/zope/Products/.*\.(dtml|pt|cpt)$,
         and not defined $link) {
 	tag "extra-license-file", "$file";
     }

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-06-17 14:43:26 UTC (rev 905)
+++ trunk/debian/changelog	2007-06-17 14:48:42 UTC (rev 906)
@@ -3,6 +3,9 @@
   * checks/binaries:
     + [RA] Sort the package SONAMEs to provide more stable lintian tags.
       Patch from Cyril Brulebois.  (Closes: #428681)
+  * checks/files:
+    + [RA] Limit the Zope license exception to only .dtml, .pt, and .cpt
+      files.  Thanks, Bernd Zeimetz.
   * checks/po-debconf:
     + [RA] Close the template file handle between files so that the line
       numbers for translated default fields are correct.
@@ -10,7 +13,7 @@
     + [RA] Add Octave as an interpreter, and allow both versioned and
       unversioned forms.  Thanks, Sebastian Harl.  (Closes: #428403)
 
- -- Russ Allbery <rra@debian.org>  Sun, 17 Jun 2007 07:42:58 -0700
+ -- Russ Allbery <rra@debian.org>  Sun, 17 Jun 2007 07:48:19 -0700
 
 lintian (1.23.31) unstable; urgency=low
 



Reply to: