]> git.decadent.org.uk Git - dak.git/commitdiff
Merge remote-tracking branch 'ansgar/pu/multiarchive-2'
authorJoerg Jaspert <joerg@debian.org>
Sun, 12 Aug 2012 10:30:02 +0000 (12:30 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sun, 12 Aug 2012 10:30:02 +0000 (12:30 +0200)
* ansgar/pu/multiarchive-2:
  daklib/checks.py: set control variable

Signed-off-by: Joerg Jaspert <joerg@debian.org>
daklib/checks.py

index 6091bc73f60deca61c50a74155022fd0bd475f45..63b56da6c0b3c4f771f8070d58e53db4e10d81b4 100644 (file)
@@ -471,6 +471,7 @@ class TransitionCheck(Check):
         if transitions is None:
             return True
 
+        control = upload.changes.changes
         source = re_field_source.match(control['Source']).group('package')
 
         for trans in transitions: