<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- scripts/Dpkg/Source/Archive.pm.orig
+++ scripts/Dpkg/Source/Archive.pm
@@ -94,7 +94,7 @@ sub finish {
     my $self = shift;

     close(*$self-&gt;{tar_input}) or syserr(g_('close on tar input'));
-    wait_child(*$self-&gt;{pid}, cmdline =&gt; 'tar -cf -');
+    wait_child(*$self-&gt;{pid}, cmdline =&gt; 'gnutar -cf -');
     delete *$self-&gt;{pid};
     delete *$self-&gt;{tar_input};
     delete *$self-&gt;{cwd};
</pre></body></html>