Skip to content
Snippets Groups Projects
Commit 42cd02e9 authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Import Debian changes 0.5.10.2-5

dash (0.5.10.2-5) unstable; urgency=medium

  * Fix lintian overrides.
  * No longer check /bin/sh.distrib (Closes: #917313).
parent 9ad87a34
No related branches found
No related tags found
No related merge requests found
dash (0.5.10.2-5) unstable; urgency=medium
* Fix lintian overrides.
* No longer check /bin/sh.distrib (Closes: #917313).
-- Andrej Shadura <andrewsh@debian.org> Thu, 17 Jan 2019 20:08:32 +0100
dash (0.5.10.2-4) unstable; urgency=medium
* Move Gerrit to Uploaders since he’s going to be away for some time
......
# we want prerm to be #!/bin/dash so that it runs no matter what
dash source: unusual-control-interpreter control/prerm
dash binary: unusual-control-interpreter
......@@ -10,7 +10,6 @@ use Test::More;
my $srcdir = getcwd;
ok(-x '/bin/sh', '/bin/sh must be executable');
ok(-x '/bin/sh.distrib', '/bin/sh.distrib should be executable');
ok(-x '/bin/dash', '/bin/dash must be executable');
ok(-x '/bin/bash', '/bin/bash must be executable');
diag(qx(ls -l /bin/sh));
......@@ -22,9 +21,6 @@ like(qx(dpkg -L dash),
qr{^/bin/sh$}m,
'dash must contain a /bin/sh symlink, for debootstrap');
like(realpath('/bin/sh.distrib'), qr{^(?:/usr)?/bin/[bd]ash},
'/bin/sh.distrib must be an Essential shell, for debootstrap');
is(qx(echo hello), "hello\n");
my $diverter = qx(dpkg-divert --listpackage /bin/sh);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment