do-not-download-pkgjl
authorDebian Julia Team <pkg-julia-devel@lists.alioth.debian.org>
Sat, 14 Dec 2019 02:21:17 +0000 (02:21 +0000)
committerMo Zhou <cdluminate@gmail.com>
Sat, 14 Dec 2019 02:21:17 +0000 (02:21 +0000)
Gbp-Pq: Name do-not-download-pkgjl.patch

stdlib/Makefile

index a08a672b22422d4f0436067bf60d0c2c86f81bd2..0d202a095a7e3e24b6c5372264c0e3e015a76972 100644 (file)
@@ -20,7 +20,8 @@ STDLIBS = Base64 CRC32c Dates DelimitedFiles Distributed FileWatching \
           SharedArrays Sockets SparseArrays Statistics SuiteSparse Test Unicode UUIDs
 STDLIBS_EXT = Pkg
 PKG_GIT_URL := git://github.com/JuliaLang/Pkg.jl.git
-PKG_TAR_URL = https://api.github.com/repos/JuliaLang/Pkg.jl/tarball/$1
+PKG_TAR_URL = file://$(CURDIR)/../debian/embedded/$1
+
 
 $(foreach module, $(STDLIBS_EXT), $(eval $(call stdlib-external,$(module),$(shell echo $(module) | tr a-z A-Z))))