Re: [SCM] Debian package checker branch, master, updated. 2.5.0-rc2-16-g615f278
Niels Thykier wrote:
> 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', '' ],
Not sure if this change was reviewed later (I'm going through the backlog),
but #!/bin/dash scripts were intentionally left REQUIRING a dependency on
dash based on a concensus in -devel.
The goal is to leave /bin/sh as the Essential interface, and dash as a
specific requirement. Perhaps we should have filed a bug against policy
right-away...
Cheers,
--
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net
Reply to: