Merge lp:~morphis/lxc-android-config/add-citrain-support into lp:~timo-jyrinki/lxc-android-config/trunk

Proposed by Simon Fels
Status: Superseded
Proposed branch: lp:~morphis/lxc-android-config/add-citrain-support
Merge into: lp:~timo-jyrinki/lxc-android-config/trunk
Diff against target: 105 lines (+27/-11)
8 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/bzr-builddeb.conf (+0/-2)
debian/changelog (+6/-0)
debian/control (+13/-4)
debian/copyright (+1/-1)
debian/lxc-android-config.install (+3/-3)
debian/rules (+2/-0)
debian/source/format (+0/-1)
To merge this branch: bzr merge lp:~morphis/lxc-android-config/add-citrain-support
Reviewer Review Type Date Requested Status
Timo Jyrinki Approve
Review via email: mp+269859@code.launchpad.net

This proposal has been superseded by a proposal from 2015-09-10.

Commit message

Add citrain build support

To post a comment you must log in.
3. By Simon Fels

Adjust for citrain packaging guidelines

See https://wiki.ubuntu.com/DailyRelease/InlinePackaging for details

4. By Simon Fels

Switch to non native version

5. By Simon Fels

Use correct version format

6. By Simon Fels

Remove bzr builddeb configuration

7. By Simon Fels

Revert version in changelog

Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

Looking good!

review: Approve

Unmerged revisions

7. By Simon Fels

Revert version in changelog

6. By Simon Fels

Remove bzr builddeb configuration

5. By Simon Fels

Use correct version format

4. By Simon Fels

Switch to non native version

3. By Simon Fels

Adjust for citrain packaging guidelines

See https://wiki.ubuntu.com/DailyRelease/InlinePackaging for details

2. By Simon Fels

Add necessary bits for citrain support

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-09-02 09:10:20 +0000
@@ -0,0 +1,2 @@
1[BUILDDEB]
2split = True
03
=== removed file 'debian/bzr-builddeb.conf'
--- debian/bzr-builddeb.conf 2015-09-02 07:50:44 +0000
+++ debian/bzr-builddeb.conf 1970-01-01 00:00:00 +0000
@@ -1,2 +0,0 @@
1[BUILDDEB]
2native = True
30
=== modified file 'debian/changelog'
--- debian/changelog 2015-09-02 07:50:44 +0000
+++ debian/changelog 2015-09-02 09:10:20 +0000
@@ -1,3 +1,9 @@
1lxc-android-config (0.230-0ubuntu1) UNRELEASED; urgency=medium
2
3 * Rebuild for switching package building to citrain.
4
5 -- Simon Fels <simon.fels@canonical.com> Wed, 02 Sep 2015 10:34:53 +0200
6
1lxc-android-config (0.229) wily; urgency=medium7lxc-android-config (0.229) wily; urgency=medium
28
3 * Let bluetooth daemon load a touch specific configuration on startup in9 * Let bluetooth daemon load a touch specific configuration on startup in
410
=== modified file 'debian/control'
--- debian/control 2015-09-02 07:50:44 +0000
+++ debian/control 2015-09-02 09:10:20 +0000
@@ -2,15 +2,24 @@
2Section: utils2Section: utils
3Priority: optional3Priority: optional
4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5Build-Depends: debhelper (>= 9), dh-systemd5Build-Depends: debhelper (>= 9),
6 dh-systemd,
6Standards-Version: 3.9.67Standards-Version: 3.9.6
8# if you don't have have commit access to this branch but would like to upload
9# directly to Ubuntu, don't worry: your changes will be merged back into the
10# upstream branch
11Vcs-Bzr: lp:lxc-android-config
712
8Package: lxc-android-config13Package: lxc-android-config
9Architecture: all14Architecture: all
10Multi-Arch: foreign15Multi-Arch: foreign
11Depends: lxc (>= 1.1.0~alpha2-0ubuntu1), cgmanager, debianutils, ${misc:Depends}16Depends: cgmanager,
12Breaks: ubuntu-touch-session (<< 0.107), powerd (<< 0.14-0ubuntu1)17 debianutils,
13Recommends: ofono18 lxc (>= 1.1.0~alpha2-0ubuntu1),
19 ${misc:Depends},
20Breaks: powerd (<< 0.14-0ubuntu1),
21 ubuntu-touch-session (<< 0.107),
22Recommends: ofono,
14Description: configuration to fire up an ubuntu-touch android container23Description: configuration to fire up an ubuntu-touch android container
15 This package contains the scripts to boot an Ubuntu Touch device.24 This package contains the scripts to boot an Ubuntu Touch device.
16 .25 .
1726
=== modified file 'debian/copyright'
--- debian/copyright 2015-09-02 07:50:44 +0000
+++ debian/copyright 2015-09-02 09:10:20 +0000
@@ -1,7 +1,7 @@
1Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/1Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2Upstream-Name: lxc-android-config2Upstream-Name: lxc-android-config
3Upstream-Contact: Oliver Grawert <ogra@ubuntu.com>3Upstream-Contact: Oliver Grawert <ogra@ubuntu.com>
4Source: lp:ubuntu/lxc-android-config4Source: lp:lxc-android-config
55
6Files: *6Files: *
7Copyright: 2013 Canonical LTD.7Copyright: 2013 Canonical LTD.
88
=== modified file 'debian/lxc-android-config.install'
--- debian/lxc-android-config.install 2015-09-02 07:50:44 +0000
+++ debian/lxc-android-config.install 2015-09-02 09:10:20 +0000
@@ -1,4 +1,4 @@
1etc
2lib
3usr
1var4var
2usr
3lib
4etc
55
=== modified file 'debian/rules'
--- debian/rules 2015-09-02 07:50:44 +0000
+++ debian/rules 2015-09-02 09:10:20 +0000
@@ -1,5 +1,7 @@
1#!/usr/bin/make -f1#!/usr/bin/make -f
22
3export DPKG_GENSYMBOLS_CHECK_LEVEL=4
4
3%:5%:
4 dh $@ --with systemd6 dh $@ --with systemd
57
68
=== removed directory 'debian/source'
=== removed file 'debian/source/format'
--- debian/source/format 2015-09-02 07:50:44 +0000
+++ debian/source/format 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
13.0 (native)

Subscribers

People subscribed via source and target branches

to all changes: