From: Debian Julia Team Date: Tue, 22 Jan 2019 20:19:55 +0000 (+0000) Subject: do-not-download-pkgjl X-Git-Tag: archive/raspbian/1.0.4+dfsg-1+rpi1~1^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f81c67307227e99fdfe8a7e00016dca48d1a2397;p=julia.git do-not-download-pkgjl =================================================================== Gbp-Pq: Name do-not-download-pkgjl.patch --- diff --git a/stdlib/Makefile b/stdlib/Makefile index 85c2a25..8109220 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -22,7 +22,7 @@ STDLIBS-EXT = Pkg # Download and extract 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 $(eval $(call git-external,Pkg,PKG,,,$(BUILDDIR))) $(BUILDDIR)/$(PKG_SRC_DIR)/build-compiled: $(BUILDDIR)/$(PKG_SRC_DIR)/source-extracted @# no build steps