dotnet-installer/tools/DebianPackageTool/example_config.json

39 lines
933 B
JSON
Raw Normal View History

2015-10-15 23:16:58 +00:00
{
"maintainer_name":"Microsoft",
"maintainer_email": "optimus@service.microsoft.com",
2015-10-15 23:16:58 +00:00
"package_name": "Packagify_Test",
2015-10-15 23:16:58 +00:00
"short_description": "This is a test package",
"long_description": "This is a longer description of the test package",
"homepage": "http://testpackage.com",
2015-10-15 23:16:58 +00:00
"release":{
"package_version":"0.1",
"package_revision":"1",
"urgency" : "low",
"changelog_message" : "some stuff here"
2015-10-15 23:16:58 +00:00
},
"control": {
"priority":"standard",
"section":"devel",
"architecture":"all"
2015-10-15 23:16:58 +00:00
},
"copyright": "2015 Microsoft",
"license": {
"type": "some_license",
"full_text": "full license text here"
2015-10-15 23:16:58 +00:00
},
"debian_dependencies" : {
2015-10-15 23:16:58 +00:00
"package_name": {
"package_version" : "1.0.0"
2015-10-15 23:16:58 +00:00
}
},
2015-10-15 23:16:58 +00:00
"symlinks": {
"path_relative_to_package_root/test_exe.sh" : "usr/bin/test_exe.sh"
2015-10-15 23:16:58 +00:00
}
}