~unity-api-team/camera-app/infographics-translations

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "description": "An application to take pictures and videos with the device cameras",
    "framework": "ubuntu-sdk-14.10",
    "architecture": "armhf",
    "hooks": {
        "camera": {
            "apparmor": "camera-apparmor.json",
            "desktop": "@DESKTOP_FILE@",
            "content-hub": "camera-contenthub.json"
        }
    },
    "icon": "@CAMERA_ICON@",
    "maintainer": "Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>",
    "name": "com.ubuntu.camera",
    "title": "Camera",
    "version": "3.0.0.@BZR_REVNO@",
    "x-source": {
        "vcs-bzr": "@BZR_SOURCE@",
        "vcs-bzr-revno": "@BZR_REVNO@"
    },
    "x-test": {
        "autopilot": {
            "autopilot_module": "@AUTOPILOT_DIR@",
            "depends": ["python3-wand", "python3-mediainfodll"]
        }
    }
}