Author: rra
Date: 2007-05-19 07:48:38 +0200 (Sat, 19 May 2007)
New Revision: 890

Modified:
   trunk/checks/files
   trunk/debian/changelog
Log:
* checks/files:
  + [RA] Don't warn about LICENSE files in Zope products, since they may
    be used for runtime display.  (Closes: #424164)

Modified: trunk/checks/files
===================================================================
--- trunk/checks/files  2007-05-19 05:27:54 UTC (rev 889)
+++ trunk/checks/files  2007-05-19 05:48:38 UTC (rev 890)
@@ -504,8 +504,10 @@
        # those are likely to just be simply pictures.
        #
        # DTD files are excluded at the request of the Mozilla suite
-       # maintainers.
+       # 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 defined $link) {
        tag "extra-license-file", "$file";
     }

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2007-05-19 05:27:54 UTC (rev 889)
+++ trunk/debian/changelog      2007-05-19 05:48:38 UTC (rev 890)
@@ -14,6 +14,9 @@
     + [RA] Require libmodule-build-perl in Build-Depends if the clean rule
       runs perl Build.  Hopefully this isn't too aggressive.  Thanks, Ian
       Beckwith.  (Closes: #421549)
+  * checks/files:
+    + [RA] Don't warn about LICENSE files in Zope products, since they may
+      be used for runtime display.  (Closes: #424164)
   * checks/manpages:
     + [RA] Avoid false positives on binaries with X11 in the name.  Patch
       from Kevin B. McCarty.  (Closes: #423229)
@@ -32,7 +35,7 @@
   * frontend/lintian-info:
     + [CW] Fix uninitialized value warning after reading a blank line.
 
- -- Russ Allbery <[EMAIL PROTECTED]>  Fri, 18 May 2007 22:14:39 -0700
+ -- Russ Allbery <[EMAIL PROTECTED]>  Fri, 18 May 2007 22:35:32 -0700
 
 lintian (1.23.30) unstable; urgency=low
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to