X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fexamine_package.py;h=748a3be4afe5815aa7bad922cbbd28c548d298ff;hb=bdd0f80d900a9437fc0fbbf4ec1704da75907c69;hp=291472215ddfe51f991f2a4233d96843f975e0c5;hpb=cc881acbe81b1994372a28e066e30e398e2d9390;p=dak.git diff --git a/dak/examine_package.py b/dak/examine_package.py index 29147221..748a3be4 100755 --- a/dak/examine_package.py +++ b/dak/examine_package.py @@ -453,7 +453,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)