The following commit has been merged in the master branch:
commit cf887c9aa44d652ebd91bd3c6918e35ce69b8894
Author: Russ Allbery <[email protected]>
Date:   Sun Feb 1 09:31:53 2009 -0800

    Add nickle as a known interpreter
    
    * checks/scripts:
      + [RA] Add nickle as a known interpreter.  Patch from Julien Cristau.
        (Closes: #513823)

diff --git a/checks/scripts b/checks/scripts
index 47d63db..c0f9e85 100644
--- a/checks/scripts
+++ b/checks/scripts
@@ -74,6 +74,7 @@ our %interpreters =
      make          => [ '/usr/bin', 'make | build-essential | dpkg-dev' ],
      mawk          => [ '/usr/bin' ],
      mksh          => [ '/bin' ],
+     nickle        => [ '/usr/bin' ],
      ocamlrun      => [ '/usr/bin',
                         'ocaml-base-nox | ocaml-base | ocaml-nox | ocaml' ],
      pagsh         => [ '/usr/bin', 'openafs-client | heimdal-clients' ],
diff --git a/debian/changelog b/debian/changelog
index dccaf9f..07af705 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ lintian (2.2.2) UNRELEASED; urgency=low
     + [ADB] Treat the new copyright file format's "License-Alias: Perl" as
       indicating that the package is licensed under the same terms as Perl.
       Thanks, gregor herrmann.  (Closes: #513831)
+  * checks/scripts:
+    + [RA] Add nickle as a known interpreter.  Patch from Julien Cristau.
+      (Closes: #513823)
 
   * lib/Util.pm:
     + [ADB] Localise a use of $_ in control file parsing to avoid overwriting

-- 
Debian package checker


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

Reply via email to