From 6d63fbd9289be4738d1ace0425b032d6495fa072 Mon Sep 17 00:00:00 2001 From: Dimitry Ishenko Date: Tue, 10 Dec 2024 22:10:19 -0500 Subject: [PATCH] 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, line 2. dpkg: error processing package nfs-common (--configure): --- lib/functions/compilation/packages/armbian-config-deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions/compilation/packages/armbian-config-deb.sh b/lib/functions/compilation/packages/armbian-config-deb.sh index 6f3f80f0e8..e932293cb6 100644 --- a/lib/functions/compilation/packages/armbian-config-deb.sh +++ b/lib/functions/compilation/packages/armbian-config-deb.sh @@ -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