Merge lp:~nskaggs/ubuntu-docviewer-app/manifest-tweaks into lp:ubuntu-docviewer-app/trunk

Proposed by Nicholas Skaggs
Status: Merged
Approved by: Nicholas Skaggs
Approved revision: 41
Merged at revision: 41
Proposed branch: lp:~nskaggs/ubuntu-docviewer-app/manifest-tweaks
Merge into: lp:ubuntu-docviewer-app/trunk
Diff against target: 32 lines (+12/-4)
1 file modified
manifest.json.in (+12/-4)
To merge this branch: bzr merge lp:~nskaggs/ubuntu-docviewer-app/manifest-tweaks
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Ubuntu Document Viewer Developers Pending
Review via email: mp+241329@code.launchpad.net

Commit message

fix manifest for builds

Description of the change

fix manifest for builds

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'manifest.json.in'
2--- manifest.json.in 2014-11-07 22:02:18 +0000
3+++ manifest.json.in 2014-11-10 21:15:20 +0000
4@@ -1,16 +1,24 @@
5 {
6+ "name": "com.ubuntu.docviewer",
7+ "title": "Document Viewer",
8 "description": "Document Viewer application for Ubuntu devices",
9 "framework": "ubuntu-sdk-14.10-qml-dev3",
10 "architecture": "@CLICK_ARCH@",
11+ "icon": "@ICON@",
12 "hooks": {
13 "docviewer": {
14 "apparmor": "docviewer.apparmor",
15 "desktop": "com.ubuntu.docviewer.desktop",
16- "content-hub": "docviewer-content.json"
17+ "content-hub": "docviewer-content.json"
18 }
19 },
20+ "version": "0.1.@BZR_REVNO@",
21 "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
22- "name": "com.ubuntu.docviewer",
23- "title": "Document viewer",
24- "version": "0.1.@BZR_REVNO@"
25+ "x-source": {
26+ "vcs-bzr": "@BZR_SOURCE@",
27+ "vcs-bzr-revno": "@BZR_REVNO@"
28+ },
29+ "x-test": {
30+ "autopilot": "@AUTOPILOT_DIR@"
31+ }
32 }

Subscribers

People subscribed via source and target branches