Re: Packaging a Go binary

2015-06-01 Thread Michael Stapelberg
For the record: I’ll be replying on the thread to pkg-go-maintainers: http://lists.alioth.debian.org/pipermail/pkg-go-maintainers/Week-of-Mon-20150601/000276.html On Tue, Jun 2, 2015 at 12:31 AM, Aaron Jacobs wrote: > [+Michael Stapelberg] > > I found this, apparently written by Michael Stapelbe

Re: Packaging a Go binary

2015-05-25 Thread Peter Pentchev
On Tue, May 26, 2015 at 02:19:57PM +0800, Paul Wise wrote: > On Tue, May 26, 2015 at 1:01 PM, Aaron Jacobs wrote: > > > Is anybody able to point me to some documentation on packaging Go binaries, > > a > > good example, or even a person who would like to be the maintainer for this? > > I'm not a

Re: Packaging a Go binary

2015-05-25 Thread Paul Wise
On Tue, May 26, 2015 at 1:01 PM, Aaron Jacobs wrote: > Is anybody able to point me to some documentation on packaging Go binaries, a > good example, or even a person who would like to be the maintainer for this? I'm not aware of any documentation on that but `build-rdeps golang` says that golang-

Packaging a Go binary

2015-05-25 Thread Aaron Jacobs
Hi debian-mentors, I am attempting to package a program written in Go, so that it can easily be installed by Debian and Ubuntu users: https://github.com/googlecloudplatform/gcsfuse Go programs are generally installed using `go get`, but since this one has an external dependency (fuse) I figu