From e659a5353dea91bf964585c68bf35a9314ec0656 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 25 Jun 2020 18:06:35 +0200 Subject: [PATCH] provision-apt-get-install: gpg needs to come from stretch-backports https://gitlab.com/eighthave/fdroiddata/-/jobs/611438997 Otherwise it fails to install: ``` 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 ``` * 7e8c244473d2a163a12719efd8ab55f6230acee9 * !769 --- buildserver/provision-apt-get-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildserver/provision-apt-get-install b/buildserver/provision-apt-get-install index d4481b32..89ed189f 100644 --- a/buildserver/provision-apt-get-install +++ b/buildserver/provision-apt-get-install @@ -71,7 +71,7 @@ packages=" git-core git-svn gperf - gpg + gpg/stretch-backports javacc libarchive-zip-perl libexpat1-dev