aboutsummaryrefslogtreecommitdiffstats
path: root/find-debuginfo.sh
Commit message (Collapse)AuthorAgeFilesLines
* add support for $EXCLUDE_FROM_FULL_STRIPAnssi Hannula2011-12-271-0/+3
| | | | | | | | | Add support for $EXCLUDE_FROM_FULL_STRIP regexp which makes find-debuginfo.sh only strip debugging symbols from the matched files (from Mandriva). This is useful for e.g. glibc where we don't want to fully strip some libraries to keep valgrind, gdb, etc. working without glibc-debug.
* 1.104 - revert "strip -g" change for shared libraries1.104Christophe Fergeau2010-04-271-1/+1
|
* strip shared libraries with the '-g' option1.103Per Øyvind Karlsen2010-04-161-1/+1
|
* really check that the debug directory we want to search through exists, not ↵Per Øyvind Karlsen2010-03-231-1/+1
| | | | only the parent
* allow for for only stripping files without creating debug package contents ↵1.99Per Øyvind Karlsen2010-03-091-2/+3
| | | | by setting DISABLE_DEBUG environment variable.
* reapply our changes against latest version from upstreamPer Øyvind Karlsen2010-03-051-43/+330
|
* fix package build when the debug package is empty (regression introduded in ↵Anssi Hannula2009-12-121-0/+1
| | | | 1.96)
* don't try finding debug files in buildroot when there's nonePer Øyvind Karlsen2009-11-261-8/+12
|
* fix path to debugedit for rpm5Per Øyvind Karlsen2009-06-251-1/+9
|
* make sure debug files are world-readableOlivier Blin2008-03-031-0/+1
|
* preserve setuid/setgid permissions when stripping files for -debug packageGwenolé Beauchesne2006-01-041-6/+6
|
* strip shared libs too, really ship with eu-strip'ed binaries & libsGwenolé Beauchesne2005-08-251-4/+4
|
* - importOlivier Thauvin2005-04-261-0/+51