]> git.decadent.org.uk Git - dak.git/commitdiff
No longer present file listing, we have it elsewhere anyways
authorJoerg Jaspert <joerg@debian.org>
Sun, 12 Aug 2012 12:00:27 +0000 (14:00 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sun, 12 Aug 2012 12:00:27 +0000 (14:00 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/examine_package.py

index a46cd4ccb5bfa7f710cef3902b6dae099d9201c5..cbe782743db1e8fa34403f91284fb4f3dfa0d127 100755 (executable)
@@ -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