Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shrunk debug packages through using dwz | Thierry Vignaud | 2012-07-31 | 1 | -0/+53 |
| | | | | (https://fedoraproject.org/wiki/Features/DwarfCompressor) | ||||
* | add support for mini debug packages (disabled by default) | Thierry Vignaud | 2012-07-27 | 1 | -1/+36 |
| | | | | (https://fedoraproject.org/wiki/Features/MiniDebugInfo) | ||||
* | Generate debug symlinks for all filenames sharing a build-id (RhBug:641377) | Thierry Vignaud | 2012-07-27 | 1 | -0/+25 |
| | | | | (rpm.org, Jan Kratochvil <jan.kratochvil@redhat.com>, 2012-03-07) | ||||
* | Create GDB index from find-debuginfo if possible (RhBug:617166) | Thierry Vignaud | 2012-07-27 | 1 | -0/+2 |
| | | | | | | - Details in https://fedoraproject.org/wiki/Features/GdbIndex (rpm.org, Tom Tromey <tromey@redhat.com> 2010-08-09) | ||||
* | Fix find-debuginfo.sh behavior on cross-directory hardlinks (RhBug:618426) | Thierry Vignaud | 2012-07-27 | 1 | -1/+1 |
| | | | | | | | | | | - The find-debuginfo.sh script makes hard links of .debug files to correspond to hard links between install binaries. It can fail to create one of these .debug hard links if it's in a directory that didn't exist at that point in the script run. How this happens depends on things like the order "find" lists files, so it can be hard to reproduce off hand. (rpm.org, Roland McGrath <roland@redhat.com>, 2010-08-09) | ||||
* | backported from rpm.org (Jeff Tickle <jeff@jefftickle.com>, 2011-09-06) | Thierry Vignaud | 2012-07-27 | 1 | -1/+1 |
| | | | | | | | $RPM_BUILD_ROOT breaks brp-* scripts if it contains spaces (ticket #843) - This patch adds quotes around $RPM_BUILD_ROOT in places that I noticed they were missing, and attempts to handle some of the problems that can occur when looping over the output of find. | ||||
* | backported from rpm.org (Mark Wielaard <mjw@redhat.com>, 2011-05-25): | Thierry Vignaud | 2012-07-27 | 1 | -2/+11 |
| | | | | | | | | | Add -r flag to find-debuginfo.sh to invoke eu-strip --reloc-debug-sections. - This is a new option to eu-strip that strips out/resolves relocations between .debug_* elf sections in ET_REL files. This can save a lot of space for kernel module. Signed-off-by: Panu Matilainen <pmatilai@redhat.com> | ||||
* | drop useless rpm5 bits (less divergence with upstream) | Thierry Vignaud | 2012-07-27 | 1 | -9/+2 |
| | |||||
* | add support for $EXCLUDE_FROM_FULL_STRIP | Anssi Hannula | 2011-12-27 | 1 | -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.104 | Christophe Fergeau | 2010-04-27 | 1 | -1/+1 |
| | |||||
* | strip shared libraries with the '-g' option1.103 | Per Øyvind Karlsen | 2010-04-16 | 1 | -1/+1 |
| | |||||
* | really check that the debug directory we want to search through exists, not ↵ | Per Øyvind Karlsen | 2010-03-23 | 1 | -1/+1 |
| | | | | only the parent | ||||
* | allow for for only stripping files without creating debug package contents ↵1.99 | Per Øyvind Karlsen | 2010-03-09 | 1 | -2/+3 |
| | | | | by setting DISABLE_DEBUG environment variable. | ||||
* | reapply our changes against latest version from upstream | Per Øyvind Karlsen | 2010-03-05 | 1 | -43/+330 |
| | |||||
* | fix package build when the debug package is empty (regression introduded in ↵ | Anssi Hannula | 2009-12-12 | 1 | -0/+1 |
| | | | | 1.96) | ||||
* | don't try finding debug files in buildroot when there's none | Per Øyvind Karlsen | 2009-11-26 | 1 | -8/+12 |
| | |||||
* | fix path to debugedit for rpm5 | Per Øyvind Karlsen | 2009-06-25 | 1 | -1/+9 |
| | |||||
* | make sure debug files are world-readable | Olivier Blin | 2008-03-03 | 1 | -0/+1 |
| | |||||
* | preserve setuid/setgid permissions when stripping files for -debug package | Gwenolé Beauchesne | 2006-01-04 | 1 | -6/+6 |
| | |||||
* | strip shared libs too, really ship with eu-strip'ed binaries & libs | Gwenolé Beauchesne | 2005-08-25 | 1 | -4/+4 |
| | |||||
* | - import | Olivier Thauvin | 2005-04-26 | 1 | -0/+51 |