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

[SCM] Debian package checker branch, master, updated. 2.2.17-38-g4ad3af8



The following commit has been merged in the master branch:
commit bef74c9e3b861f6cd787fd2d06b9b8c5b9b94618
Author: Russ Allbery <rra@debian.org>
Date:   Thu Nov 12 17:46:08 2009 -0800

    Add the interpreter rep
    
    * checks/scripts:
      + [RA] Add rep.  Thanks, Rodrigo Gallardo.  (Closes: #510954)

diff --git a/checks/scripts b/checks/scripts
index 9cd97ba..0c3eabe 100644
--- a/checks/scripts
+++ b/checks/scripts
@@ -88,6 +88,7 @@ our %interpreters =
      pforth	    => [ '/usr/bin' ],
      rc		    => [ '/usr/bin' ],
      regina	    => [ '/usr/bin', 'regina-rexx' ],
+     rep            => [ '/usr/bin' ],
      rexx	    => [ '/usr/bin', 'regina-rexx' ],
      rrdcgi	    => [ '/usr/bin', 'rrdtool' ],
      ruby	    => [ '/usr/bin' ],
diff --git a/debian/changelog b/debian/changelog
index 5f5f2ce..573140a 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -114,11 +114,12 @@ lintian (2.2.18) UNRELEASED; urgency=low
   * checks/rules.desc:
     + [RA] missing-build-dependency is now serious/possible (ftpmaster
       reject unless overridden).
-  * checks/scripts.desc:
+  * checks/scripts{,.desc}:
     + [RA] Add some more details to executable-not-elf-or-script about
       possible causes and how to correct them.
     + [RA] Suggest mkfifo in mknod-in-maintainer-script if the script was
       creating a named pipe.
+    + [RA] Add rep.  Thanks, Rodrigo Gallardo.  (Closes: #510954)
   * 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: