Re: Help to confirm the workflow for updating golang-github-zyedidia-pty

2023-03-15 Thread Bo YU
hi, On Wed, Mar 15, 2023 at 3:33 PM Shengjing Zhu wrote: > > On Wed, Mar 15, 2023 at 3:24 PM Bo YU wrote: > > ``` > > We just use `gbp dch`. > > Besides, a question for uploaders of golang-github-zyedidia-pty, do we > really need this fork? Can you convince upstream to forward their > patch to

Re: Help to confirm the workflow for updating golang-github-zyedidia-pty

2023-03-15 Thread Bo YU
On Wed, Mar 15, 2023 at 6:40 PM Shengjing Zhu wrote: > > On Wed, Mar 15, 2023 at 6:34 PM Bo YU wrote: > [...] > > From man manual[1], the `--upstream-vcs-tag` option should enable > > upstream branch contains all upstream git history. > > Yes. You need add a new remote which points to upstream r

Re: Help to confirm the workflow for updating golang-github-zyedidia-pty

2023-03-15 Thread Shengjing Zhu
On Wed, Mar 15, 2023 at 6:34 PM Bo YU wrote: [...] > From man manual[1], the `--upstream-vcs-tag` option should enable > upstream branch contains all upstream git history. Yes. You need add a new remote which points to upstream repository, and fetch tags from it. Well, dh-make-golang does that

Re: Help to confirm the workflow for updating golang-github-zyedidia-pty

2023-03-15 Thread Bo YU
On Wed, Mar 15, 2023 at 5:59 PM Shengjing Zhu wrote: > > On Wed, Mar 15, 2023 at 5:55 PM Bo YU wrote: > > How to understand this? > > "“upstream” branch should contain upstream git history" > > > > But from my observation, both ways(upstream branch contains upstrream > > git history > > and it do

Re: Help to confirm the workflow for updating golang-github-zyedidia-pty

2023-03-15 Thread Shengjing Zhu
On Wed, Mar 15, 2023 at 5:55 PM Bo YU wrote: > How to understand this? > "“upstream” branch should contain upstream git history" > > But from my observation, both ways(upstream branch contains upstrream > git history > and it does not contain upstream git history) was accepted for go team. Which

Re: Help to confirm the workflow for updating golang-github-zyedidia-pty

2023-03-15 Thread Bo YU
hi, On Wed, Mar 15, 2023 at 3:33 PM Shengjing Zhu wrote: > > On Wed, Mar 15, 2023 at 3:24 PM Bo YU wrote: > [...] > > 4. git checkout upstream > > 5. git merge v1.1.20 > > 6. git merge --continue > > 7. git tag -a upstream/1.1.20 > > 8. git checkout debian/sid > > 9. git merge upstream/1.1.20 >

Re: Help to confirm the workflow for updating golang-github-zyedidia-pty

2023-03-15 Thread Bo YU
hi, On Wed, Mar 15, 2023 at 3:33 PM Shengjing Zhu wrote: > > On Wed, Mar 15, 2023 at 3:24 PM Bo YU wrote: > [...] > > 4. git checkout upstream > > 5. git merge v1.1.20 > > 6. git merge --continue > > 7. git tag -a upstream/1.1.20 > > 8. git checkout debian/sid > > 9. git merge upstream/1.1.20 >

Re: Help to confirm the workflow for updating golang-github-zyedidia-pty

2023-03-15 Thread Shengjing Zhu
On Wed, Mar 15, 2023 at 3:24 PM Bo YU wrote: [...] > 4. git checkout upstream > 5. git merge v1.1.20 > 6. git merge --continue > 7. git tag -a upstream/1.1.20 > 8. git checkout debian/sid > 9. git merge upstream/1.1.20 > No. We use gbp. You can just use `gbp import-orig --uscan --upstream-vcs-tag

Help to confirm the workflow for updating golang-github-zyedidia-pty

2023-03-15 Thread Bo YU
Hi, This is my the first time to upload package updated for go team. So I seek for the help to confirm the workflow is right and avoid to cause trouble for the package. Here is the olang-github-zyedidia-pty that I want to upgrade it and fix #1032265[0]. Below is my workflow to update it. ``` 1.