File: control

package info (click to toggle)
dash 0.5.12%2Bgit20240518%2Bf47009f9a76e-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,344 kB
  • sloc: ansic: 13,578; sh: 147; makefile: 76; perl: 32
file content (30 lines) | stat: -rw-r--r-- 886 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: dash
Section: shells
Priority: optional
Maintainer: Andrej Shadura <andrewsh@debian.org>
Uploaders: Gerrit Pape <pape@smarden.org>
Build-Depends:
 debhelper-compat (= 13),
 po-debconf
Standards-Version: 4.6.2
Homepage: http://gondor.apana.org.au/~herbert/dash/
Vcs-Git: https://salsa.debian.org/debian/dash.git
Vcs-Browser: https://salsa.debian.org/debian/dash
Rules-Requires-Root: no

Package: dash
Architecture: any
Multi-Arch: foreign
Essential: yes
Priority: required
Pre-Depends: ${shlibs:Depends}
Depends:
 debianutils (>= 5.6-0.1),
 ${misc:Depends},
Description: POSIX-compliant shell
 The Debian Almquist Shell (dash) is a POSIX-compliant shell derived
 from ash.
 .
 Since it executes scripts faster than bash, and has fewer library
 dependencies (making it more robust against software or hardware
 failures), it is used as the default system shell on Debian systems.