Cyril Brulebois wrote: > I didn't check yet why (remember, I'm very new to pristine-tar) but the > 5 above trigger: “paranoia check failed on params file from delta”. I'll > check that later.
My guess is that could be fixed as follows. If not, the bit in parens
after the error message should tell more.
diff --git a/pristine-gz b/pristine-gz
index 3602763..aac3c36 100755
--- a/pristine-gz
+++ b/pristine-gz
@@ -347,6 +347,7 @@ sub gengz {
next if /^(--gnu|--rsyncable|-[nmM1-9])$/;
if (/^(--original-name|--quirk|--osflag)$/) {
shift @params;
+ next;
}
die "paranoia check failed on params file from delta ($params)";
}
--
see shy jo
signature.asc
Description: Digital signature

