mirror of
https://salsa.debian.org/debian/dash.git
synced 2026-01-26 15:39:05 +00:00
Drop obsolete ash package
Nothing in Debian uses /bin/ash anymore. Closes: #920644
This commit is contained in:
parent
b229dc513d
commit
1de0536fde
1
debian/ash.1
vendored
1
debian/ash.1
vendored
@ -1 +0,0 @@
|
||||
.so man1/dash.1
|
||||
1
debian/ash.links
vendored
1
debian/ash.links
vendored
@ -1 +0,0 @@
|
||||
/bin/dash /bin/ash
|
||||
1
debian/ash.manpages
vendored
1
debian/ash.manpages
vendored
@ -1 +0,0 @@
|
||||
debian/ash.1
|
||||
11
debian/ash.postrm
vendored
11
debian/ash.postrm
vendored
@ -1,11 +0,0 @@
|
||||
#!/bin/sh
|
||||
# $Id: ash.postrm,v 1.1 2003/11/21 08:47:16 herbert Exp $
|
||||
|
||||
set -e
|
||||
|
||||
if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
|
||||
. /usr/share/debconf/confmodule
|
||||
db_purge
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
10
debian/control
vendored
10
debian/control
vendored
@ -29,13 +29,3 @@ Description: POSIX-compliant shell
|
||||
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
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
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.
|
||||
|
||||
2
debian/dash.install
vendored
2
debian/dash.install
vendored
@ -1,3 +1 @@
|
||||
/usr/bin/dash /bin
|
||||
/usr/share
|
||||
debian/shells.d/dash /usr/share/debianutils/shells.d
|
||||
|
||||
5
debian/rules
vendored
5
debian/rules
vendored
@ -30,4 +30,9 @@ override_dh_auto_configure:
|
||||
--disable-lineno \
|
||||
--disable-glob
|
||||
|
||||
execute_after_dh_auto_install:
|
||||
mkdir -p debian/dash/bin
|
||||
mv debian/*/usr/bin/dash debian/dash/bin
|
||||
rmdir debian/*/usr/bin
|
||||
|
||||
.PHONY: override_dh_auto_configure
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user