]> git.decadent.org.uk Git - dak.git/commitdiff
tidy up messages
authorMark Hymers <mhy@debian.org>
Mon, 26 Oct 2009 18:03:10 +0000 (18:03 +0000)
committerMark Hymers <mhy@debian.org>
Mon, 26 Oct 2009 18:03:10 +0000 (18:03 +0000)
Signed-off-by: Mark Hymers <mhy@debian.org>
daklib/queue.py

index 9ea69c414612d7336f26d21330e68679109b599e..81b54c9cc8f978f66432be4a329e3fe8d43f4374 100755 (executable)
@@ -1327,13 +1327,13 @@ class Upload(object):
                     rejectmsg += "Transition description: %s\n\n" % (t["reason"])
 
                     rejectmsg += "\n".join(textwrap.wrap("""Your package
-    is part of a testing transition designed to get %s migrated (it is
-    currently %s, we need version %s).  This transition is managed by the
-    Release Team, and %s is the Release-Team member responsible for it.
-    Please mail debian-release@lists.debian.org or contact %s directly if you
-    need further assistance.  You might want to upload to experimental until this
-    transition is done."""
-                            % (source, currentlymsg, expected,t["rm"], t["rm"])))
+is part of a testing transition designed to get %s migrated (it is
+currently %s, we need version %s).  This transition is managed by the
+Release Team, and %s is the Release-Team member responsible for it.
+Please mail debian-release@lists.debian.org or contact %s directly if you
+need further assistance.  You might want to upload to experimental until this
+transition is done."""
+                            % (source.source, currentlymsg, expected,t["rm"], t["rm"])))
 
                     self.rejects.append(rejectmsg)
                     return