console-setup: re-apply dependency removal from ubuntu.

This commit is contained in:
Ark74 2022-12-07 14:18:31 -06:00
parent 98b56ce238
commit ce1b76ac0b

View file

@ -24,12 +24,15 @@
# or fetch such packages from Debian in order to build the required udeb packages. # or fetch such packages from Debian in order to build the required udeb packages.
## ##
VERSION=4 VERSION=5
NETINST=true NETINST=true
. ./config . ./config
# Default to UTF-8 # Default to UTF-8
sed 's/CHARMAP=ISO-8859-15/CHARMAP=UTF-8/' -i debian/console-setup.config sed 's/CHARMAP=ISO-8859-15/CHARMAP=UTF-8/' -i debian/console-setup.config
#Remove ubuntu's dependency.
sed -i "s|cdebconf-newt-detect-keys, ||" debian/control
changelog "Rebuild upstream to get udeb dependency for debian-installer. Default to UTF-8" changelog "Rebuild upstream to get udeb dependency for debian-installer. Default to UTF-8"
compile compile