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
=== added directory '.bzr-builddeb'
=== added file '.bzr-builddeb/default.conf'
--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
+++ .bzr-builddeb/default.conf 2015-07-02 11:43:00 +0000
@@ -0,0 +1,2 @@
1[BUILDDEB]
2split = True
03
=== modified file 'click/chroot.py'
--- click/chroot.py 2015-05-01 07:23:33 +0000
+++ click/chroot.py 2015-07-02 11:43:00 +0000
@@ -1,6 +1,7 @@
1# Copyright (C) 2013 Canonical Ltd.1# Copyright (C) 2013 Canonical Ltd.
2# Authors: Colin Watson <cjwatson@ubuntu.com>,2# Authors: Colin Watson <cjwatson@ubuntu.com>,
3# Brian Murray <brian@ubuntu.com>3# Brian Murray <brian@ubuntu.com>
4# Michael Vogt <mvo@ubuntu.com>
4#5#
5# This program is free software: you can redistribute it and/or modify6# This program is free software: you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by7# it under the terms of the GNU General Public License as published by
@@ -53,8 +54,10 @@
53 "ubuntu-sdk-15.04-html": "ubuntu-sdk-15.04",54 "ubuntu-sdk-15.04-html": "ubuntu-sdk-15.04",
54 "ubuntu-sdk-15.04-papi": "ubuntu-sdk-15.04",55 "ubuntu-sdk-15.04-papi": "ubuntu-sdk-15.04",
55 "ubuntu-sdk-15.04-qml": "ubuntu-sdk-15.04",56 "ubuntu-sdk-15.04-qml": "ubuntu-sdk-15.04",
56 # core57 # 15.10
57 "ubuntu-core-15.04-dev1": "ubuntu-core-15.04",58 "ubuntu-sdk-15.10-html-dev1": "ubuntu-sdk-15.10-dev1",
59 "ubuntu-sdk-15.10-papi-dev1": "ubuntu-sdk-15.10-dev1",
60 "ubuntu-sdk-15.10-qml-dev1": "ubuntu-sdk-15.10-dev1",
58 }61 }
5962
6063
@@ -63,7 +66,7 @@
63 "ubuntu-sdk-14.04": "trusty",66 "ubuntu-sdk-14.04": "trusty",
64 "ubuntu-sdk-14.10": "utopic",67 "ubuntu-sdk-14.10": "utopic",
65 "ubuntu-sdk-15.04": "vivid",68 "ubuntu-sdk-15.04": "vivid",
66 "ubuntu-core-15.04": "vivid",69 "ubuntu-sdk-15.10": "wily",
67 }70 }
6871
6972
@@ -182,9 +185,17 @@
182 # oxideqt-codecs/oxidec-codecs-extras is sorted185 # oxideqt-codecs/oxidec-codecs-extras is sorted
183 "oxideqt-codecs-extra",186 "oxideqt-codecs-extra",
184 ],187 ],
185 "ubuntu-core-15.04-dev1": [188 "ubuntu-sdk-15.10-dev1": [
186 "ubuntu-core-libs:{TARGET}",189 # the sdk libs
187 "ubuntu-core-libs-dev:{TARGET}",190 "ubuntu-sdk-libs:{TARGET}",
191 "ubuntu-sdk-libs-dev:{TARGET}",
192 # the native build tools
193 "ubuntu-sdk-libs-tools",
194 # FIXME: see
195 # http://pad.lv/~mvo/oxide/crossbuild-friendly/+merge/234093
196 # we help the apt resolver here until the
197 # oxideqt-codecs/oxidec-codecs-extras is sorted
198 "oxideqt-codecs-extra",
188 ],199 ],
189 }200 }
190201
191202
=== modified file 'debian/changelog'
--- debian/changelog 2015-05-07 14:47:11 +0000
+++ debian/changelog 2015-07-02 11:43:00 +0000
@@ -1,3 +1,11 @@
1click (0.4.39.1-0ubuntu1) UNRELEASED; urgency=medium
2
3 * lp:~mvo/click/lp1456328-15.10-devlibs:
4 - add ubuntu-sdk-15.10-dev1
5 - remove ubuntu-core-15.04-dev1
6
7 -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 02 Jul 2015 09:05:10 +0200
8
1click (0.4.39) vivid; urgency=low9click (0.4.39) vivid; urgency=low
210
3 [ Marco Trevisan (Treviño) ]11 [ Marco Trevisan (Treviño) ]
412
=== modified file 'debian/control'
--- debian/control 2014-10-10 07:10:23 +0000
+++ debian/control 2015-07-02 11:43:00 +0000
@@ -6,7 +6,6 @@
6Build-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)6Build-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)
7Vcs-Bzr: https://code.launchpad.net/~ubuntu-managed-branches/click/click7Vcs-Bzr: https://code.launchpad.net/~ubuntu-managed-branches/click/click
8Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-managed-branches/click/click/files8Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-managed-branches/click/click/files
9X-Auto-Uploader: no-rewrite-version
10X-Python-Version: >= 2.79X-Python-Version: >= 2.7
11X-Python3-Version: >= 3.210X-Python3-Version: >= 3.2
12XS-Testsuite: autopkgtest11XS-Testsuite: autopkgtest
1312
=== modified file 'debian/source/format'
--- debian/source/format 2013-04-10 15:55:06 +0000
+++ debian/source/format 2015-07-02 11:43:00 +0000
@@ -1,1 +1,1 @@
13.0 (native)13.0 (quilt)

Subscribers

People subscribed via source and target branches

to all changes: