[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [RFC] Go (golang) packaging



On 1 January 2013 15:44, Michael Stapelberg
<michael+debian@stapelberg.de> wrote:
> Hi,
>
> I am co-maintainer of the golang package and spent a few hours on trying
> to figure out how to best create Debian packages for libraries and
> programs which are implemented in Go.
>
> I have documented my thoughts, conclusions and example packaging on:
> http://wiki.debian.org/MichaelStapelberg/GoPackaging
>
> Essentially, I propose that /usr/lib/gocode is used on Debian to store
> the “src” and “pkg” folders which contain the .go files and compiled
> versions (respectively) of Go libraries.
>

What about multiarch?

/usr/lib/gocode/ for sources
/usr/lib/$triplet/gocode/ for compiled versions

This assumes that sources are identical across all architectures.

Regards,

Dmitrijs.


Reply to: