~townsend/libertine-scope/fix-apparmor-spam

1 by Stephen M. Webb
initial checkin
1
{
2
    "architecture": "@CLICK_ARCH@",
3
    "description": "A Unity scope that surfaces Legacy apps from a Libertine container",
4
    "framework": "ubuntu-sdk-15.04.3",
5
    "hooks": {
6
        "libertine-scope": {
38.1.1 by Chris Townsend
Use the ubuntu package namespace as canonical is used for special 3rd party click packages.
7
            "apparmor": "@SCOPE_NAME@.apparmor",
8
            "scope": "@SCOPE_NAME@"
1 by Stephen M. Webb
initial checkin
9
        }
10
    },
38.1.1 by Chris Townsend
Use the ubuntu package namespace as canonical is used for special 3rd party click packages.
11
    "maintainer": "Ubuntu Libertine Team <libertine-team@lists.launchpad.net>",
12
    "name": "@PACKAGE_NAME@",
51.1.1 by Chris Townsend
Rename the scope to "Desktop Apps" per product management and design.
13
    "title": "Desktop Apps",
38.1.1 by Chris Townsend
Use the ubuntu package namespace as canonical is used for special 3rd party click packages.
14
    "version": "@PROJECT_VERSION@"
1 by Stephen M. Webb
initial checkin
15
}