From e665bab27383cc90da9264e538646f7e64fb33a3 Mon Sep 17 00:00:00 2001 From: Debian Julia Team Date: Tue, 31 Dec 2019 08:30:40 +0000 Subject: [PATCH] Prevent upstream build system from downloading Pkg.jl Forward: no need Gbp-Pq: Name do-not-download-pkgjl.patch --- stdlib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stdlib/Makefile b/stdlib/Makefile index a08a672..0d202a0 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -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)))) -- 2.30.2