On Wed, Sep 27, 2023 at 2:58 AM Nilesh Patra <[email protected]> wrote: > > On Tue, Sep 26, 2023 at 02:42:44PM +0800, Bo YU wrote: > > Now I am seeking help to upload them: > > golang-github-zyedidia-terminal [0] > > golang-github-zyedidia-tcell [1] > > micro [2] > > I am a little confused. The go.mod of micro says: > > github.com/zyedidia/tcell/v2 v2.0.10-0.20230831153116-061c5b2c7260 // > indirect > > However on github, I see 2.0.9 as the latest release, and you modified > d/watch for a git tag. > Can you please check with upstream as to what maybe the correct version?
Thanks. I suppose the upstream forget to push new version to zyedidia/tcell? See: https://github.com/zyedidia/micro/issues/2854#issuecomment-1736471075 > > Also, since the commit comes after the release commit of version 2.0.9, you > should use the > "+" qualifier in the release name, i.e. 2.0.9+git20230831.061c5b2-1 > indicating it should > sort higher than 2.0.9. Okay. Here I follow the changelog entry in d/changelog: golang-github-zyedidia-tcell (0.0~git20200210.f7f063a-1) unstable; urgency=medium But I think I should change as your advice. Let's wait for upstream response. BR, Bo > > > [0]: > > https://salsa.debian.org/go-team/packages/golang-github-zyedidia-terminal > > [1]: https://salsa.debian.org/go-team/packages/golang-github-zyedidia-tcell/ > > [2]: https://salsa.debian.org/go-team/packages/micro/-/tree/debian/sid > > Best, > Nilesh
