docstring
"clearup" relations variable after output.
Signed-off-by: Joerg Jaspert <joerg@debian.org>
database.init(Cnf, projectB)
printed_copyrights = {}
-package_relations = {}
+package_relations = {} #: Store relations of packages for later output
# default is to not output html.
use_html = 0
for relation in package_relations[package]:
to_print += "%-15s: (%s) %s\n" % (package, relation, package_relations[package][relation])
+ package_relations={}
foldable_output("Package relations", "relations", to_print)
def output_deb_info(suite, filename, packagename):