~gcollura/ubuntu-weather-app/fix-1297463

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "architecture": "all",
    "description": "A weather forecast application for Ubuntu with support for multiple online weather data sources",
    "framework": "ubuntu-sdk-14.10-qml-dev3",
    "hooks": {
        "weather": {
            "apparmor": "weather.apparmor",
            "desktop": "@DESKTOP_FILE@"
        }
    },
    "icon": "@ICON@",
    "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
    "name": "@PROJECT_NAME@",
    "title": "Weather",
    "version": "1.1.@BZR_REVNO@",
    "x-source": {
        "vcs-bzr": "@BZR_SOURCE@",
        "vcs-bzr-revno": "@BZR_REVNO@"
    },
    "x-test": {
        "autopilot": "@AUTOPILOT_DIR@"
    }
}