On 03/10/19 10:19, Xavier wrote:
> Never use gbp --uscan, totally buggy. Préfet uscan, then gbp import-orig 
> ../xx.orig.tard.gz

Thanks for the quick reply. It is indeed a git-buildpackage bug:
https://bugs.debian.org/934200

For future reference, this worked:

cd `mktemp -d`
git clone https://salsa.debian.org/js-team/node-yarnpkg
cd node-yarnpkg
git fetch origin pristine-tar
git checkout pristine-tar
git fetch origin upstream
git checkout upstream
git checkout master
uscan 
gbp import-orig --pristine-tar ../node-yarnpkg_1.19.0.orig.tar.gz

the master branch is now OK:
grep name package.json 
  "name": "yarn",

Paolo

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to