From 4d092a3f045828606d439393bec96942b46fe379 Mon Sep 17 00:00:00 2001 From: Rakesh Singh Date: Mon, 22 Jan 2018 14:34:33 -0800 Subject: [PATCH] Update Changelog field for deb and rpm packages (dotnet/core-setup#3591) Commit migrated from https://github.com/dotnet/core-setup/commit/b64cb46124df1f7e64d7b7cde1034f693b270ceb --- src/installer/pkg/packaging/deb/dotnet-hostfxr-debian_config.json | 2 +- .../packaging/deb/dotnet-runtime-deps-debian_config_debian.8-x64.json | 2 +- .../packaging/deb/dotnet-runtime-deps-debian_config_debian.9-x64.json | 2 +- .../deb/dotnet-runtime-deps-debian_config_ubuntu.14.04-x64.json | 2 +- .../deb/dotnet-runtime-deps-debian_config_ubuntu.16.04-x64.json | 2 +- .../deb/dotnet-runtime-deps-debian_config_ubuntu.17.04-x64.json | 2 +- .../deb/dotnet-runtime-deps-debian_config_ubuntu.17.10-x64.json | 2 +- .../pkg/packaging/deb/dotnet-sharedframework-debian_config.json | 2 +- src/installer/pkg/packaging/deb/dotnet-sharedhost-debian_config.json | 2 +- src/installer/pkg/packaging/rpm/dotnet-hostfxr-rpm_config.json | 2 +- .../pkg/packaging/rpm/dotnet-sharedframework-opensuse-rpm_config.json | 2 +- src/installer/pkg/packaging/rpm/dotnet-sharedframework-rpm_config.json | 2 +- src/installer/pkg/packaging/rpm/dotnet-sharedhost-rpm_config.json | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/installer/pkg/packaging/deb/dotnet-hostfxr-debian_config.json b/src/installer/pkg/packaging/deb/dotnet-hostfxr-debian_config.json index e131a0d..77f620e 100644 --- a/src/installer/pkg/packaging/deb/dotnet-hostfxr-debian_config.json +++ b/src/installer/pkg/packaging/deb/dotnet-hostfxr-debian_config.json @@ -13,7 +13,7 @@ "package_version":"1.0.0.0", "package_revision":"1", "urgency" : "low", - "changelog_message" : "Versioned Hostfxr" + "changelog_message" : "https://github.com/dotnet/core/tree/master/release-notes" }, "control": { 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 dfd0433..02ca6f0 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 @@ -13,7 +13,7 @@ "package_version":"1.0.0.0", "package_revision":"1", "urgency" : "low", - "changelog_message" : "Dotnet Runtime dependencies package" + "changelog_message" : "https://github.com/dotnet/core/tree/master/release-notes" }, "control": { 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 1d2ed25..1f787a5 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 @@ -13,7 +13,7 @@ "package_version":"1.0.0.0", "package_revision":"1", "urgency" : "low", - "changelog_message" : "Dotnet Runtime dependencies package" + "changelog_message" : "https://github.com/dotnet/core/tree/master/release-notes" }, "control": { 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 dfd0433..02ca6f0 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 @@ -13,7 +13,7 @@ "package_version":"1.0.0.0", "package_revision":"1", "urgency" : "low", - "changelog_message" : "Dotnet Runtime dependencies package" + "changelog_message" : "https://github.com/dotnet/core/tree/master/release-notes" }, "control": { 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 00f73d1..793a01c 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 @@ -13,7 +13,7 @@ "package_version":"1.0.0.0", "package_revision":"1", "urgency" : "low", - "changelog_message" : "Dotnet Runtime dependencies package" + "changelog_message" : "https://github.com/dotnet/core/tree/master/release-notes" }, "control": { diff --git a/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.17.04-x64.json b/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.17.04-x64.json index 0dd6800..27fbc56 100644 --- a/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.17.04-x64.json +++ b/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.17.04-x64.json @@ -13,7 +13,7 @@ "package_version":"1.0.0.0", "package_revision":"1", "urgency" : "low", - "changelog_message" : "Dotnet Runtime dependencies package" + "changelog_message" : "https://github.com/dotnet/core/tree/master/release-notes" }, "control": { diff --git a/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.17.10-x64.json b/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.17.10-x64.json index 0dd6800..27fbc56 100644 --- a/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.17.10-x64.json +++ b/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.17.10-x64.json @@ -13,7 +13,7 @@ "package_version":"1.0.0.0", "package_revision":"1", "urgency" : "low", - "changelog_message" : "Dotnet Runtime dependencies package" + "changelog_message" : "https://github.com/dotnet/core/tree/master/release-notes" }, "control": { diff --git a/src/installer/pkg/packaging/deb/dotnet-sharedframework-debian_config.json b/src/installer/pkg/packaging/deb/dotnet-sharedframework-debian_config.json index 22e0ec3..46e4ea6 100644 --- a/src/installer/pkg/packaging/deb/dotnet-sharedframework-debian_config.json +++ b/src/installer/pkg/packaging/deb/dotnet-sharedframework-debian_config.json @@ -13,7 +13,7 @@ "package_version":"1.0.0.0", "package_revision":"1", "urgency" : "low", - "changelog_message" : "Initial shared framework." + "changelog_message" : "https://github.com/dotnet/core/tree/master/release-notes" }, "control": { diff --git a/src/installer/pkg/packaging/deb/dotnet-sharedhost-debian_config.json b/src/installer/pkg/packaging/deb/dotnet-sharedhost-debian_config.json index ca24265..923fe17 100644 --- a/src/installer/pkg/packaging/deb/dotnet-sharedhost-debian_config.json +++ b/src/installer/pkg/packaging/deb/dotnet-sharedhost-debian_config.json @@ -13,7 +13,7 @@ "package_version":"1.0.0.0", "package_revision":"1", "urgency" : "low", - "changelog_message" : "Initial shared host." + "changelog_message" : "https://github.com/dotnet/core/tree/master/release-notes" }, "control": { diff --git a/src/installer/pkg/packaging/rpm/dotnet-hostfxr-rpm_config.json b/src/installer/pkg/packaging/rpm/dotnet-hostfxr-rpm_config.json index f3ab742..ad69377 100644 --- a/src/installer/pkg/packaging/rpm/dotnet-hostfxr-rpm_config.json +++ b/src/installer/pkg/packaging/rpm/dotnet-hostfxr-rpm_config.json @@ -15,7 +15,7 @@ "package_version":"1.0.0.0", "package_revision":"1", "urgency" : "low", - "changelog_message" : "Versioned Hostfxr" + "changelog_message" : "https://github.com/dotnet/core/tree/master/release-notes" }, "control": { diff --git a/src/installer/pkg/packaging/rpm/dotnet-sharedframework-opensuse-rpm_config.json b/src/installer/pkg/packaging/rpm/dotnet-sharedframework-opensuse-rpm_config.json index 6f69a42..7bd0902 100644 --- a/src/installer/pkg/packaging/rpm/dotnet-sharedframework-opensuse-rpm_config.json +++ b/src/installer/pkg/packaging/rpm/dotnet-sharedframework-opensuse-rpm_config.json @@ -15,7 +15,7 @@ "package_version":"1.0.0.0", "package_revision":"1", "urgency" : "low", - "changelog_message" : "Initial shared framework." + "changelog_message" : "https://github.com/dotnet/core/tree/master/release-notes" }, "control": { diff --git a/src/installer/pkg/packaging/rpm/dotnet-sharedframework-rpm_config.json b/src/installer/pkg/packaging/rpm/dotnet-sharedframework-rpm_config.json index 677cdad..3a6a8e8 100644 --- a/src/installer/pkg/packaging/rpm/dotnet-sharedframework-rpm_config.json +++ b/src/installer/pkg/packaging/rpm/dotnet-sharedframework-rpm_config.json @@ -15,7 +15,7 @@ "package_version":"1.0.0.0", "package_revision":"1", "urgency" : "low", - "changelog_message" : "Initial shared framework." + "changelog_message" : "https://github.com/dotnet/core/tree/master/release-notes" }, "control": { diff --git a/src/installer/pkg/packaging/rpm/dotnet-sharedhost-rpm_config.json b/src/installer/pkg/packaging/rpm/dotnet-sharedhost-rpm_config.json index 333f53b..cfe050f 100644 --- a/src/installer/pkg/packaging/rpm/dotnet-sharedhost-rpm_config.json +++ b/src/installer/pkg/packaging/rpm/dotnet-sharedhost-rpm_config.json @@ -16,7 +16,7 @@ "package_version":"1.0.0.0", "package_revision":"1", "urgency" : "low", - "changelog_message" : "Initial shared host." + "changelog_message" : "https://github.com/dotnet/core/tree/master/release-notes" }, "control": { -- 2.7.4