From 089a92b2f90dba22594f8f2a83e7d78a9dce3fa9 Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Wed, 16 Jan 2019 14:27:22 -0600 Subject: [PATCH] Remove LTTng runtime-deps dependency (dotnet/core-setup#4991) Commit migrated from https://github.com/dotnet/core-setup/commit/dff5cf2e2a010294308045a5b42454a8eee5d739 --- .../packaging/deb/dotnet-runtime-deps-debian_config_debian.8-x64.json | 1 - .../packaging/deb/dotnet-runtime-deps-debian_config_debian.9-x64.json | 1 - .../deb/dotnet-runtime-deps-debian_config_ubuntu.14.04-x64.json | 1 - .../deb/dotnet-runtime-deps-debian_config_ubuntu.16.04-x64.json | 1 - .../deb/dotnet-runtime-deps-debian_config_ubuntu.18.04-x64.json | 1 - 5 files changed, 5 deletions(-) diff --git a/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_debian.8-x64.json b/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_debian.8-x64.json index 6ace2e6..8f7c357 100644 --- a/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_debian.8-x64.json +++ b/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_debian.8-x64.json @@ -32,7 +32,6 @@ "libc6":{}, "libgcc1":{}, "libgssapi-krb5-2":{}, - "liblttng-ust0":{}, "libstdc++6":{}, "zlib1g":{}, "libssl1.0.0" : {}, diff --git a/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_debian.9-x64.json b/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_debian.9-x64.json index 506e13a..475bb4e 100644 --- a/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_debian.9-x64.json +++ b/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_debian.9-x64.json @@ -32,7 +32,6 @@ "libc6":{}, "libgcc1":{}, "libgssapi-krb5-2":{}, - "liblttng-ust0":{}, "libstdc++6":{}, "zlib1g":{}, "libssl1.0.2" : {}, diff --git a/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.14.04-x64.json b/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.14.04-x64.json index 6ace2e6..8f7c357 100644 --- a/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.14.04-x64.json +++ b/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.14.04-x64.json @@ -32,7 +32,6 @@ "libc6":{}, "libgcc1":{}, "libgssapi-krb5-2":{}, - "liblttng-ust0":{}, "libstdc++6":{}, "zlib1g":{}, "libssl1.0.0" : {}, diff --git a/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.16.04-x64.json b/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.16.04-x64.json index 23a1961..7a1822b 100644 --- a/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.16.04-x64.json +++ b/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.16.04-x64.json @@ -32,7 +32,6 @@ "libc6":{}, "libgcc1":{}, "libgssapi-krb5-2":{}, - "liblttng-ust0":{}, "libstdc++6":{}, "zlib1g":{}, "libssl1.0.0" : {}, diff --git a/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.18.04-x64.json b/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.18.04-x64.json index 3d20198..45946ff 100644 --- a/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.18.04-x64.json +++ b/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.18.04-x64.json @@ -32,7 +32,6 @@ "libc6":{}, "libgcc1":{}, "libgssapi-krb5-2":{}, - "liblttng-ust0":{}, "libstdc++6":{}, "zlib1g":{}, "libssl1.0.0" : {}, -- 2.7.4