Re: Current issues with the Go Ecosystem in Debian [Was: DebConf19 pkg-go BoF minutes (Finally!)]

2020-02-19 Thread Héctor Orón Martínez
Hello, First of all, thanks very much for driving this story forward. Sadly, Go is less important in my life as it used to be, but I hope I can provide some help or/and insight. I found the information quite helpful and I have moved it to a wiki page: https://wiki.debian.org/2020/GoEcosystemI

Re: RFS for Delve and dependencies

2020-02-19 Thread Emanuel Krivoy
Hi Martina, Thank you very much for the offer! I would be very happy if you could give me a hand. What would be the easiest way for me to migrate to the new format? Should I try to reformat the packages I uploaded to Salsa or is there some tooling that would make starting from a clean repo easier?

Re: Bug#951262: Please set CGO_XFLAGS with dpkg-buildflags

2020-02-19 Thread Shengjing Zhu
On Wed, Feb 19, 2020 at 9:44 PM Tong Sun wrote: > If no objection to Shengjing's proposal, I'll take a look and try to fix it... > It has been fixed, thanks though. -- Shengjing Zhu

Re: Bug#951262: Please set CGO_XFLAGS with dpkg-buildflags

2020-02-19 Thread Tong Sun
Hi, On Thu, Feb 13, 2020 at 9:00 AM Shengjing Zhu wrote: > > Package: dh-golang > Version: 1.45 > Severity: wishlist > > Hi, > > Currently the CGO_XFLAGS is set with: > > $ go env|grep CGO_ > CGO_ENABLED="1" > CGO_CFLAGS="-g -O2" > CGO_CPPFLAGS="" > CGO_CXXFLAGS="-g -O2" > CGO_FFLAGS="-g -O2" >