From 2ba643b802fbec749722a5e1cbed04185c6ff29d Mon Sep 17 00:00:00 2001 From: Timo Aaltonen Date: Mon, 10 Feb 2020 13:37:04 +0200 Subject: [PATCH] UBUNTU: [packaging] handle downloads from the librarian better When downloading from the librarian on a buildd (the common case) we cannot use https to obtain those files (we are only guarenteed access to the librarian on http from the DCs). Add a new downloader which understands this and fixed up downloads triggered via librariant +files redirects. Switch us from wget to curl for downloads under the hood so update the build-depends. BugLink: http://bugs.launchpad.net/bugs/1850958 Signed-off-by: Timo Aaltonen --- debian.oem/control.stub.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.oem/control.stub.in b/debian.oem/control.stub.in index 1fe049b31ffae..8edb1acc35e1a 100644 --- a/debian.oem/control.stub.in +++ b/debian.oem/control.stub.in @@ -35,7 +35,7 @@ Build-Depends: uuid-dev , libnuma-dev [amd64 arm64 ppc64el s390x] , dkms , - wget , + curl , lz4 [amd64 s390x] , Build-Depends-Indep: xmlto ,