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

[SCM] Debian package checker branch, master, updated. 2.5.0-rc2-16-g615f278



The following commit has been merged in the master branch:
commit 615f278df5993a3a7c7a0e5cd72c7258976d5681
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Apr 10 16:03:40 2011 +0200

    Updated c/scripts to accept that dash is now an essential pkg

diff --git a/checks/scripts b/checks/scripts
index 1adbc33..e512031 100644
--- a/checks/scripts
+++ b/checks/scripts
@@ -54,7 +54,7 @@ our %interpreters =
      bltwish	    => [ '/usr/bin', 'blt' ],
      clisp	    => [ '/usr/bin' ],
      csh	    => [ '/bin', 'tcsh | csh | c-shell' ],
-     dash	    => [ '/bin' ],
+     dash	    => [ '/bin', '' ],
      escript	    => [ '/usr/bin', 'erlang-base | erlang-base-hipe' ],
      expect	    => [ '/usr/bin' ],
      expectk	    => [ '/usr/bin' ],
diff --git a/debian/changelog b/debian/changelog
index 80a22a5..2f1040d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,10 @@ lintian (2.5.0~rc3) UNRELEASED; urgency=low
       architecture.  (Closes: #618587)
   * checks/files{,.desc}:
     + [NT] Added dir-or-file-in-run tag.
+  * checks/scripts:
+    + [NT] Fixed false positive missing-dep-for-interpreter, if
+      the interpreter was dash, since dash is now essential.
+      (Closes: #620120)
 
   * debian/control:
     + [NT] Bumped Standards-Version to 3.9.2.

-- 
Debian package checker


Reply to: