From c7686cdff7c0f56dd4ce758cfa7bcd926242ef4c Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Fri, 4 Sep 2020 19:59:25 -0400 Subject: Set every dependency explicitly --- selfpublish.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/selfpublish.sh b/selfpublish.sh index 3a21a55..f12e8ff 100644 --- a/selfpublish.sh +++ b/selfpublish.sh @@ -44,14 +44,15 @@ dpkg_install() as_root tee -a /etc/apt/sources.list.d/buster-backports.list >/dev/null ;; esac - as_root $SHELL -c "set -$- +e; apt-get update; dpkg -i $*; apt-get -t buster-backports -f install selfpublish-dot-sh-deps+ apache2+ fortune+ curl+" + as_root $SHELL -c "set -$- +e; apt-get update; dpkg -i $*; apt-get -t buster-backports -f install selfpublish-dot-sh-deps+ apache2+ curl+ fortunes-min+ fortune-mod+" } control_file() { cat <= 2.4.46), libssl1.1 (>= 1.1.1d), fortune, curl +Depends: apache2 (>= 2.4.46), libssl1.1 (>= 1.1.1d), + fortune-mod, fortunes-min, curl Description: selfpublish.sh dependency package This package depends on the dependencies of the selfpublish.sh script, and is installed by that -- cgit v1.2.3