X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fexamine_package.py;h=fd06f519e8e9b4c0b24fc46bae28d6fd1853780f;hb=b612f3da207fa0d75a5d3b204ac8f02bb244231a;hp=291472215ddfe51f991f2a4233d96843f975e0c5;hpb=cc881acbe81b1994372a28e066e30e398e2d9390;p=dak.git diff --git a/dak/examine_package.py b/dak/examine_package.py index 29147221..fd06f519 100755 --- a/dak/examine_package.py +++ b/dak/examine_package.py @@ -355,6 +355,7 @@ def output_package_relations (): if len(package_relations) < 2: # Only list something if we have more than one binary to compare + package_relations.clear() return to_print = "" @@ -453,7 +454,7 @@ def get_readme_source (dsc_filename): if os.path.exists(path): res += do_command("cat", path) else: - res += "No README.source in this package" + res += "No README.source in this package\n\n" try: shutil.rmtree(tempdir)