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

[SCM] Debian package checker branch, master, updated. 2.2.15-18-g4c440a4



The following commit has been merged in the master branch:
commit 4c440a41b4278e7ac7a9a30a68f5d285140b52ee
Author: Russ Allbery <rra@debian.org>
Date:   Sun Sep 20 22:14:01 2009 -0700

    Add ir as a valid interpreter
    
    * checks/scripts:
      + [RA] Add /usr/bin/ir as an interpreter provided by the ironruby
        package.  Thanks, Matthias Klose.  (Closes: #547555)

diff --git a/checks/scripts b/checks/scripts
index e6b679f..9cd97ba 100644
--- a/checks/scripts
+++ b/checks/scripts
@@ -67,6 +67,7 @@ our %interpreters =
      gosh	    => [ '/usr/bin', 'gauche' ],
      icmake	    => [ '/usr/bin', 'icmake' ],
      'install-menu' => [ '/usr/bin', '' ],
+     ir             => [ '/usr/bin', 'ironruby' ],
      jed	    => [ '/usr/bin' ],
      'jed-script'   => [ '/usr/bin', 'jed | xjed' ],
      kaptain        => [ '/usr/bin' ],
diff --git a/debian/changelog b/debian/changelog
index 4005086..ef3406d 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,9 @@ lintian (2.2.16) UNRELEASED; urgency=low
   * checks/menus{,.desc}:
     + [RA] Exclude examples from documentation that may require doc-base
       registration.  Thanks, Mikhail Gusarov.  (Closes: #547345)
+  * checks/scripts:
+    + [RA] Add /usr/bin/ir as an interpreter provided by the ironruby
+      package.  Thanks, Matthias Klose.  (Closes: #547555)
 
   * lib/Spelling.pm:
     + [RA] Additional spelling corrections from Raphael Geissert.

-- 
Debian package checker


Reply to: