Hi, On Fri, May 25, 2018 at 03:20:59AM -0700, Sean Whitton wrote: > Hello, > > On Thu, May 24 2018, Guido Günther wrote: > > > There's no such logic there yet. FWIW I've added gbp-import-ref > > > > > > https://github.com/agx/git-buildpackage/commit/1592882c38fcbb107332d9a0a63b8da4e0bf8a48 > > > > so we can now look into adding the proper filtering and logic for > > creating the tag name automatically. > > It occurs to me that this might be usable for workflows where the > orig.tar for the upload is generated with `git deborig` and the upstream > tarball is not used. > > Currently, such a workflow[1] involves starting a temporary branch at > the upstream release tag, manually filtering, committing, tagging with > the +dfsg version number, deleting the temporary branch and merging the > +dfsg tag to master. It would be great if we could instead just type > `gbp import-ref v1.0.0`.
That's basically the plan. -- Guido > > [1] dgit-maint-merge(7) and (unreleased at time of writing) > dgit-maint-debrebase(7) > > -- > Sean Whitton >