[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] No longer present file listing, we have it elsewhere anyways



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 dak/examine_package.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dak/examine_package.py b/dak/examine_package.py
index a46cd4c..cbe7827 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
-- 
1.7.2.5



Reply to: