[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] process-new



and also call output_package_relations from process-new

Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 dak/process_new.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dak/process_new.py b/dak/process_new.py
index 3f6bbdb..9ecfcdc 100755
--- a/dak/process_new.py
+++ b/dak/process_new.py
@@ -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:
-- 
1.5.6.5


Reply to: