Merge lp:~robru/libfriends/noppc into lp:libfriends

Proposed by Robert Bruce Park
Status: Rejected
Rejected by: Robert Bruce Park
Proposed branch: lp:~robru/libfriends/noppc
Merge into: lp:libfriends
Diff against target: 67 lines (+10/-9)
1 file modified
debian/control (+10/-9)
To merge this branch: bzr merge lp:~robru/libfriends/noppc
Reviewer Review Type Date Requested Status
Super Friends Pending
Review via email: mp+193488@code.launchpad.net

Commit message

Suppress failing powerpc builds.

To post a comment you must log in.

Unmerged revisions

80. By Robert Bruce Park

Suppress failing powerpc builds.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2013-10-25 09:40:18 +0000
3+++ debian/control 2013-10-31 20:16:38 +0000
4@@ -28,13 +28,14 @@
5 Standards-Version: 3.9.4
6 Section: libs
7 Homepage: https://launchpad.net/friends
8-# If you aren't a member of ~super-friends but need to upload packaging changes,
9-# just go ahead. ~super-friends will notice and sync up the code again.
10-Vcs-Bzr: https://code.launchpad.net/~super-friends/libfriends/trunk
11+# if you don't have have commit access to this branch but would like to upload
12+# directly to Ubuntu, don't worry: your changes will be merged back into the
13+# upstream branch
14+Vcs-Bzr: lp:libfriends
15
16 Package: libfriends-dev
17 Section: libdevel
18-Architecture: any
19+Architecture: i386 amd64 armhf arm64
20 Depends: gir1.2-friends-0.1, libfriends0 (= ${binary:Version}), ${misc:Depends}
21 Description: Development files for accessing social networks
22 libfriends provides a library for accessing social networks via
23@@ -44,7 +45,7 @@
24
25 Package: libfriends0
26 Section: libs
27-Architecture: any
28+Architecture: i386 amd64 armhf arm64
29 Pre-Depends: ${misc:Pre-Depends}
30 Depends: friends-dispatcher, ${misc:Depends}, ${shlibs:Depends}
31 Description: Provides an API for accessing social networks
32@@ -55,7 +56,7 @@
33
34 Package: libfriends-gtk0
35 Section: libs
36-Architecture: any
37+Architecture: i386 amd64 armhf arm64
38 Pre-Depends: ${misc:Pre-Depends}
39 Depends: ${misc:Depends}, ${shlibs:Depends}
40 Description: Friends GTK Widgets
41@@ -66,7 +67,7 @@
42
43 Package: libfriends-gtk-dev
44 Section: libdevel
45-Architecture: any
46+Architecture: i386 amd64 armhf arm64
47 Depends: gir1.2-friends-gtk-0.1 (= ${binary:Version}),
48 libfriends-dev (= ${binary:Version}),
49 libfriends-gtk0 (= ${binary:Version}),
50@@ -78,7 +79,7 @@
51 This package contains files that are needed to build applications.
52
53 Package: gir1.2-friends-0.1
54-Architecture: any
55+Architecture: i386 amd64 armhf arm64
56 Depends: ${gir:Depends}, ${misc:Depends}
57 Description: GObject Introspection data for the Friends library
58 This package contains introspection data for the Friends library.
59@@ -88,7 +89,7 @@
60
61 Package: gir1.2-friends-gtk-0.1
62 Section: libs
63-Architecture: any
64+Architecture: i386 amd64 armhf arm64
65 Depends: gir1.2-friends-0.1 (= ${binary:Version}),
66 libfriends-gtk0 (= ${binary:Version}),
67 ${gir:Depends},

Subscribers

People subscribed via source and target branches