From: Joerg Jaspert Date: Sun, 12 Aug 2012 12:00:27 +0000 (+0200) Subject: No longer present file listing, we have it elsewhere anyways X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=80c5dfdc4b8c86492ad8459681f419e2749c7148 No longer present file listing, we have it elsewhere anyways Signed-off-by: Joerg Jaspert --- diff --git a/dak/examine_package.py b/dak/examine_package.py index a46cd4cc..cbe78274 100755 --- a/dak/examine_package.py +++ b/dak/examine_package.py @@ -552,9 +552,6 @@ def check_deb (suite, deb_filename, session = None): result += foldable_output("copyright of %s" % (filename), "binary-%s-copyright"%packagename, get_copyright(deb_filename)) + "\n" - result += foldable_output("file listing of %s" % (filename), - "binary-%s-file-listing"%packagename, do_command("ls -Ll", deb_filename)) - return result # Read a file, strip the signature and return the modified contents as