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

[SCM] Debian package checker branch, master, updated. 2.1.5-16-g84ea02f



The following commit has been merged in the master branch:
commit ceaa95a3b9691b31f63bd03cee9fce99341769eb
Author: Russ Allbery <rra@debian.org>
Date:   Sat Jan 17 11:08:42 2009 -0800

    Mention type as a bashism and recommend which or command -v
    
    * checks/scripts.desc:
      + [RA] Mention type as a bashism and recommend which or command -v.

diff --git a/checks/scripts.desc b/checks/scripts.desc
index c215f5d..7b2fb3b 100644
--- a/checks/scripts.desc
+++ b/checks/scripts.desc
@@ -330,6 +330,7 @@ Info: This script is marked as running under <tt>/bin/sh</tt>, but it seems
   '. command args', passing arguments to commands via 'source' is not supported
   '{foo,bar}' instead of 'foo bar'
   '[[ test ]]' instead of '[ test ]' (requires a Korn shell)
+  'type' instead of 'which' or 'command -v'
 
 Tag: suidregister-used-in-maintainer-script
 Severity: important
diff --git a/debian/changelog b/debian/changelog
index 55ab24d..8533f1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,8 @@ lintian (2.1.6) UNRELEASED; urgency=low
     + [RA] Suppress NMU warnings for packages with "local" in the version
       number or "local package" in the first line of the changelog.
       Thanks, Zack Weinberg.  (Closes: #501523)
+  * checks/scripts.desc:
+    + [RA] Mention type as a bashism and recommend which or command -v.
 
   * frontend/lintian:
     + [RA] Check that .changes files have at least a Format key.  If not,

-- 
Debian package checker


Reply to: