From: Debian Julia Team Date: Thu, 12 Nov 2020 09:50:14 +0000 (+0000) Subject: do-not-download-statisticsjl X-Git-Tag: archive/raspbian/1.5.3+dfsg-2+rpi1~1^2~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=091214b36415da823faff07adc3782795eed2733;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))))