The following commit has been merged in the master branch:
commit 36e3dc20b7c4fc6d7eb1145441dc17ff5340b200
Author: Adam D. Barratt <[email protected]>
Date:   Tue May 19 21:12:02 2009 +0100

    Accept ksh and zsh as sources of /bin/ksh
    
    * checks/scripts:
      + [ADB] Add ksh and zsh to the list of packages providing the /bin/ksh
        alternative.  Thanks, Guillaume Delacour.  (Closes: #529457)

diff --git a/checks/scripts b/checks/scripts
index c91fb44..c5d9a67 100644
--- a/checks/scripts
+++ b/checks/scripts
@@ -69,7 +69,7 @@ our %interpreters =
      jed           => [ '/usr/bin' ],
      'jed-script'   => [ '/usr/bin', 'jed | xjed' ],
      kaptain        => [ '/usr/bin' ],
-     ksh           => [ '/bin', 'mksh | pdksh' ],
+     ksh           => [ '/bin', 'ksh | mksh | pdksh | zsh' ],
      lefty         => [ '/usr/bin', 'graphviz' ],
      magicfilter    => [ '/usr/sbin' ],
      make          => [ '/usr/bin', 'make | build-essential | dpkg-dev' ],
diff --git a/debian/changelog b/debian/changelog
index 2ab9547..aa64a7c 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -37,6 +37,8 @@ lintian (2.2.11) UNRELEASED; urgency=low
       dependencies for an interpreter when the interpreter may be
       unversioned but the dependency may not.  For example, pikeX.Y provide
       /usr/bin/pike and /usr/bin/pikeX.Y but there is no "pike" package.
+    + [ADB] Add ksh and zsh to the list of packages providing the /bin/ksh
+      alternative.  Thanks, Guillaume Delacour.  (Closes: #529457)
 
   * data/debhelper/{dh_commands,dh_packages,maint_commands}:
     + [ADB] Refresh against unstable.

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to