Merge lp:~cyphermox/indicators-client/skip-powerpc into lp:indicators-client

Proposed by Mathieu Trudel-Lapierre
Status: Merged
Approved by: Michael Terry
Approved revision: 205
Merged at revision: 205
Proposed branch: lp:~cyphermox/indicators-client/skip-powerpc
Merge into: lp:indicators-client
Diff against target: 68 lines (+7/-6)
2 files modified
debian/changelog (+1/-0)
debian/control (+6/-6)
To merge this branch: bzr merge lp:~cyphermox/indicators-client/skip-powerpc
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Michael Terry Approve
Review via email: mp+160493@code.launchpad.net

Commit message

Don't build on powerpc.

Description of the change

Don't build on powerpc.

To post a comment you must log in.
Revision history for this message
Michael Terry (mterry) wrote :

Sure.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
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-04-23 14:50:09 +0000
3+++ debian/changelog 2013-04-23 20:38:25 +0000
4@@ -4,6 +4,7 @@
5 * debian/control:
6 - Update Vcs-Bzr, Vcs-Browser to point to the right locations.
7 - Add a comment for uploaders.
8+ - Don't build Arch:any binary packages on powerpc; we need qtdeclarative5.
9 * debian/rules:
10 - Override dh_install to use --fail-missing.
11 * debian/copyright: fix copyright file, the license used is LGPL-3,
12
13=== modified file 'debian/control'
14--- debian/control 2013-04-23 14:44:46 +0000
15+++ debian/control 2013-04-23 20:38:25 +0000
16@@ -20,7 +20,7 @@
17 Vcs-Browser: https://code.launchpad.net/~phablet-team/indicators-client/trunk/files
18
19 Package: indicators-client
20-Architecture: any
21+Architecture: amd64 armhf i386
22 Depends: ${shlibs:Depends},
23 ${misc:Depends},
24 qtdeclarative5-ubuntu-ui-toolkit-plugin | qt-components-ubuntu,
25@@ -30,7 +30,7 @@
26 settings.
27
28 Package: indicators-client-plugin-network
29-Architecture: any
30+Architecture: amd64 armhf i386
31 Depends: ${shlibs:Depends},
32 ${misc:Depends},
33 indicators-client (= ${binary:Version}),
34@@ -39,14 +39,14 @@
35 application that allows configuring network connections.
36
37 Package: indicators-client-plugin-sound
38-Architecture: any
39+Architecture: amd64 armhf i386
40 Depends: indicators-client (= ${binary:Version}),
41 Description: Sound settings menu
42 This package contains the plugin for the indicators and system settings client
43 application that allows configuring the sound.
44
45 Package: indicators-client-plugin-messaging
46-Architecture: any
47+Architecture: amd64 armhf i386
48 Depends: ${shlibs:Depends},
49 ${misc:Depends},
50 indicators-client (= ${binary:Version}),
51@@ -56,7 +56,7 @@
52 application that displays the messaging menu.
53
54 Package: indicators-client-plugin-power
55-Architecture: any
56+Architecture: amd64 armhf i386
57 Depends: ${shlibs:Depends},
58 ${misc:Depends},
59 indicators-client (= ${binary:Version}),
60@@ -66,7 +66,7 @@
61 application that displays the battery indicator.
62
63 Package: indicators-client-plugin-datetime
64-Architecture: any
65+Architecture: amd64 armhf i386
66 Depends: ${shlibs:Depends},
67 ${misc:Depends},
68 indicators-client (= ${binary:Version}),

Subscribers

People subscribed via source and target branches