From 1ece375ce336479b22d45415cda01528e96f823e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 16 Nov 2016 18:17:51 +0000 Subject: [PATCH 1/1] Slightly better message when .dsc not found. Signed-off-by: Ian Jackson --- debian/changelog | 1 + dgit | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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); -- 2.30.2