console-setup,netcfg: fix revision number on helper.

This commit is contained in:
Ark74 2022-12-18 18:10:44 -06:00
parent 2a55bce830
commit 5de7578c2b
2 changed files with 3 additions and 2 deletions

View file

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

View file

@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=2.4
VERSION=3
EXTERNAL='deb-src http://ftp.debian.org/debian stable main'
REPOKEY=648ACFD622F3D138
NETINST=true