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

[SCM] Debian package checker branch, master, updated. 2.2.10-93-geb61f96



The following commit has been merged in the master branch:
commit eb61f96a2ae98899e72e3c194b306a42b0502cc0
Author: Russ Allbery <rra@debian.org>
Date:   Sun Jun 7 11:29:19 2009 -0700

    Add escript to the known interpreters
    
    * checks/scripts:
      + [RA] Add escript to the list of known interpreters.  Thanks, Nicholas
        Jefferson.  (Closes: #532158)

diff --git a/checks/scripts b/checks/scripts
index 35ddd88..db0698e 100644
--- a/checks/scripts
+++ b/checks/scripts
@@ -54,6 +54,7 @@ our %interpreters =
      clisp	    => [ '/usr/bin' ],
      csh	    => [ '/bin', 'tcsh | csh | c-shell' ],
      dash	    => [ '/bin' ],
+     escript	    => [ '/usr/bin', 'erlang-base | erlang-base-hipe' ],
      expect	    => [ '/usr/bin' ],
      expectk	    => [ '/usr/bin' ],
      fish	    => [ '/usr/bin' ],
diff --git a/debian/changelog b/debian/changelog
index 8da8a32..9cd791e 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -85,6 +85,8 @@ lintian (2.2.11) UNRELEASED; urgency=low
     + [ADB] Remove "\\" from the list of unsafe backslash escapes in the
       shell script checks.  POSIX does not prohibit its use and it works in
       all shells in Debian.
+    + [RA] Add escript to the list of known interpreters.  Thanks, Nicholas
+      Jefferson.  (Closes: #532158)
   * checks/shared-libs.desc:
     + [RA] Downgrade certainty of tags for which we recommend overrides.
       Patch from Raphael Geissert.

-- 
Debian package checker


Reply to: