chiark / gitweb /
Slightly better message when .dsc not found.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 16 Nov 2016 18:17:51 +0000 (18:17 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 19 Dec 2016 16:58:57 +0000 (16:58 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/changelog
dgit

index 4ee6485dba02c43bcbf6c3feacb8daff29957236..fdf522b2bb65af4c6ac46fe69785dc765ff32af6 100644 (file)
@@ -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 f1d59f61b3052dbdb188d5ab64902eec9df565a4..ee82cd06485146a85a3a69d9d890de439cbaeacf 100755 (executable)
--- 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);