X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fexamine_package.py;h=cbe782743db1e8fa34403f91284fb4f3dfa0d127;hb=a678233656faab3bf616081c4eda7a62bc876a89;hp=a46cd4ccb5bfa7f710cef3902b6dae099d9201c5;hpb=4d55ccdfbc7345f53579343fa63e1dd528884417;p=dak.git 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