console-setup: test 20console-setup fix on templates of keyb-conf script line.

This commit is contained in:
Luis Guzmán 2022-12-17 21:04:00 +00:00
parent 781894728e
commit 6cedfc82ab
2 changed files with 22 additions and 1 deletions

View file

@ -24,7 +24,7 @@
# or fetch such packages from Debian in order to build the required udeb packages.
##
VERSION=5
VERSION=5.1
NETINST=true
. ./config
@ -34,5 +34,7 @@ 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
patch -p2 < $DATA/modify_20console-setup.patch
changelog "Rebuild upstream to get udeb dependency for debian-installer. Default to UTF-8"
compile