A re-examination of the #!/bin/ash reveals one source package ‒ frr ‒
in a file which is not installed on Debian and which upstream has since
changed to #!/bin/bash:
  
https://github.com/FRRouting/frr/blob/3728cc8e12c7504b0508ccd4008516e839a2bf18/docker/alpine/docker-start

The DCS search for bare /bin/ash returns 15 pages of results,
but the first page (since it doesn't appear to paginate),
is all comments and magick recognition.

The only package that depends on ash is
  $ apt-cache rdepends ash
  ash
  Reverse Depends:
    parallel

And that is
  $ apt info parallel
  Package: parallel
  Version: 20221122+ds-1
  Priority: optional
  Section: utils
  Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
  Installed-Size: 2,979 kB
  Depends: procps, sysstat, perl:any
  Suggests: ash, csh, fish, ksh, tcsh, zsh
  Homepage: https://www.gnu.org/software/parallel/
  Download-Size: 1,873 kB
  APT-Sources: http://deb.debian.org/debian-ports sid/main x32 Packages

So the Suggests: on ash can just be dropped there, I'll post a patch.
May it make sense to get rid of the ash package for bullseye+2?

Best,
наб

Attachment: signature.asc
Description: PGP signature

Reply via email to