]> git.decadent.org.uk Git - dak.git/commitdiff
process-new
authorJoerg Jaspert <joerg@debian.org>
Sat, 4 Apr 2009 13:35:02 +0000 (15:35 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sat, 4 Apr 2009 13:35:02 +0000 (15:35 +0200)
and also call output_package_relations from process-new

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

index 3f6bbdbf5000f4c41563c9bf8b699bf35b4d16bd..9ecfcdc6bbc2ade5ca50079f3880319d7fa23756 100755 (executable)
@@ -516,6 +516,7 @@ def check_pkg ():
                     elif ftype == "dsc":
                         examine_package.check_dsc(changes['distribution'], f)
         finally:
+            examine_package.output_package_relations()
             sys.stdout = stdout_fd
     except IOError, e:
         if e.errno == errno.EPIPE: