From 78a0b7560d404a8a1ca5885d23d24afa12c88528 Mon Sep 17 00:00:00 2001 From: John Beisner Date: Mon, 5 Jun 2017 10:48:12 -0700 Subject: [PATCH] Renaming "dotnet-dev" to "dotnet-sdk" for DEB targets. --- build/package/Installer.DEB.targets | 4 ++-- build/publish/PublishDebian.targets | 2 +- packaging/deb/dotnet-debian_config.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/package/Installer.DEB.targets b/build/package/Installer.DEB.targets index 8ca327338..c43a7efd4 100644 --- a/build/package/Installer.DEB.targets +++ b/build/package/Installer.DEB.targets @@ -3,7 +3,7 @@ - dotnet-dev-$(SdkVersion) + dotnet-sdk-$(SdkVersion) @@ -27,7 +27,7 @@ $(SdkVersion) - dotnet-dev-$(SdkDebianPackageVersion) + dotnet-sdk-$(SdkDebianPackageVersion) $(SharedFrameworkVersion) dotnet-runtime-$(SharedFxDebianPackageVersion) $(SharedFxDebianPackageName.ToLower()) diff --git a/build/publish/PublishDebian.targets b/build/publish/PublishDebian.targets index c920baf81..28a943529 100644 --- a/build/publish/PublishDebian.targets +++ b/build/publish/PublishDebian.targets @@ -1,7 +1,7 @@ - dotnet-dev-$(SdkVersion) + dotnet-sdk-$(SdkVersion) diff --git a/packaging/deb/dotnet-debian_config.json b/packaging/deb/dotnet-debian_config.json index 22e5beb77..86adb7537 100644 --- a/packaging/deb/dotnet-debian_config.json +++ b/packaging/deb/dotnet-debian_config.json @@ -2,7 +2,7 @@ "maintainer_name":"Microsoft", "maintainer_email": "dotnetcore@microsoft.com", - "package_name": "dotnet-dev-%SDK_NUGET_VERSION%", + "package_name": "dotnet-sdk-%SDK_NUGET_VERSION%", "install_root": "/usr/share/dotnet", "short_description": "%CLI_SDK_BRAND_NAME%",