Merge lp:~didrocks/qtubuntu/move_android_only into lp:qtubuntu

Proposed by Didier Roche-Tolomelli
Status: Merged
Approved by: Didier Roche-Tolomelli
Approved revision: 149
Merged at revision: 145
Proposed branch: lp:~didrocks/qtubuntu/move_android_only
Merge into: lp:qtubuntu
Diff against target: 49 lines (+16/-5)
2 files modified
debian/changelog (+8/-0)
debian/control (+8/-5)
To merge this branch: bzr merge lp:~didrocks/qtubuntu/move_android_only
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Michał Sawicz Approve
Review via email: mp+171965@code.launchpad.net

Commit message

change qtubuntu -> qtubuntu-android and provides qtubuntu and qtubuntu-shell. Building on where the android libhybris binding really worked, armhf only.

Description of the change

WE'LL MERGE IT ON MONDAY 28th WITH THE SEED CHANGE!

Why don't have blink tags? :p

change qtubuntu -> qtubuntu-android and provides qtubuntu and qtubuntu-shell. Building on where the android libhybris binding really worked, armhf only.

After discussing with Saviq, this part should only be used by the shell and a code splitting will be needed for moving apart the part that gallery-app is apparently using.
Then, the shell is going to provide some mocks (in a separate binary package providing qtubuntu-shell). This will enable us to not have qtubuntu [armhf] only when fixing the path from imports/ -> qml/

I'm changing the ubuntu-touch seed as well to install qtubuntu-android, see rev 30 of https://code.launchpad.net/~didrocks/qtubuntu/move_android_only/+merge/171965 (metapackage not regenerated until this is merged)

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:145
http://jenkins.qa.ubuntu.com/job/qtubuntu-ci/34/
Executed test runs:
    FAILURE: http://jenkins.qa.ubuntu.com/job/qtubuntu-saucy-armhf-ci/22/console

Click here to trigger a rebuild:
http://s-jenkins:8080/job/qtubuntu-ci/34/rebuild

review: Needs Fixing (continuous-integration)
146. By Didier Roche-Tolomelli

rename the install file

147. By Didier Roche-Tolomelli

add description

148. By Didier Roche-Tolomelli

replace (don't conflict) against qtubuntu as we want to be able to install the mocks with qtubuntu-android when needed

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Michał Sawicz (saviq) wrote :

Works!

review: Approve
149. By Didier Roche-Tolomelli

let's build on every archs for now, a x86 android port is probable

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-06-17 02:02:11 +0000
3+++ debian/changelog 2013-06-28 14:08:28 +0000
4@@ -1,3 +1,11 @@
5+qtubuntu (0.52-0ubuntu1) UNRELEASED; urgency=low
6+
7+ * Transition qtubuntu to qtubuntu-android (only available on armhf as
8+ it's where it's built) and provides a qtubuntu and qtubuntu-shell
9+ virtual package, enabling even mock to fulfill the dep
10+
11+ -- Didier Roche <didrocks@ubuntu.com> Fri, 28 Jun 2013 12:04:33 +0200
12+
13 qtubuntu (0.51daily13.06.17-0ubuntu1) saucy; urgency=low
14
15 [ Ken VanDine ]
16
17=== modified file 'debian/control'
18--- debian/control 2013-06-14 08:30:45 +0000
19+++ debian/control 2013-06-28 14:08:28 +0000
20@@ -21,11 +21,14 @@
21 Standards-Version: 3.9.4
22 Section: libs
23
24-Package: qtubuntu
25-Replaces: qthybris (<< 0.37)
26+Package: qtubuntu-android
27+Architecture: any
28+Multi-Arch: same
29+Replaces: qthybris (<< 0.37),
30+ qtubuntu (<< 0.52),
31 Breaks: qthybris (<< 0.37)
32-Architecture: any
33-Multi-Arch: same
34+Provides: qtubuntu-shell,
35+ qtubuntu,
36 Depends: ${misc:Depends},
37 ${shlibs:Depends},
38 libqt5sensors5,
39@@ -39,7 +42,7 @@
40
41 Package: qthybris
42 Depends: ${misc:Depends},
43- qtubuntu,
44+ qtubuntu-android,
45 Architecture: any
46 Section: oldlibs
47 Description: transitional dummy package
48
49=== renamed file 'debian/qtubuntu.install' => 'debian/qtubuntu-android.install'

Subscribers

People subscribed via source and target branches