From d9c01c5b1725a6e5a684647600dc915017fe50c9 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Fri, 21 Mar 2008 15:24:55 +0100 Subject: [PATCH] Whitespace changes only --- config/debian/extensions.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/config/debian/extensions.py b/config/debian/extensions.py index 4340ca3b..31728d2a 100644 --- a/config/debian/extensions.py +++ b/config/debian/extensions.py @@ -32,7 +32,7 @@ def check_transition(): except syck.error, msg: # This shouldn't happen, there is a wrapper to edit the file which # checks it, but we prefer to be safe than ending up rejecting - # everything. + # everything. daklib.utils.warn("Not checking transitions, the transitions file is broken: %s." % (msg)) return @@ -55,23 +55,23 @@ def check_transition(): if sourcepkg in t['packages']: # The source is affected, lets reject it. - rejectmsg = "%s: part of the %s transition.\n\n" % ( - sourcepkg, trans) + rejectmsg = "%s: part of the %s transition.\n\n" % ( + sourcepkg, trans) - if current is not None: - currentlymsg = "at version %s" % (current) - else: - currentlymsg = "not present in testing" + 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 += "Transition description: %s\n\n" % (t["reason"]) - rejectmsg += "\n".join(textwrap.wrap("""Your package + 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.""" - % (source, currentlymsg, expected,t["rm"], t["rm"]))) + % (source, currentlymsg, expected,t["rm"], t["rm"]))) reject(rejectmsg + "\n") return -- 2.39.5