From: Davis Goodin Date: Fri, 19 Apr 2019 18:39:16 +0000 (-0500) Subject: Create dotnet-runtime-deps for Ubuntu 19.04 (dotnet/core-setup#5897) X-Git-Tag: submit/tizen/20210909.063632~11032^2~242 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6fd9edb1310dd8a1e7d177bd7f82c6952c00e00;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Create dotnet-runtime-deps for Ubuntu 19.04 (dotnet/core-setup#5897) Commit migrated from https://github.com/dotnet/core-setup/commit/03e6fda1ab2ddb7317f735bc68cdd739f0865d9a --- diff --git a/eng/pipelines/installer/azure-pipelines.yml b/eng/pipelines/installer/azure-pipelines.yml index 74f08c3..9b6e90a 100644 --- a/eng/pipelines/installer/azure-pipelines.yml +++ b/eng/pipelines/installer/azure-pipelines.yml @@ -153,6 +153,7 @@ jobs: - debian.9 - ubuntu.16.04 - ubuntu.18.04 + - ubuntu.19.04 - image: mcr.microsoft.com/dotnet-buildtools/prereqs:rhel-7-rpmpkg-c982313-20174116044113 imageRid: rhel.7 rids: diff --git a/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.19.04-x64.json b/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.19.04-x64.json new file mode 100644 index 0000000..27795bd --- /dev/null +++ b/src/installer/pkg/packaging/deb/dotnet-runtime-deps-debian_config_ubuntu.19.04-x64.json @@ -0,0 +1,45 @@ +{ + "maintainer_name":".NET Core Team", + "maintainer_email": "dotnetpackages@dotnetfoundation.org", + + "package_name": "%RUNTIME_DEPS_DEBIAN_PACKAGE_NAME%", + "install_root": "/usr/share/dotnet", + + "short_description": "%RUNTIME_DEPS_DEBIAN_PACKAGE_NAME% %RUNTIME_DEPS_VERSION%", + "long_description": ".NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. This package installs all the system dependencies for .NET Core Runtime.", + "homepage": "https://dot.net/core", + + "release":{ + "package_version":"1.0.0.0", + "package_revision":"%RUNTIME_DEPS_REVISION%", + "urgency" : "low", + "changelog_message" : "https://github.com/dotnet/core/tree/master/release-notes" + }, + + "control": { + "priority":"standard", + "section":"libs", + "architecture":"amd64" + }, + + "copyright": "2018 Microsoft", + "license": { + "type": "MIT and ASL 2.0 and BSD", + "full_text": "Copyright (c) 2018 Microsoft\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE." + }, + + "debian_dependencies":{ + "libc6":{}, + "libgcc1":{}, + "libgssapi-krb5-2":{}, + "libstdc++6":{}, + "zlib1g":{}, + "libssl1.1" : {}, + "libicu63": {} + }, + + "debian_ignored_dependencies" : [ + "liblldb-3.5", + "liblldb-3.6" + ] +} diff --git a/src/installer/publish/dir.props b/src/installer/publish/dir.props index 1f8d8e7..269b5e6 100644 --- a/src/installer/publish/dir.props +++ b/src/installer/publish/dir.props @@ -48,6 +48,7 @@ +