Hi Luis,
To make sure git-buildpackage is not simply lying: Could you check out
On Sun, Feb 02, 2014 at 09:46:40AM -0500, Luis Ibanez wrote:
> $ TMPDIR=/var/tmp git import-orig --pristine-tar
> ../../Replication/vista-foia_0.20130405.orig.tar.gz
>
> What is the upstream version? [0.20130405]
> gbp:info: Importing '../../Replication/vista-foia_0.20130405.orig.tar.gz'
> to branch 'upstream'...
> gbp:info: Source package is vista-foia
> gbp:info: Upstream version is 0.20130405
> xdelta: warning: no matches found in from file, patch will apply without it
> error: excessively large binary delta for
> /var/tmp/pristine-tar.bC1wZJOkad/origtarball
the upstream branch and unpack the original tarball to some other place
and do some
diff -ubrN <repository> <unpackaged_tarball>
(perhaps you need to move the .git dir to somewhere else before doing
this). This would uncover whether there might be real differences and
your import is somehow broken.