I tested 2.7.1-0ubuntu7~saucy1~test3, but it is not correct. The
changelog mentions the security manifest file, but it is actually the
manifest file that needs to not have underscores.
Eg, I created a project called 'test_cordova' and the following manifest was
generated:
{
"description": "description of test_cordova",
"framework": "ubuntu-sdk-13.10",
"hooks": {
"test_cordova": {
"apparmor": "test-cordova.json",
"desktop": "test_cordova.desktop"
}
},
"maintainer": "Jamie Strandboge <[email protected]>",
"name": "com.ubuntu.developer.jdstrand.test_cordova",
"title": "test_cordova",
"version": "0.1"
}
This is what needs to be changed:
{
...
"hooks": {
"test-cordova": {
...
}
},
...
"name": "com.ubuntu.developer.jdstrand.test-cordova",
...
"version": "0.1"
}
Note, while version in this case is fine (there are no underscores),
version also must not contain underscores.
--
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qtcreator in Ubuntu.
https://bugs.launchpad.net/bugs/1215133
Title:
click manifest name should not contain underscores
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator/+bug/1215133/+subscriptions
--
kubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs