From eba19b66da63473857ccb546c3a4519a7272645a Mon Sep 17 00:00:00 2001 From: Bryan Thornbury Date: Wed, 2 Dec 2015 18:30:23 -0800 Subject: [PATCH] Add libcurl3 to debian dependencies The debian package build usually detects dependencies of executables packaged inside, and adds those as dependencies of the package accordingly. It doesn't detect this for managed executables though, so libcurl3 needs to be added to support `dotnet restore` on Ubuntu. --- packaging/debian/debian_config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/debian/debian_config.json b/packaging/debian/debian_config.json index 2232856ef..1dd7303de 100644 --- a/packaging/debian/debian_config.json +++ b/packaging/debian/debian_config.json @@ -29,7 +29,8 @@ "debian_dependencies":{ "libssl-dev" : {}, - "clang-3.5" : {} + "clang-3.5" : {}, + "libcurl3" : {} }, "symlinks": {