Re: [pkg-go] go binary-only package

2016-07-28 Thread Tianon Gravi
On 20 July 2016 at 15:53, Potter, Tim (HPE Linux Support) wrote: > I haven't figured out what the best way is to create an upstream source > orig.tar.gz > file that doesn't contain the vendored source though. For packages with > releases > (as opposed to snapshots of

Re: [pkg-go] go binary-only package

2016-07-28 Thread Erick Cardona
Hey Tim, Now that I'm more familiar with the Debian go packaging tools, this is the work I've done so far: https://github.com/01org/ciao/pull/394/files, I was wondering if you're still interested in giving some feedback, which will be really appreciated. Fortunately, all the dependencies are in

Re: [pkg-go] go binary-only package

2016-07-20 Thread Martín Ferrari
On 20/07/16 23:53, Potter, Tim (HPE Linux Support) wrote: > I haven't figured out what the best way is to create an upstream source > orig.tar.gz > file that doesn't contain the vendored source though. For packages with > releases > (as opposed to snapshots of the master branch) you can use

Re: [pkg-go] go binary-only package

2016-07-20 Thread Potter, Tim (HPE Linux Support)
On 21 Jul 2016, at 8:13 AM, Michael Hudson-Doyle wrote: > > On 21 July 2016 at 07:39, Erick Cardona wrote: >> Hi Tim and thanks! >> >> I'm just using a random upstream repository(github) and trying to package it >> using the Debian tools.

Re: [pkg-go] go binary-only package

2016-07-20 Thread Michael Hudson-Doyle
On 21 July 2016 at 07:39, Erick Cardona wrote: > Hi Tim and thanks! > > I'm just using a random upstream repository(github) and trying to package it > using the Debian tools. Actually dh-make-golang does all the magic and now > I'm able to create the .deb with the

Re: [pkg-go] go binary-only package

2016-07-20 Thread Erick Cardona
Hi Tim and thanks! I'm just using a random upstream repository(github) and trying to package it using the Debian tools. Actually dh-make-golang does all the magic and now I'm able to create the .deb with the binaries and sources in it. I don't know why yesterday it wasn't including the binaries

Re: [pkg-go] go binary-only package

2016-07-19 Thread Potter, Tim (HPE Linux Support)
On 20 Jul 2016, at 1:51 AM, Erick Cardona wrote: > > Hi everyone, > > > I'm currently packaging a go project for educational purposes. Now I'm able > to build a package using the tools dh-make-golang and gbp(Awesome tools!!). I > was able to build a binary-only

[pkg-go] go binary-only package

2016-07-19 Thread Erick Cardona
Hi everyone, I'm currently packaging a go project for educational purposes. Now I'm able to build a package using the tools dh-make-golang and gbp(Awesome tools!!). I was able to build a binary-only package but manually. I was wondering if using gbp I could obtain a .deb which contains the