From 8c7f1724b5d87175c922a149b6408c0df9a697c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20=C3=87a=C4=9Flayan?= Date: Mon, 17 Aug 2009 09:28:24 +0000 Subject: [PATCH] Revert kernel module stripping for now --- ChangeLog | 6 +++++- pisi/util.py | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d0b4fb1b..69678bcd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-08-04 Ozan Çağlayan + * (pisi/util.py): Revert kernel module stripping for now as it's not + tested well. + 2009-08-14 Serdar Dalgıç * tarZ support for archives @@ -10,7 +14,7 @@ or --quiet parameter is passed. 2009-08-07 Ozan Çağlayan - * (utils.py): Strip kernel and modules as well as other binaries to build + * (pisi/util.py): Strip kernel and modules as well as other binaries to build dbginfo packages for them. 2009-08-04 Ozan Çağlayan diff --git a/pisi/util.py b/pisi/util.py index bb39d7a2..9c9ea4ba 100644 --- a/pisi/util.py +++ b/pisi/util.py @@ -513,6 +513,7 @@ def strip_file(filepath, fileinfo, outpath): run_strip(filepath, "--strip-debug") return True + """ if "SB relocatable" in fileinfo and filepath.endswith(".ko"): # kernel module if ctx.config.values.build.generatedebug: @@ -520,6 +521,7 @@ def strip_file(filepath, fileinfo, outpath): save_elf_debug(filepath, outpath) run_strip(filepath, "--strip-debug") return True + """ elif "SB executable" in fileinfo: if ctx.config.values.build.generatedebug: