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

[SCM] Debian package checker branch, master, updated. 2.0.0-67-g6e0646e



The following commit has been merged in the master branch:
commit c047e676c171291af3873610c975e7323431597b
Author: Frank Lichtenheld <djpig@debian.org>
Date:   Fri Nov 28 12:21:34 2008 +0100

    checks/scripts: Add icmake as a known interpreter
    
    Closes: #505868

diff --git a/checks/scripts b/checks/scripts
index 37850bb..a5a1c22 100644
--- a/checks/scripts
+++ b/checks/scripts
@@ -63,6 +63,7 @@ our %interpreters =
      gforth	    => [ '/usr/bin' ],
      gnuplot	    => [ '/usr/bin' ],
      gosh	    => [ '/usr/bin', 'gauche' ],
+     icmake	    => [ '/usr/bin', 'icmake' ],
      'install-menu' => [ '/usr/bin', '' ],
      jed	    => [ '/usr/bin' ],
      'jed-script'   => [ '/usr/bin', 'jed | xjed' ],
diff --git a/debian/changelog b/debian/changelog
index 39f92ee..32c9a0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,8 @@ lintian (2.1.0) unstable; urgency=low
       (Closes: #498892)
   * check/scripts:
     + [FL] Use $known_shells_regex from common_data.
+    + [FL] Add icmake as a known interpreter as requested by
+      Frank B. Brokken.  (Closes: #505868)
   * checks/shared-libs{,.desc}:
     + [ADB] Don't issue both symbols-file-contains-debian-revision and
       symbols-file-contains-current-version-with-debian-revision for any

-- 
Debian package checker


Reply to: