chiark / gitweb /
Properly substitute $changesfile in one of the `You can retry' messages. Closes...
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 22 May 2016 14:45:13 +0000 (15:45 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 1 Jul 2016 21:37:38 +0000 (22:37 +0100)
debian/changelog
dgit

index 1309610a814c865761edcbc337f8b606b7f28de0..98a03d2173621b3f61a1b99370bfef5ce74a84f8 100644 (file)
@@ -14,6 +14,8 @@ dgit (1.5~~) unstable; urgency=medium
     (since warn has been made fatal and aborts the cleanup chain).
   * Print better error message (with `fail' rather than `die') if
     `dgit clone' cannot create the destination directory.
     (since warn has been made fatal and aborts the cleanup chain).
   * Print better error message (with `fail' rather than `die') if
     `dgit clone' cannot create the destination directory.
+  * Properly substitute $changesfile in one of the `You can retry'
+    messages.  Closes:#800078.
 
   Test suite:
   * When sbuild fails, do not crash due to sed not finding the log
 
   Test suite:
   * When sbuild fails, do not crash due to sed not finding the log
diff --git a/dgit b/dgit
index 9bdd2074b520d33ce14234d4e50e53971d4ebb27..0b66d390ea6adc6f5bd102fd4480f81e639d8933 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -2083,7 +2083,7 @@ END
        sign_changes $changesfile;
     }
 
        sign_changes $changesfile;
     }
 
-    supplementary_message(<<'END');
+    supplementary_message(<<END);
 Push failed, while uploading package(s) to the archive server.
 You can retry the upload of exactly these same files with dput of:
   $changesfile
 Push failed, while uploading package(s) to the archive server.
 You can retry the upload of exactly these same files with dput of:
   $changesfile