mirror of
https://salsa.debian.org/debian/dash.git
synced 2026-01-27 18:04:35 +00:00
dash (0.5.7-4ubuntu1) trusty; urgency=medium
* Merge from Debian testing, remaining changes:
- If the dash/sh question has not been seen by the user, reset it to
the default which is now true.
- Support build with profile feedback based optimization.
- Ensure correct strip is called when cross-building.
32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
Source: dash
|
|
Section: shells
|
|
Priority: optional
|
|
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
|
|
XSBC-Original-Maintainer: Gerrit Pape <pape@smarden.org>
|
|
Build-Depends: po-debconf, dpkg-dev (>= 1.16.1),
|
|
Standards-Version: 3.9.3.0
|
|
Homepage: http://gondor.apana.org.au/~herbert/dash/
|
|
Vcs-Git: http://smarden.org/git/dash.git/
|
|
|
|
Package: dash
|
|
Architecture: any
|
|
Essential: yes
|
|
Priority: required
|
|
Pre-Depends: ${shlibs:Depends}
|
|
Depends: debianutils (>= 2.15), dpkg (>= 1.15.0)
|
|
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.
|
|
|
|
Package: ash
|
|
Architecture: all
|
|
Pre-Depends: dash
|
|
Description: compatibility package for dash
|
|
This package allows upgrading ash to its replacement,
|
|
dash. It includes the /bin/ash symlink.
|
|
It can be removed as soon as /bin/ash is no longer used.
|