File: control

package info (click to toggle)
switchsh 0~20070801-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: ansic: 526; makefile: 15
file content (20 lines) | stat: -rw-r--r-- 761 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: switchsh
Section: utils
Priority: optional
Maintainer: Raphael Geissert <geissert@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.0
Homepage: http://www.linux.it/~md/software/
Vcs-Git: https://salsa.debian.org/debian/switchsh.git
Vcs-Browser: https://salsa.debian.org/debian/switchsh
Rules-Requires-Root: no

Package: switchsh
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: bind-mount bash as /bin/sh
 Small program to bind-mount bash as /bin/sh for its child processes.
 .
 It can be used when bash is not the default shell interpreter but a given
 program makes use of bashisms (features not required by Policy for sh) and one
 wants to run it without changing (or can not change) the default sh.