armbian-config-deb: add missing deps

armbian-config uses debconf-apt-progress which is part of debconf.

libtext-iconv-perl is needed to prevent the following error, when
uninstalling a package through debconf-apt-progress:

Can't locate object method "new" via package "Text::Iconv" (perhaps you forgot to load "Text::Iconv"?) at /usr/share/perl5/Debconf/Encoding.pm line 65, <GEN2> line 2.
dpkg: error processing package nfs-common (--configure):
This commit is contained in:
Dimitry Ishenko 2024-12-10 22:10:19 -05:00 committed by Igor
parent 40f8fa104b
commit 6d63fbd928

View File

@ -47,7 +47,7 @@ compile_armbian-config() {
Version: ${artifact_version}
Architecture: all
Maintainer: $MAINTAINER <$MAINTAINERMAIL>
Depends: iproute2, jq, procps, sudo, systemd, whiptail
Depends: debconf, iproute2, jq, libtext-iconv-perl, procps, sudo, systemd, whiptail
Section: utils
Priority: optional
Description: Armbian configuration utility - The new generation