]> git.decadent.org.uk Git - dak.git/blobdiff - dak/process_unchecked.py
Fix en_Ganneff
[dak.git] / dak / process_unchecked.py
index 920cfb9bf7c24d8fc0b5c3797a8d00ab0f7d9428..fc5ca0048a01aa652956fa4995b4f8a3ddaa96b8 100755 (executable)
@@ -1042,18 +1042,16 @@ def check_transition(sourcepkg):
                 # The source is affected, lets reject it.
                 reject("""%s: part of the %s transition.
 
-                Your package is part of a testing transition to get %s migrated.
-
-                Transition description: %s
-
-                This transition will finish when %s, version %s, reaches testing (it currently
-                has version %s).
-                This transition is managed by the Release Team and %s
-                is the Release-Team member responsible for it.
-                Please contact them or debian-release@lists.debian.org if you
-                need further assistance.
-                """
-                       % (sourcepkg, trans, source, t["reason"], source, new_vers, curvers, t["rm"]))
+Your package is part of a testing transition designed to get %s migrated
+(it currently is at version %s, we need version %s)
+
+Transition description: %s
+
+This transition is managed by the Release Team, and %s
+is the Release-Team member responsible for it.
+Please contact %s or debian-release@lists.debian.org if you
+need further assistance.
+                """ % (sourcepkg, trans, source, curvers, new_vers, t["reason"], t["rm"], t["rm"]))
                 return 0
 
 ################################################################################