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
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-09-02 09:10:20 +0000
5@@ -0,0 +1,2 @@
6+[BUILDDEB]
7+split = True
8
9=== removed file 'debian/bzr-builddeb.conf'
10--- debian/bzr-builddeb.conf 2015-09-02 07:50:44 +0000
11+++ debian/bzr-builddeb.conf 1970-01-01 00:00:00 +0000
12@@ -1,2 +0,0 @@
13-[BUILDDEB]
14-native = True
15
16=== modified file 'debian/changelog'
17--- debian/changelog 2015-09-02 07:50:44 +0000
18+++ debian/changelog 2015-09-02 09:10:20 +0000
19@@ -1,3 +1,9 @@
20+lxc-android-config (0.230-0ubuntu1) UNRELEASED; urgency=medium
21+
22+ * Rebuild for switching package building to citrain.
23+
24+ -- Simon Fels <simon.fels@canonical.com> Wed, 02 Sep 2015 10:34:53 +0200
25+
26 lxc-android-config (0.229) wily; urgency=medium
27
28 * Let bluetooth daemon load a touch specific configuration on startup in
29
30=== modified file 'debian/control'
31--- debian/control 2015-09-02 07:50:44 +0000
32+++ debian/control 2015-09-02 09:10:20 +0000
33@@ -2,15 +2,24 @@
34 Section: utils
35 Priority: optional
36 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
37-Build-Depends: debhelper (>= 9), dh-systemd
38+Build-Depends: debhelper (>= 9),
39+ dh-systemd,
40 Standards-Version: 3.9.6
41+# if you don't have have commit access to this branch but would like to upload
42+# directly to Ubuntu, don't worry: your changes will be merged back into the
43+# upstream branch
44+Vcs-Bzr: lp:lxc-android-config
45
46 Package: lxc-android-config
47 Architecture: all
48 Multi-Arch: foreign
49-Depends: lxc (>= 1.1.0~alpha2-0ubuntu1), cgmanager, debianutils, ${misc:Depends}
50-Breaks: ubuntu-touch-session (<< 0.107), powerd (<< 0.14-0ubuntu1)
51-Recommends: ofono
52+Depends: cgmanager,
53+ debianutils,
54+ lxc (>= 1.1.0~alpha2-0ubuntu1),
55+ ${misc:Depends},
56+Breaks: powerd (<< 0.14-0ubuntu1),
57+ ubuntu-touch-session (<< 0.107),
58+Recommends: ofono,
59 Description: configuration to fire up an ubuntu-touch android container
60 This package contains the scripts to boot an Ubuntu Touch device.
61 .
62
63=== modified file 'debian/copyright'
64--- debian/copyright 2015-09-02 07:50:44 +0000
65+++ debian/copyright 2015-09-02 09:10:20 +0000
66@@ -1,7 +1,7 @@
67 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
68 Upstream-Name: lxc-android-config
69 Upstream-Contact: Oliver Grawert <ogra@ubuntu.com>
70-Source: lp:ubuntu/lxc-android-config
71+Source: lp:lxc-android-config
72
73 Files: *
74 Copyright: 2013 Canonical LTD.
75
76=== modified file 'debian/lxc-android-config.install'
77--- debian/lxc-android-config.install 2015-09-02 07:50:44 +0000
78+++ debian/lxc-android-config.install 2015-09-02 09:10:20 +0000
79@@ -1,4 +1,4 @@
80+etc
81+lib
82+usr
83 var
84-usr
85-lib
86-etc
87
88=== modified file 'debian/rules'
89--- debian/rules 2015-09-02 07:50:44 +0000
90+++ debian/rules 2015-09-02 09:10:20 +0000
91@@ -1,5 +1,7 @@
92 #!/usr/bin/make -f
93
94+export DPKG_GENSYMBOLS_CHECK_LEVEL=4
95+
96 %:
97 dh $@ --with systemd
98
99
100=== removed directory 'debian/source'
101=== removed file 'debian/source/format'
102--- debian/source/format 2015-09-02 07:50:44 +0000
103+++ debian/source/format 1970-01-01 00:00:00 +0000
104@@ -1,1 +0,0 @@
105-3.0 (native)

Subscribers

People subscribed via source and target branches

to all changes: