Merge lp:click/devel into lp:click

Proposed by Michael Vogt
Status: Merged
Approved by: Michael Vogt
Approved revision: 577
Merged at revision: 460
Proposed branch: lp:click/devel
Merge into: lp:click
Diff against target: 97 lines (+28/-8)
5 files modified
.bzr-builddeb/default.conf (+2/-0)
click/chroot.py (+17/-6)
debian/changelog (+8/-0)
debian/control (+0/-1)
debian/source/format (+1/-1)
To merge this branch: bzr merge lp:click/devel
Reviewer Review Type Date Requested Status
click hackers Pending
Review via email: mp+263621@code.launchpad.net

Description of the change

Add ubuntu-sdk-15.10-{,papi,qml.html}-dev1 sdk into the chroot.

To post a comment you must log in.
lp:click/devel updated
575. By Michael Vogt

debian/control: drop X-Auto-Uploader: no-rewrite-version

576. By Michael Vogt

debian/source/format: move to 3.0 (quilt)

577. By Michael Vogt

.bzr-builddeb/default.conf: use split = true

Revision history for this message
Robert Bruce Park (robru) wrote :

Silo 45 (which has this MP) has been approved by QA, but I need this MP top-approved before i can publish:

https://ci-train.ubuntu.com/job/ubuntu-landing-045-2-publish/3/console

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory '.bzr-builddeb'
2=== added file '.bzr-builddeb/default.conf'
3--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
4+++ .bzr-builddeb/default.conf 2015-07-02 11:43:00 +0000
5@@ -0,0 +1,2 @@
6+[BUILDDEB]
7+split = True
8
9=== modified file 'click/chroot.py'
10--- click/chroot.py 2015-05-01 07:23:33 +0000
11+++ click/chroot.py 2015-07-02 11:43:00 +0000
12@@ -1,6 +1,7 @@
13 # Copyright (C) 2013 Canonical Ltd.
14 # Authors: Colin Watson <cjwatson@ubuntu.com>,
15 # Brian Murray <brian@ubuntu.com>
16+# Michael Vogt <mvo@ubuntu.com>
17 #
18 # This program is free software: you can redistribute it and/or modify
19 # it under the terms of the GNU General Public License as published by
20@@ -53,8 +54,10 @@
21 "ubuntu-sdk-15.04-html": "ubuntu-sdk-15.04",
22 "ubuntu-sdk-15.04-papi": "ubuntu-sdk-15.04",
23 "ubuntu-sdk-15.04-qml": "ubuntu-sdk-15.04",
24- # core
25- "ubuntu-core-15.04-dev1": "ubuntu-core-15.04",
26+ # 15.10
27+ "ubuntu-sdk-15.10-html-dev1": "ubuntu-sdk-15.10-dev1",
28+ "ubuntu-sdk-15.10-papi-dev1": "ubuntu-sdk-15.10-dev1",
29+ "ubuntu-sdk-15.10-qml-dev1": "ubuntu-sdk-15.10-dev1",
30 }
31
32
33@@ -63,7 +66,7 @@
34 "ubuntu-sdk-14.04": "trusty",
35 "ubuntu-sdk-14.10": "utopic",
36 "ubuntu-sdk-15.04": "vivid",
37- "ubuntu-core-15.04": "vivid",
38+ "ubuntu-sdk-15.10": "wily",
39 }
40
41
42@@ -182,9 +185,17 @@
43 # oxideqt-codecs/oxidec-codecs-extras is sorted
44 "oxideqt-codecs-extra",
45 ],
46- "ubuntu-core-15.04-dev1": [
47- "ubuntu-core-libs:{TARGET}",
48- "ubuntu-core-libs-dev:{TARGET}",
49+ "ubuntu-sdk-15.10-dev1": [
50+ # the sdk libs
51+ "ubuntu-sdk-libs:{TARGET}",
52+ "ubuntu-sdk-libs-dev:{TARGET}",
53+ # the native build tools
54+ "ubuntu-sdk-libs-tools",
55+ # FIXME: see
56+ # http://pad.lv/~mvo/oxide/crossbuild-friendly/+merge/234093
57+ # we help the apt resolver here until the
58+ # oxideqt-codecs/oxidec-codecs-extras is sorted
59+ "oxideqt-codecs-extra",
60 ],
61 }
62
63
64=== modified file 'debian/changelog'
65--- debian/changelog 2015-05-07 14:47:11 +0000
66+++ debian/changelog 2015-07-02 11:43:00 +0000
67@@ -1,3 +1,11 @@
68+click (0.4.39.1-0ubuntu1) UNRELEASED; urgency=medium
69+
70+ * lp:~mvo/click/lp1456328-15.10-devlibs:
71+ - add ubuntu-sdk-15.10-dev1
72+ - remove ubuntu-core-15.04-dev1
73+
74+ -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 02 Jul 2015 09:05:10 +0200
75+
76 click (0.4.39) vivid; urgency=low
77
78 [ Marco Trevisan (TreviƱo) ]
79
80=== modified file 'debian/control'
81--- debian/control 2014-10-10 07:10:23 +0000
82+++ debian/control 2015-07-02 11:43:00 +0000
83@@ -6,7 +6,6 @@
84 Build-Depends: debhelper (>= 9~), dh-autoreconf, intltool, python3:any (>= 3.2), python3-all:any, python3-setuptools, python3-apt, python3-debian, python3-gi, python3:any (>= 3.3) | python3-mock, pep8, python3-pep8, pyflakes, python3-sphinx, pkg-config, valac, gobject-introspection (>= 0.6.7), libgirepository1.0-dev (>= 0.6.7), libglib2.0-dev (>= 2.34), gir1.2-glib-2.0, libjson-glib-dev (>= 0.10), libgee-0.8-dev, libpackagekit-glib2-dev (>= 0.7.2), python3-coverage, python3-six, dh-systemd (>= 1.3)
85 Vcs-Bzr: https://code.launchpad.net/~ubuntu-managed-branches/click/click
86 Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-managed-branches/click/click/files
87-X-Auto-Uploader: no-rewrite-version
88 X-Python-Version: >= 2.7
89 X-Python3-Version: >= 3.2
90 XS-Testsuite: autopkgtest
91
92=== modified file 'debian/source/format'
93--- debian/source/format 2013-04-10 15:55:06 +0000
94+++ debian/source/format 2015-07-02 11:43:00 +0000
95@@ -1,1 +1,1 @@
96-3.0 (native)
97+3.0 (quilt)

Subscribers

People subscribed via source and target branches

to all changes: