Merge lp:~cjwatson/gallery-app/framework-14.10-dev2 into lp:gallery-app

Proposed by Colin Watson
Status: Superseded
Proposed branch: lp:~cjwatson/gallery-app/framework-14.10-dev2
Merge into: lp:gallery-app
Diff against target: 12 lines (+1/-1)
1 file modified
click/manifest.json.in (+1/-1)
To merge this branch: bzr merge lp:~cjwatson/gallery-app/framework-14.10-dev2
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Olivier Tilloy Approve
Review via email: mp+228273@code.launchpad.net

This proposal has been superseded by a proposal from 2014-07-25.

Commit message

Update click framework to ubuntu-sdk-14.10-dev2.

Description of the change

The most recent gallery-app upload to the store was rejected due to using a deprecated framework. David Planella tells me that the community core apps are using ubuntu-sdk-14.10-dev2 at the moment, so let's update to that.

To post a comment you must log in.
Revision history for this message
Olivier Tilloy (osomon) wrote :

The change looks good to me.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
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 :

Did some investigating, and the problem is the click won't launch because we need to bump the security version to 1.2 as this is required for the ubuntu-sdk-14.10-dev2 framework. I'll fix and resubmit MR

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'click/manifest.json.in'
2--- click/manifest.json.in 2014-05-07 14:50:40 +0000
3+++ click/manifest.json.in 2014-07-25 10:47:16 +0000
4@@ -1,7 +1,7 @@
5 {
6 "description":
7 "Gallery application for your photo collection",
8- "framework": "ubuntu-sdk-14.04-dev1",
9+ "framework": "ubuntu-sdk-14.10-dev2",
10 "architecture": "armhf",
11 "hooks": {
12 "gallery": {

Subscribers

People subscribed via source and target branches