X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fexamine_package.py;h=cbe782743db1e8fa34403f91284fb4f3dfa0d127;hb=54903526ea5f9cd14103bcd3d312683e004c94d4;hp=7db7de7dea3d9973b99039fe13445ba98f6dec79;hpb=add6829bd0c324bcfb6cc95dabcc32be7efd5724;p=dak.git diff --git a/dak/examine_package.py b/dak/examine_package.py index 7db7de7d..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 -l", deb_filename)) - return result # Read a file, strip the signature and return the modified contents as