On Sat, Apr 4, 2020 at 5:48 PM Tong Sun <[email protected]> wrote: > > On Sat, Apr 4, 2020 at 1:53 PM Robin Gustafsson - [email protected] > <pkgoyq.xpt.7299e97f82.robin#[email protected]> wrote: > > > > Hi Tong Sun, > > > > > I was using `gbp import-orig --sign-tags --uscan` but it seems that > > > `--uscan` cannot be used with `gbp import-orig` under the case of no > > > upstream releases. > > > > I believe it'll work if the debian/watch file is set up such as to > > have uscan download the upstream's git repo. The "direct access to the > > git repository" sections in the uscan manual provides examples of what > > I'm referring to. > > Thanks to all who replied. > > This is my debian/watch file > (https://salsa.debian.org/go-team/packages/golang-github-tonistiigi-fsutil/-/blob/debian/sid/debian/watch) > > version=4 > opts="mode=git, pgpmode=none" \ > https://github.com/tonistiigi/fsutil.git \ > HEAD debian > > but when I ran it, I got the following error: > > gbp:error: Uscan failed: Filename pattern missing version delimiters > () without filenamemangle
Sorry, I fix it -- I should have ran it within my docker but not outside it.

