~nskaggs/ubuntu-calendar-app/apparmor-symlinks

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "description": "A calendar for Ubuntu which syncs with online accounts",
    "framework": "ubuntu-sdk-14.04-qml-dev1",
    "hooks": {
        "@APP_NAME@": {
            "apparmor": "apparmor.json",
            "desktop": "@DESKTOP_FILE@",
            "urls": "@URLS_FILE@"
        }
    },
    "icon": "@ICON@",
    "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
    "name": "@PROJECT_NAME@",
    "title": "Calendar",
    "version": "0.4.@BZR_REVNO@",
    "x-source": {
        "vcs-bzr": "@BZR_SOURCE@", 
        "vcs-bzr-revno": "@BZR_REVNO@"
    },
	"x-test": {
		"autopilot": "@AUTOPILOT_DIR@"
	}
}