From: Mark Hymers Date: Mon, 26 Oct 2009 18:00:37 +0000 (+0000) Subject: package -> source X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=367acb880c09610cdd6dc7d9fb7cb05198b4533e package -> source Signed-off-by: Mark Hymers --- diff --git a/dak/transitions.py b/dak/transitions.py index f329277a..d9da5c42 100755 --- a/dak/transitions.py +++ b/dak/transitions.py @@ -511,7 +511,7 @@ New Version: %s Responsible: %s Description: %s Blocked Packages (total: %d): %s -""" % (trans, source.package, expected, rm, reason, len(packages), ", ".join(packages)) +""" % (trans, source.source, expected, rm, reason, len(packages), ", ".join(packages)) ################################################################################