Re: RFS for Delve and dependencies

2020-02-14 Thread Tong Sun
Hi Emanuel, If you decided to go with Martina's proposal, please keep the discussion in public, as I am interested in the proposed future workflow as well, and last time I tried it, I failed miserably. thx On Fri, Feb 14, 2020 at 2:09 PM Martina Ferrari wrote: > > Hi Emanuel, > > A colleague of

pixterm

2020-02-14 Thread Digit
package request: pixterm https://github.com/eliukblau/pixterm (like termpix & termpeg).

Re: RFS for Delve and dependencies

2020-02-14 Thread Martina Ferrari
Hi Emanuel, A colleague of yours who is also a friend of mine pointed me to this thread that I had missed originally. I would be happy to help you getting this packages into Debian, but I have made my policy for sponsoring to use the new packaging guidelines[1]. Sadly, it seems you used dh-make-

Re: Some random notes for Go mod implementation

2020-02-14 Thread Shengjing Zhu
Another way is using -mod=vendor 1. Create the vendor dir ln -sf /usr/share/gocode/src vendor 2. Build GO111MODULE=on GOPROXY=off GOSUMDB=off go build -mod=vendor -v ./ This way seems go tool will ignore the go.mod and go.sum. And works like what we do with GOPATH.

Some random notes for Go mod implementation

2020-02-14 Thread Shengjing Zhu
I did some random test, but haven't thought carefully. Take one package src:elvish for example(since the build-depends is really simple) 1. Remove origin go.mod go.sum 2. Create a new go.mod ``` module github.com/elves/elvish require ( github.com/boltdb/bolt v0.0.0 github.com/kr/p

Re: Process of packaging some libraries and an application

2020-02-14 Thread Shengjing Zhu
On Sat, Feb 15, 2020 at 12:57 AM Ola Bini wrote: > > Hi, > > First - I apologize if this is the wrong medium for my questions. > > Me and my team have worked on a new FLOSS application in Golang, and > are now getting to the stage where we are thinking about making it > available in different pack

Process of packaging some libraries and an application

2020-02-14 Thread Ola Bini
Hi, First - I apologize if this is the wrong medium for my questions. Me and my team have worked on a new FLOSS application in Golang, and are now getting to the stage where we are thinking about making it available in different package managers. The application is not necessarily big, and doesn'