From: Ian Jackson Date: Wed, 16 Nov 2016 18:17:51 +0000 (+0000) Subject: Slightly better message when .dsc not found. X-Git-Tag: archive/debian/2.12~15 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=1ece375ce336479b22d45415cda01528e96f823e Slightly better message when .dsc not found. Signed-off-by: Ian Jackson --- diff --git a/debian/changelog b/debian/changelog index 4ee6485d..fdf522b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ dgit (2.12~) unstable; urgency=medium * dgit-maint-merge(7): Explain how to change to this workflow from an existing git workflow. [Sean Whitton] Closes:#847807. * Version tags mangling: Protect dots, as per proposed update to DEP-14. + * Slightly better message when .dsc not found. Test suite: * Provide and use stunt lintian and debuild, to avoid lintian diff --git a/dgit b/dgit index f1d59f61..ee82cd06 100755 --- a/dgit +++ b/dgit @@ -3812,7 +3812,7 @@ END my $dscpath = "$buildproductsdir/$dscfn"; stat_exists $dscpath or - fail "looked for .dsc $dscfn, but $!;". + fail "looked for .dsc $dscpath, but $!;". " maybe you forgot to build"; responder_send_file('dsc', $dscpath);