Author: rra
Date: 2006-09-13 18:39:10 +0200 (Wed, 13 Sep 2006)
New Revision: 745

Modified:
   trunk/checks/files
   trunk/debian/changelog
Log:
* checks/files:
  + [RA] Don't consider files named license.rb to be extraneous
    licenses.  Patch from NIIBE Yutaka.  (Closes: #387269)

Modified: trunk/checks/files
===================================================================
--- trunk/checks/files  2006-09-11 23:21:51 UTC (rev 744)
+++ trunk/checks/files  2006-09-13 16:39:10 UTC (rev 745)
@@ -502,7 +502,7 @@
        # because a package had a HTML form for licenses called like that.
        # Another exception is made for various picture formats since
        # those are likely to just be simply pictures.
-       and not $file =~ 
m/\.(el|c|h|py|cc|pl|pm|html|php|xpm|png|jpe?g|gif|svg)$/
+       and not $file =~ 
m/\.(el|c|h|py|cc|pl|pm|html|php|rb|xpm|png|jpe?g|gif|svg)$/
         and not defined $link) {
        tag "extra-license-file", "$file";
     }

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2006-09-11 23:21:51 UTC (rev 744)
+++ trunk/debian/changelog      2006-09-13 16:39:10 UTC (rev 745)
@@ -3,6 +3,9 @@
   * checks/debconf:
     + [CW] Don't trigger partially-translated-question when Choices-C exists
       but not Description-C.
+  * checks/files:
+    + [RA] Don't consider files named license.rb to be extraneous
+      licenses.  Patch from NIIBE Yutaka.  (Closes: #387269)
   * checks/init.d:
     + [RA] Correctly handle LSB keywords which are present but have an
       empty value.  Reported by Erich Schubert.  (Closes: #386968)
@@ -10,7 +13,7 @@
     + [RA] Add /usr/bin/gosh from the gauche package to the list of valid
       interpreters.  Thanks, Tatsuya Kinoshita.  (Closes: #386798)
 
- -- Russ Allbery <[EMAIL PROTECTED]>  Mon, 11 Sep 2006 16:16:13 -0700
+ -- Russ Allbery <[EMAIL PROTECTED]>  Wed, 13 Sep 2006 09:36:44 -0700
 
 lintian (1.23.24) unstable; urgency=low
 


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

Reply via email to