]> git.decadent.org.uk Git - dak.git/commitdiff
extensions.py: minor tidyup
authorAnthony Towns <aj@azure.humbug.org.au>
Fri, 21 Mar 2008 14:04:34 +0000 (14:04 +0000)
committerAnthony Towns <aj@azure.humbug.org.au>
Fri, 21 Mar 2008 14:04:34 +0000 (14:04 +0000)
config/debian/extensions.py

index 4340ca3be8477635c781b609331cb257933a85d2..9823b29c5fd1f563adffb89f4207194429f9d4fe 100644 (file)
@@ -57,18 +57,17 @@ def check_transition():
 
                rejectmsg = "%s: part of the %s transition.\n\n" % (
                        sourcepkg, trans)
+               rejectmsg += "Transition description: %s\n\n" % (t["reason"])
 
                if current is not None:
                    currentlymsg = "at version %s" % (current)
                else:
                    currentlymsg = "not present in testing"
 
-               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.
+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."""
                        % (source, currentlymsg, expected,t["rm"], t["rm"])))