dotnet-installer/package_tool/example_config.json

39 lines
No EOL
933 B
JSON

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