From: Debian Julia Team Date: Wed, 4 Nov 2020 07:56:54 +0000 (+0000) Subject: Prevent upstream build system from downloading Pkg.jl X-Git-Tag: archive/raspbian/1.5.3+dfsg-1+rpi1~3^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=014b6eeeedd03673b720faeb7741f5c42b3bf0b0;p=julia.git Prevent upstream build system from downloading Pkg.jl Forward: no need Gbp-Pq: Name do-not-download-pkgjl.patch --- diff --git a/stdlib/Makefile b/stdlib/Makefile index d6bcfeb..719a4ec 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -20,7 +20,7 @@ STDLIBS = Base64 CRC32c Dates DelimitedFiles Distributed FileWatching \ SharedArrays Sockets SparseArrays SuiteSparse Test Unicode UUIDs STDLIBS_EXT = Pkg Statistics PKG_GIT_URL := git://github.com/JuliaLang/Pkg.jl.git -PKG_TAR_URL = https://api.github.com/repos/JuliaLang/Pkg.jl/tarball/$1 +PKG_TAR_URL = file://$(CURDIR)/../debian/embedded/$1 STATISTICS_GIT_URL := git://github.com/JuliaLang/Statistics.jl.git STATISTICS_TAR_URL = https://api.github.com/repos/JuliaLang/Statistics.jl/tarball/$1