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

[SCM] Debian package checker branch, master, updated. 2.2.17-47-g8e347b3



The following commit has been merged in the master branch:
commit 602a9b2cc1f8d8e546360e860066edd8fa93c6c3
Author: Russ Allbery <rra@debian.org>
Date:   Thu Nov 12 22:09:48 2009 -0800

    Add new interpreter /usr/bin/r
    
    * checks/scripts:
      + [RA] Add r.  Thanks, Dirk Eddelbuettel.  (Closes: #555278)

diff --git a/checks/scripts b/checks/scripts
index 0c3eabe..5f5fb59 100644
--- a/checks/scripts
+++ b/checks/scripts
@@ -86,6 +86,7 @@ our %interpreters =
      procmail	    => [ '/usr/bin' ],
      python	    => [ '/usr/bin', 'python | python-minimal' ],
      pforth	    => [ '/usr/bin' ],
+     r              => [ '/usr/bin', 'littler' ],
      rc		    => [ '/usr/bin' ],
      regina	    => [ '/usr/bin', 'regina-rexx' ],
      rep            => [ '/usr/bin' ],
diff --git a/debian/changelog b/debian/changelog
index 882ce06..e6bc99c 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -137,6 +137,7 @@ lintian (2.2.18) UNRELEASED; urgency=low
     + [RA] Suggest mkfifo in mknod-in-maintainer-script if the script was
       creating a named pipe.
     + [RA] Add rep.  Thanks, Rodrigo Gallardo.  (Closes: #510954)
+    + [RA] Add r.  Thanks, Dirk Eddelbuettel.  (Closes: #555278)
   * checks/shared-libs:
     + [FL] Add /usr/lib/python*/dist-packages to exception list for
       incorrect-libdir-in-la-file.  Thanks, Mathieu Trudel.

-- 
Debian package checker


Reply to: