dash/debian/control
Dimitri John Ledkov 543222f769
Import Ubuntu changes 0.5.7-4ubuntu1
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.
2018-01-05 17:38:37 +01:00

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.