Re: [pkg-go] RFC: Enhancements to dh-golang

2016-05-15 Thread Paul Tagliamonte
Thank you! On May 15, 2016 8:30 PM, "Martín Ferrari" wrote: > On 15/05/16 19:21, Michael Stapelberg wrote: > > I’m not opposed, please feel free to push your changes. > > So I have just uploaded 1.17: > > > dh-golang (1.17) unstable; urgency=medium > > * Team upload. > *

Re: [pkg-go] RFC: Enhancements to dh-golang

2016-05-15 Thread Martín Ferrari
On 15/05/16 19:21, Michael Stapelberg wrote: > I’m not opposed, please feel free to push your changes. So I have just uploaded 1.17: dh-golang (1.17) unstable; urgency=medium * Team upload. * Move dh-golang to the pkg-go team repository. - Update Maintainer and Uploaders. - Update

Re: [pkg-go] RFC: Enhancements to dh-golang

2016-05-15 Thread Michael Stapelberg
I’m not opposed, please feel free to push your changes. On Sat, May 14, 2016 at 3:50 PM, Martín Ferrari wrote: > Since nobody has voiced strong concerns about this, I will merge this > change later today or tomorrow and upload. > > I wanted to wait for Michael S. to chime in,

Re: [pkg-go] RFC: Enhancements to dh-golang

2016-05-14 Thread Martín Ferrari
Since nobody has voiced strong concerns about this, I will merge this change later today or tomorrow and upload. I wanted to wait for Michael S. to chime in, but I guess he's not strongly opposed either :-) On 08/05/16 05:31, Martín Ferrari wrote: > Hi all, > > I have just pushed a branch

Re: [pkg-go] RFC: Enhancements to dh-golang

2016-05-12 Thread Michael Hudson-Doyle
On 13 May 2016 at 00:52, Martín Ferrari wrote: > On 11/05/16 03:57, Michael Hudson-Doyle wrote: > >> +} elsif ($File::Find::name =~ m%/testdata/%) { >> +# testdata directories are always copied > > Ah yes, but that is cheating in my opinion :) AFAIK,

Re: [pkg-go] RFC: Enhancements to dh-golang

2016-05-12 Thread Martín Ferrari
On 11/05/16 03:57, Michael Hudson-Doyle wrote: > +} elsif ($File::Find::name =~ m%/testdata/%) { > +# testdata directories are always copied Ah yes, but that is cheating in my opinion :) AFAIK, the 'testdata' directory is not special in go, and many packages have

Re: [pkg-go] RFC: Enhancements to dh-golang

2016-05-10 Thread Michael Hudson-Doyle
On 9 May 2016 at 13:23, Martín Ferrari wrote: > On 09/05/16 02:12, Michael Hudson-Doyle wrote: > >> (parenthetically, as I think I said on IRC, dh-golang should just copy >> testdata by default) > > I agree, but so far I don't know how to detect that programatically. This

Re: [pkg-go] RFC: Enhancements to dh-golang

2016-05-08 Thread Martín Ferrari
On 09/05/16 02:12, Michael Hudson-Doyle wrote: > (parenthetically, as I think I said on IRC, dh-golang should just copy > testdata by default) I agree, but so far I don't know how to detect that programatically. >> override_dh_auto_install: >> dh_auto_install -O--buildsystem=golang --

Re: [pkg-go] RFC: Enhancements to dh-golang

2016-05-08 Thread Michael Hudson-Doyle
On 8 May 2016 at 16:31, Martín Ferrari wrote: > Hi all, > > I have just pushed a branch (tincho_extensions) to dh-golang, > implementing a few changes that I believe are beneficial for golang > packaging. If there are no objections, I would like to merge this to > master and

Re: [pkg-go] RFC: Enhancements to dh-golang

2016-05-07 Thread Dmitry Smirnov
On Sunday, 8 May 2016 5:31:08 AM AEST Martín Ferrari wrote: > Thoughts? Awesome. :) I think --no-source and --no-binaries options are unnecessary. It is easy and more portable to do :rules: override_dh_auto_install: dh_auto_install --destdir=debian/tmp and put either "usr/bin"