Merge lp:~sil2100/ciborium/golang-1.6-for-all into lp:ciborium

Proposed by Łukasz Zemczak
Status: Needs review
Proposed branch: lp:~sil2100/ciborium/golang-1.6-for-all
Merge into: lp:ciborium
Diff against target: 24 lines (+2/-1)
2 files modified
debian/control (+1/-1)
debian/rules (+1/-0)
To merge this branch: bzr merge lp:~sil2100/ciborium/golang-1.6-for-all
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+302415@code.launchpad.net

Commit message

Make sure we build against golang-1.6. Add the golang 1.6 binary path to the PATH in debian/rules.

Description of the change

Make sure we build against golang-1.6. Add the golang 1.6 binary path to the PATH in debian/rules.

To post a comment you must log in.

Unmerged revisions

168. By Łukasz Zemczak

Make sure we build against golang-1.6. Add the golang 1.6 binary path to the PATH in debian/rules.

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 2014-12-01 13:09:55 +0000
3+++ debian/control 2016-08-09 14:45:47 +0000
4@@ -6,7 +6,7 @@
5 debhelper (>= 9),
6 dh-golang,
7 dh-translations,
8- golang-go,
9+ golang-1.6-go,
10 golang-go-dbus-dev,
11 golang-go-xdg-dev,
12 golang-gocheck-dev,
13
14=== modified file 'debian/rules'
15--- debian/rules 2014-08-27 00:06:04 +0000
16+++ debian/rules 2016-08-09 14:45:47 +0000
17@@ -4,6 +4,7 @@
18 export DH_OPTIONS
19 export DH_GOLANG_INSTALL_ALL=1
20 export DH_GOPKG := launchpad.net/ciborium
21+export PATH := /usr/lib/go-1.6/bin:$(PATH)
22
23 %:
24 dh $@ \

Subscribers

People subscribed via source and target branches