Merge lp:~mvo/click/lp1456328-15.10-devlibs into lp:click/devel

Proposed by Michael Vogt
Status: Merged
Approved by: Michael Vogt
Approved revision: 573
Merged at revision: 574
Proposed branch: lp:~mvo/click/lp1456328-15.10-devlibs
Merge into: lp:click/devel
Diff against target: 53 lines (+17/-6)
1 file modified
click/chroot.py (+17/-6)
To merge this branch: bzr merge lp:~mvo/click/lp1456328-15.10-devlibs
Reviewer Review Type Date Requested Status
Colin Watson Approve
Review via email: mp+263326@code.launchpad.net

Description of the change

This branch adds a ubuntu-sdk-15.10-dev1 framework, see #1456328 for more details.

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'click/chroot.py'
2--- click/chroot.py 2015-05-01 07:23:33 +0000
3+++ click/chroot.py 2015-06-30 08:16:53 +0000
4@@ -1,6 +1,7 @@
5 # Copyright (C) 2013 Canonical Ltd.
6 # Authors: Colin Watson <cjwatson@ubuntu.com>,
7 # Brian Murray <brian@ubuntu.com>
8+# Michael Vogt <mvo@ubuntu.com>
9 #
10 # This program is free software: you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by
12@@ -53,8 +54,10 @@
13 "ubuntu-sdk-15.04-html": "ubuntu-sdk-15.04",
14 "ubuntu-sdk-15.04-papi": "ubuntu-sdk-15.04",
15 "ubuntu-sdk-15.04-qml": "ubuntu-sdk-15.04",
16- # core
17- "ubuntu-core-15.04-dev1": "ubuntu-core-15.04",
18+ # 15.10
19+ "ubuntu-sdk-15.10-html-dev1": "ubuntu-sdk-15.10-dev1",
20+ "ubuntu-sdk-15.10-papi-dev1": "ubuntu-sdk-15.10-dev1",
21+ "ubuntu-sdk-15.10-qml-dev1": "ubuntu-sdk-15.10-dev1",
22 }
23
24
25@@ -63,7 +66,7 @@
26 "ubuntu-sdk-14.04": "trusty",
27 "ubuntu-sdk-14.10": "utopic",
28 "ubuntu-sdk-15.04": "vivid",
29- "ubuntu-core-15.04": "vivid",
30+ "ubuntu-sdk-15.10": "wily",
31 }
32
33
34@@ -182,9 +185,17 @@
35 # oxideqt-codecs/oxidec-codecs-extras is sorted
36 "oxideqt-codecs-extra",
37 ],
38- "ubuntu-core-15.04-dev1": [
39- "ubuntu-core-libs:{TARGET}",
40- "ubuntu-core-libs-dev:{TARGET}",
41+ "ubuntu-sdk-15.10-dev1": [
42+ # the sdk libs
43+ "ubuntu-sdk-libs:{TARGET}",
44+ "ubuntu-sdk-libs-dev:{TARGET}",
45+ # the native build tools
46+ "ubuntu-sdk-libs-tools",
47+ # FIXME: see
48+ # http://pad.lv/~mvo/oxide/crossbuild-friendly/+merge/234093
49+ # we help the apt resolver here until the
50+ # oxideqt-codecs/oxidec-codecs-extras is sorted
51+ "oxideqt-codecs-extra",
52 ],
53 }
54

Subscribers

People subscribed via source and target branches

to all changes: