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 read were on *creating* packages with > > > dh-make-golang, and haven't got to updating them yet. please help. > > > > So I went ahead and updated > > https://salsa.debian.org/go-team/packages/easygen, > > however, Thorsten found the lintian issue: > > > > W: easygen: binary-without-manpage usr/bin/easygen > > > > Yet, I've fixed it already upstream & locally and published it. > > > > This is how I did my `gbp push`: > > > > https://gist.github.com/suntong/6265f707c168404fa1146bbd48cfec4b#file-gbp-push-easygen-for-update-txt > > > > and I can see that it is there: > > https://salsa.debian.org/go-team/packages/easygen/tree/upstream > > > > What steps I'm missing? > > I must have missed some steps that I don't know I'm missing. > > > The lintian warning is the result from checking the binary package. Did > you add anything to debian/* to copy the manpage from the source to the > binary package during build?
Yes, I've fixed everything upstream & locally, and it went through sbuild just fine, with manpage in the binary package. then I did "gbp push" to publish it, and I believe that step is not enough, but I don't know what the proper steps are. Thanks
