Re: Updating golang packages

2019-04-17 Thread Tong Sun
Thanks A LOT Thorsten! On Wed, Apr 17, 2019 at 1:45 PM Thorsten Alteholz wrote: > > > > On Tue, 16 Apr 2019, Tong Sun wrote: > > Could you check it for me again please? > > ... and uploaded. > >Thorsten >

Re: Updating golang packages

2019-04-17 Thread Thorsten Alteholz
On Tue, 16 Apr 2019, Tong Sun wrote: Could you check it for me again please? ... and uploaded. Thorsten

Re: Updating golang packages

2019-04-16 Thread Tong Sun
I pushed master branch myself just now -- it is so strange that `gbp push` should be pushing master branch, right? I have a log here showing that it did: https://gist.github.com/suntong/6265f707c168404fa1146bbd48cfec4b#file-gbp-push-easygen-txt Anyway, I build it again, and all seems OK to me: htt

Re: Updating golang packages

2019-04-16 Thread Tong Sun
No, I didn't. I know I should, but was wondering what else I might've also been missing. thanks for your help, Dawid On Tue, Apr 16, 2019 at 2:55 PM Dawid Dziurla wrote: > > Did you push master branch? Branches upstream and pristine-tar seem to be > up-to-date though. > > On April 16, 2019 8:4

Re: Updating golang packages

2019-04-16 Thread Dawid Dziurla
Did you push master branch? Branches upstream and pristine-tar seem to be up-to-date though. On April 16, 2019 8:48:30 PM GMT+02:00, Tong Sun wrote: >On Tue, Apr 16, 2019 at 2:40 PM Thorsten Alteholz wrote: > >> On Tue, 16 Apr 2019, Tong Sun wrote: >> > Yes, I've fixed everything upstream & loc

Re: Updating golang packages

2019-04-16 Thread Tong Sun
On Tue, Apr 16, 2019 at 2:40 PM Thorsten Alteholz wrote: > On Tue, 16 Apr 2019, Tong Sun wrote: > > Yes, I've fixed everything upstream & locally, and it went through > > sbuild just fine, with manpage in the binary package. > > There is no man page in my version of the package: > > How did you pu

Re: Updating golang packages

2019-04-16 Thread Thorsten Alteholz
On Tue, 16 Apr 2019, Tong Sun wrote: Yes, I've fixed everything upstream & locally, and it went through sbuild just fine, with manpage in the binary package. There is no man page in my version of the package: debian@devtime:~/golang/sponsor/p005$ dpkg -c easygen_3.0.0+git20180723.75369c3-1

Re: Updating golang packages

2019-04-16 Thread Tong Sun
On Mon, Apr 15, 2019 at 10:31 PM 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? > > > > If there is no such thing exist, would anyone briefly list the key > > points/steps please? > > > > > All the docs that I

Re: Updating golang packages

2019-04-15 Thread Tong Sun
On Sun, Mar 10, 2019 at 9:02 AM Tong Sun wrote: > Anywhere I can read about how to update golang packages? If there is no such thing exist, would anyone briefly list the key points/steps please? > All the docs that I read were on *creating* packages with > dh-make-golang, and haven't got to upda

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.

Re: Updating golang packages

2019-03-17 Thread Tong Sun
Please disregard my following message. 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'

Re: Updating golang packages

2019-03-17 Thread Tong Sun
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. Found it, at https://honk.sigxcpu.org/projects/git-buildpac

Updating golang packages

2019-03-10 Thread Tong Sun
On Sun, Mar 10, 2019 at 5:00 AM Shengjing Zhu wrote: > > On Sun, Mar 10, 2019 at 1:15 PM Tong Sun wrote: > > > > Hi, > > > > I'm thinking to update golang-github-ghodss-yaml as it is about two years > > old now and some useful functionalities have been added in. So, the > > questions are: > > >