From e927ed02a868ebf2bcdfefa94591b2d7a84fd303 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 9 Nov 2020 14:37:33 +0100 Subject: [PATCH] provision-apt-get-install: fix gpg from stretch-backports-sloppy !822 The gpg dependencies are complicated. The previous setup was always failing with: The following information may help to resolve the situation: The following packages have unmet dependencies: gpg : Depends: gpgconf (= 2.2.20-1~bpo9+1) Depends: libassuan0 (>= 2.5.0) but 2.4.3-2 is to be installed Depends: libgpg-error0 (>= 1.35) but 1.26-2 is to be installed Thanks to @izzysoft to spotting this. --- buildserver/provision-apt-get-install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildserver/provision-apt-get-install b/buildserver/provision-apt-get-install index 14540571..7619a314 100644 --- a/buildserver/provision-apt-get-install +++ b/buildserver/provision-apt-get-install @@ -73,6 +73,9 @@ packages=" git-svn gperf gpg/stretch-backports-sloppy + gpgconf/stretch-backports-sloppy + libassuan0/stretch-backports + libgpg-error0/stretch-backports javacc libarchive-zip-perl libexpat1-dev