do-not-download-statisticsjl
authorDebian Julia Team <pkg-julia-devel@lists.alioth.debian.org>
Thu, 24 Dec 2020 04:31:50 +0000 (04:31 +0000)
committerNorbert Preining <norbert@preining.info>
Thu, 24 Dec 2020 04:31:50 +0000 (04:31 +0000)
Gbp-Pq: Name do-not-download-statisticsjl.patch

stdlib/Makefile

index 719a4ece449d5495a2e3836deff4895e00b49949..4ff1bae87ffab06f1ecb7404bb6d4fcc9173134f 100644 (file)
@@ -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))))