From: Debian Julia Team Date: Tue, 21 Apr 2020 11:21:34 +0000 (+0100) Subject: do-not-download-statisticsjl X-Git-Tag: archive/raspbian/1.4.1+dfsg-1+rpi1~2^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1b1f548516b656bce3b005678f8f04b7d8473b06;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))))