Welcome to mirror list, hosted at ThFree Co, Russian Federation.

store_debian_config.json « packaging « tools « build - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 70dffe42a9aef8a932d34a799a805fd3cdb42aff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
    "maintainer_name": "Microsoft",
    "maintainer_email": "nugetaspnet@microsoft.com",

    "package_name": "aspnetcore-store",
    "install_root": "/usr/share/dotnet",

    "short_description": "Microsoft ASP.NET Core DEB_VERSION Runtime Package Store",
    "long_description": "Runtime package store for Microsoft ASP.NET Core. 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/aspnet/home). We happily accept issues and PRs.",
    "homepage": "https://www.asp.net/",

    "release":{
        "package_version":"0.0.0.0",
        "package_revision":"1",
        "urgency" : "low",
        "changelog_message" : ""
    },

    "control": {
        "priority":"standard",
        "section":"devel",
        "architecture":"any"
    },

    "copyright": "Microsoft",
    "license": {
        "type": "Apache-2.0",
        "full_text": "Copyright (c) .NET Foundation. All rights reserved.\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use\nthese files except in compliance with the License. You may obtain a copy of the\nLicense at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed\nunder the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR\nCONDITIONS OF ANY KIND, either express or implied. See the License for the\nspecific language governing permissions and limitations under the License."
    },

    "debian_dependencies": {
        "aspnetcore-store-2.0.0": {}
    }
}