Merge lp:~rsalveti/nuntium/using_golang_go_instead into lp:nuntium/packaging

Proposed by Ricardo Salveti
Status: Merged
Approved by: Alfonso Sanchez-Beato
Approved revision: 92
Merged at revision: 92
Proposed branch: lp:~rsalveti/nuntium/using_golang_go_instead
Merge into: lp:nuntium/packaging
Diff against target: 27 lines (+8/-9)
1 file modified
debian/control (+8/-9)
To merge this branch: bzr merge lp:~rsalveti/nuntium/using_golang_go_instead
Reviewer Review Type Date Requested Status
Alfonso Sanchez-Beato Approve
Oliver Grawert Pending
Ubuntu Phablet Team Pending
Review via email: mp+257014@code.launchpad.net

This proposal supersedes a proposal from 2015-04-21.

Commit message

control: building with golang-go instead (only package currently using gccgo)

Description of the change

control: building with golang-go instead (only package currently using gccgo)

To post a comment you must log in.
92. By Ricardo Salveti

Merging trunk

Revision history for this message
Alfonso Sanchez-Beato (alfonsosanchezbeato) wrote :

Tested in arale vivid image #12. I was able to send MMS even when ofono started after nuntium (see bug #1441135).

Changes look good.

review: Approve

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 2015-04-21 23:28:27 +0000
3+++ debian/control 2015-04-21 23:29:54 +0000
4@@ -2,15 +2,14 @@
5 Section: devel
6 Priority: optional
7 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
8-Build-Depends:
9- debhelper (>= 9),
10- dh-golang,
11- gccgo,
12- golang-go-dbus-dev,
13- golang-go-flags-dev,
14- golang-go-xdg-dev,
15- golang-gocheck-dev,
16- golang-udm-dev,
17+Build-Depends: debhelper (>= 9),
18+ dh-golang,
19+ golang-go,
20+ golang-go-dbus-dev,
21+ golang-go-flags-dev,
22+ golang-go-xdg-dev,
23+ golang-gocheck-dev,
24+ golang-udm-dev,
25 Standards-Version: 3.9.5
26 Homepage: https://launchpad.net/nuntium
27 Vcs-Browser: http://bazaar.launchpad.net/~phablet-team/packaging/trunk/files

Subscribers

People subscribed via source and target branches