From ae76da9e192b4284324c28ee0b7c75c245850f50 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 1 Oct 2018 14:55:06 +0100 Subject: [PATCH] dgit: fix import-dsc missing file reference The message used to say ../ but actually nowadays we look in bpd and next to the .dsc. Change it to say .../. Signed-off-by: Ian Jackson --- dgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dgit b/dgit index 32b024ec..5aa1197c 100755 --- a/dgit +++ b/dgit @@ -6848,7 +6848,7 @@ END $dscfn; } $there =~ s#/+[^/]+$## or fail f_ - "import %s requires ../%s, but it does not exist", + "import %s requires .../%s, but it does not exist", $dscfn, $f; $there .= "/$f"; my $test = $there =~ m{^/} ? $there : "../$there"; -- 2.30.2