From 110b3e905312d6f94160c30d33b166ba4831d7ac Mon Sep 17 00:00:00 2001 From: Ximin Luo Date: Tue, 11 Oct 2016 14:56:34 +0200 Subject: Use popcon.source_package now that it's available in jessie-backports Signed-off-by: Holger Levsen --- bin/reproducible_html_notes.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index 63e94adf..5f5bd201 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -399,7 +399,7 @@ def issues_popcon_annotate(issues_list): try: n = len(issues_list) popcon_dict = dict((p, 0) for p in issues_list) - popcon_dict.update(popcon.package(*issues_list)) + popcon_dict.update(popcon.source_package(*issues_list)) issues = sorted(popcon_dict.items(), key=lambda p: p[0]) issues_by_popcon = sorted(issues, key=lambda p: p[1], reverse=True) issues_with_popcon = [(p[0], p[1], i