projects
/
julia.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e55d31d
)
do-not-download-statisticsjl
author
Debian Julia Team
<pkg-julia-devel@lists.alioth.debian.org>
Sun, 25 Oct 2020 14:04:33 +0000
(14:04 +0000)
committer
Norbert Preining
<norbert@preining.info>
Sun, 25 Oct 2020 14:04:33 +0000
(14:04 +0000)
Gbp-Pq: Name do-not-download-statisticsjl.patch
stdlib/Makefile
patch
|
blob
|
history
diff --git
a/stdlib/Makefile
b/stdlib/Makefile
index 719a4ece449d5495a2e3836deff4895e00b49949..4ff1bae87ffab06f1ecb7404bb6d4fcc9173134f 100644
(file)
--- 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))))