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: