This makes reproducing star's tarball work, even though tar gets upset while listing it and decides to die at the end.
(If the manifest is truncated, the delta just gets bigger..)
is included.
* pristine-tar: Avoid dying in corner case involving tar's filename
encoding. Fixes several failures.
+ * pristine-tar: Avoid dying if tar tv exits nonzero. This makes
+ reproducing star's tarball work, even though tar gets upset
+ while listing it and decides to die at the end.
Stats: Only 1 known failure (on star's tarball).
Deltas for all 14294 tarballs in the Debian archive now use XXX MB total.
s/^\.?\/+//;
print OUT "$_\n" if length $_;
}
- close IN || error "tar tf exited nonzero";
+ close IN;
close OUT;
}