David Bremner wrote:
> If I extract the attached tarball, run 
> git init && git add . && git commit -m'blah' && git branch upstream
> 
> then pristine-tar commit  says
> 
> pristine-tar commit ../../libconvert-ytext-perl_0.1.2.orig.tar.gz 
> warning: pristine-gz cannot reproduce build of 
> ../../libconvert-ytext-perl_0.1.2.orig.tar.gz; storing entire file in delta!
> (Please consider filing a bug report so the delta size can be improved.)
> /usr/bin/pristine-tar: committed 
> libconvert-ytext-perl_0.1.2.orig.tar.gz.delta to branch pristine-tar
> 
> So here is requested bug report.

Looks like you created this file yourself. 

Something about the gz wrapper is weird:

/usr/bin/pristine-gz: flags: [0, 0, 0, 0, 0, 0, 0, 0] timestamp: 0
level: 0 os: 255 name: 

No filename, no timestamp, compression level 0, undefined OS.. Interesting.
What compressor made this?

zgz can deal with most of that weirdness, but it does not have a way
to set the compression level to 0, which is, presumably, why it fails.
Although I've tried manually each level from 1..9, and none of them
gets close to reproducing this.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to