From: Luca Falavigna Date: Sun, 4 Mar 2012 19:37:19 +0000 (+0000) Subject: Display changes in ACCEPTED mails (Closes: #261096) X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=0c9e689e7763e2920ad359f3cd9cb837bec40657 Display changes in ACCEPTED mails (Closes: #261096) Signed-off-by: Luca Falavigna --- diff --git a/daklib/queue.py b/daklib/queue.py index 85c85f92..ccb806e9 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -1933,8 +1933,7 @@ transition is done.""" # This is for direport's benefit... f = re_fdnic.sub("\n .\n", self.pkg.changes.get("changes", "")) - if byhand or new: - summary += "Changes: " + f + summary += "\n\nChanges:\n" + f summary += "\n\nOverride entries for your package:\n" + override_summary + "\n"