Hello, >hmm, what is wrong with me? My import workflow is below: >1. git clone xx.git(I forked this one) >2. gbp pq import >3. gbp import-orig --pristine-tar --uscan >4. gbp pq rebase >5. gbp pq export >6. commit to master then push
My workflow is: 1. git clone 2. uscan --debug 3. gbp import-orig --pristine-tar ../tarball.path 4. quilt push/quilt refresh 5. gbp build-package -S -d --git-tag For some reasons, the gbp import orig is doing something weird when used with uscan? (no big deal, I don't think this is a trouble, except that I like when the tarball has the same md5sum hash as the upstream one) G.

