Author: rra
Date: 2007-07-04 07:39:56 +0200 (Wed, 04 Jul 2007)
New Revision: 923

Modified:
   trunk/checks/scripts
   trunk/debian/changelog
Log:
  + [RA] Don't complain about ruby libraries in /usr/lib/ruby that have
    shebang lines.  This is a common means for embedding unit tests in
    Ruby libraries.  Thanks, Paul van Tilburg.  (Closes: #431545)

Modified: trunk/checks/scripts
===================================================================
--- trunk/checks/scripts        2007-07-04 05:30:55 UTC (rev 922)
+++ trunk/checks/scripts        2007-07-04 05:39:56 UTC (rev 923)
@@ -285,6 +285,7 @@
     tag_warn("script-not-executable", $filename)
        unless ($executable{$filename} or
                $filename =~ m,usr/(lib|share)/.*\.pm, or
+               $filename =~ m,usr/(lib|share)/ruby/.*\.rb, or
                $filename =~ m,\.in$, or
                $filename =~ m,etc/menu-methods, or
                $filename =~ m,etc/X11/Xsession.d,);

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2007-07-04 05:30:55 UTC (rev 922)
+++ trunk/debian/changelog      2007-07-04 05:39:56 UTC (rev 923)
@@ -5,12 +5,15 @@
       removing /dev/null.  Thanks, Robert Luberda.  (Closes: #431259)
     + [RA] xjed also provides jed-script.  Thanks, Jörg Sommer.
       (Closes: #431629)
+    + [RA] Don't complain about ruby libraries in /usr/lib/ruby that have
+      shebang lines.  This is a common means for embedding unit tests in
+      Ruby libraries.  Thanks, Paul van Tilburg.  (Closes: #431545)
   * checks/shared-libs:
     + [RA] Exclude udebs from dependency checking in the shlibs files
       since binary packages may legitimately declare udeb dependencies on
       other packages.  Thanks, Loïc Minier.  (Closes: #431395)
 
- -- Russ Allbery <[EMAIL PROTECTED]>  Tue, 03 Jul 2007 22:30:33 -0700
+ -- Russ Allbery <[EMAIL PROTECTED]>  Tue, 03 Jul 2007 22:39:37 -0700
 
 lintian (1.23.32) unstable; urgency=low
 


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

Reply via email to