35 lines
2.9 KiB
JSON
35 lines
2.9 KiB
JSON
{
|
|
"maintainer_name":"Microsoft",
|
|
"maintainer_email": "dotnetcore@microsoft.com",
|
|
|
|
"package_name": "dotnet-sdk-%SDK_NUGET_VERSION%",
|
|
"install_root": "/usr/share/dotnet",
|
|
|
|
"short_description": "%CLI_SDK_BRAND_NAME%",
|
|
"long_description": ".NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/core). We happily accept issues and PRs.",
|
|
"homepage": "https://dotnet.github.io/core",
|
|
|
|
"release":{
|
|
"package_version":"0.0.0.0",
|
|
"package_revision":"1",
|
|
"urgency" : "low",
|
|
"changelog_message" : "Bootstrap loop package"
|
|
},
|
|
|
|
"control": {
|
|
"priority":"standard",
|
|
"section":"devel",
|
|
"architecture":"any"
|
|
},
|
|
|
|
"copyright": "2015 Microsoft",
|
|
"license": {
|
|
"type": "MIT",
|
|
"full_text": "Copyright (c) 2015 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":{
|
|
"%SHARED_FRAMEWORK_DEBIAN_PACKAGE_NAME%" : { "package_version": "%SHARED_FRAMEWORK_DEBIAN_PACKAGE_VERSIONS%" }%SHARED_FRAMEWORK_DEBIAN_PACKAGE_ADDITIONAL_DEPENDENCY%,
|
|
"%ASPNETCORE_SHAREDFX_DEBIAN_PACKAGE_NAME%": { "package_version": "%ASPNETCORE_SHAREDFX_DEBIAN_PACKAGE_VERSION%" }
|
|
}
|
|
}
|