From b6de3990bbb36b670c88c6d4f5edcd2d6ce142e3 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Tue, 17 Sep 2024 15:22:58 +1000 Subject: [PATCH] removed debugging output --- build-installer-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-installer-functions.sh b/build-installer-functions.sh index e94270e..53c6081 100644 --- a/build-installer-functions.sh +++ b/build-installer-functions.sh @@ -22,7 +22,7 @@ deb_url_map() { # mappings package=provides. The provides part is one or more comma # separated packae names without spaces deb_provider_map() { - sed '/Package:/{s/[^ ]* //;h;d};/Provides:/!d;s/[^ ]* /=/;H;x;s/\n//;s/ *//g;s/([^)]*)//g' $@ | tee deb_provider_map.log + sed '/Package:/{s/[^ ]* //;h;d};/Provides:/!d;s/[^ ]* /=/;H;x;s/\n//;s/ *//g;s/([^)]*)//g' $@ } # check_depends() "resolves" an alternative dependency (presented as -- 2.39.2