From: Debian Julia Team Date: Wed, 4 Nov 2020 07:56:54 +0000 (+0000) Subject: do-not-download-statisticsjl X-Git-Tag: archive/raspbian/1.5.3+dfsg-1+rpi1~3^2~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=989ea706d34c4ee35d8b26bc6440a543222e40a2;p=julia.git do-not-download-statisticsjl Gbp-Pq: Name do-not-download-statisticsjl.patch --- diff --git a/stdlib/Makefile b/stdlib/Makefile index 719a4ec..4ff1bae 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -22,7 +22,7 @@ STDLIBS_EXT = Pkg Statistics PKG_GIT_URL := git://github.com/JuliaLang/Pkg.jl.git 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 +STATISTICS_TAR_URL = file://$(CURDIR)/../debian/embedded/$1 $(foreach module, $(STDLIBS_EXT), $(eval $(call stdlib-external,$(module),$(shell echo $(module) | tr a-z A-Z))))