Merge lp:~fboucault/camera-app/fix_framework_dep_1410 into lp:camera-app

Proposed by Florian Boucault
Status: Merged
Approved by: Bill Filler
Approved revision: 454
Merged at revision: 459
Proposed branch: lp:~fboucault/camera-app/fix_framework_dep_1410
Merge into: lp:camera-app
Diff against target: 18 lines (+2/-2)
1 file modified
manifest.json (+2/-2)
To merge this branch: bzr merge lp:~fboucault/camera-app/fix_framework_dep_1410
Reviewer Review Type Date Requested Status
Bill Filler (community) Approve
PS Jenkins bot continuous-integration Needs Fixing
Review via email: mp+244998@code.launchpad.net

Commit message

Depend on final release of 14.10 framework (ubuntu-sdk-14.10) instead of dev version (ubuntu-sdk-14.10-dev2)

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Bill Filler (bfiller) wrote :

approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'manifest.json'
2--- manifest.json 2014-07-31 18:41:17 +0000
3+++ manifest.json 2014-12-17 15:31:30 +0000
4@@ -1,6 +1,6 @@
5 {
6 "description": "An application to take pictures and videos with the device cameras",
7- "framework": "ubuntu-sdk-14.10-dev2",
8+ "framework": "ubuntu-sdk-14.10",
9 "architecture": "armhf",
10 "hooks": {
11 "camera": {
12@@ -21,4 +21,4 @@
13 "x-test": {
14 "autopilot": "@AUTOPILOT_DIR@"
15 }
16-}
17\ No newline at end of file
18+}

Subscribers

People subscribed via source and target branches