RFS: easygen 4.0 & golang-github-go-easygen-easygen-dev

2019-03-24 Thread Tong Sun
On Wed, Mar 20, 2019 at 11:45 AM Tong Sun wrote: > > Dear Go team, > > I am looking for (help and) a sponsor for the package "easygen" at... Since then, I've updated the upstream and salsa repo at: https://salsa.debian.org/go-team/packages/easygen It's now version 4. Ref: https://github.com/g

Re: Updating golang packages

2019-03-24 Thread Tong Sun
On Sun, Mar 24, 2019 at 6:12 PM Stephen Gelman wrote: > > On Mar 24, 2019, at 4:25 PM, Tong Sun wrote: > > What step(s) I've missed? Thx > > > After the “gbp import-orig" you need to run “dch -v NEW_VERSION” to add a > changeling entry for the new version (which updates the package version). Ha!

Re: Updating golang packages

2019-03-24 Thread Stephen Gelman
> On Mar 24, 2019, at 4:25 PM, Tong Sun wrote: > > What step(s) I've missed? Thx After the “gbp import-orig" you need to run “dch -v NEW_VERSION” to add a changeling entry for the new version (which updates the package version). Stephen

Re: Updating golang packages

2019-03-24 Thread Dawid Dziurla
Use gbp buildpackage, instead of raw dpkg-buildpackage. Like that for example: $ gbp buildpackage --git-builder=dpkg-buildpackage -us -uc -ui -i -b Builder can be set in $HOME/.gbp.conf, so you don't have to always specify --git-builder option. niedz., 24 mar 2019 o 22:42 Tong Sun napisał(a):

Re: Updating golang packages

2019-03-24 Thread Tong Sun
On Sun, Mar 17, 2019 at 9:31 AM Tong Sun wrote: > > On Sun, Mar 10, 2019 at 9:02 AM Tong Sun wrote: > > > Anywhere I can read about how to update golang packages? > > > > All the docs that I read were on *creating* packages with > > dh-make-golang, and haven't got to updating them yet. please help.