From a1d908d84d83f9e8ec1363002b3339f96a0c10b9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 29 Jun 2019 18:02:59 +0100 Subject: dgit: import_tarball_tartrees: Honour Path in dfis These do not appear in information collected from a .dsc; in that case, the files are arranged to be in the playground where they can be simply picked up. But we are going to want to direct import_tarball_tartrees to tarballs found elsewhere. No functional change with the current sources of dfi information. Signed-off-by: Ian Jackson --- dgit | 1 + 1 file changed, 1 insertion(+) diff --git a/dgit b/dgit index 4844bfc..0d31724 100755 --- a/dgit +++ b/dgit @@ -2302,6 +2302,7 @@ sub import_tarball_tartrees ($$) { $compr_ext, $orig_f_part ), "\n"; + my $path = $fi->{Path} // $f; my $input = new IO::File $f, '<' or die "$f $!"; my $compr_pid; my @compr_cmd; -- cgit v1.2.3