summaryrefslogtreecommitdiff
path: root/dh_strip
Commit message (Collapse)AuthorAge
* r1685: * dh_strip: if an .a file is not a binary file, do not try to ↵joey2004-04-28
| | | | | | strip it. This deals with linker scripts used on the Hurd. Closes: #246366
* r1673: * Bump dh_strip's recommended bintuils dep to current. Closes: #237304joey2004-03-28
|
* r1653: * dh_strip: Add note to man page that the detached debugging ↵joey2004-02-08
| | | | | | | | | symbols options mean the package must build-depend on a new enough version of binutils. Closes: #231382 * dh_installdebconf: The debconf dependency has changed to include "| debconf-2.0". Closes: #230622
* r1647: * dh_strip: Fix a unquoted string in regexp in the dbg symbols code.joey2004-01-18
| | | | Closes: #228272
* r1623: * dh_strip: typo. Closes: #218745joey2003-11-02
| | | | | | | * Updated Spanish man page translations for: debhelper dh_installcron dh_installinit dh_installlogrotate dh_installman dh_installmodules dh_installpam dh_install dh_movefiles dh_strip Closes: #218718
* r1614: * Patch from Andrew Suffield <asuffield@debian.org> to make dh_stripjoey2003-10-14
| | | | | | | | support saving the debugging symbols with a --keep-debug flag and dh_shlibdeps skip /usr/lib/debug. Thanks! Closes: #215670 * Add --dbg-package flag to dh_strip, to list packages that have associated -dbg packages. dh_strip will then move the debug symbols over to the associated -dbg packages.
* r598: * dh_strip: do not strip files multiple times.joey2003-07-22
|
* r576: * Rename debhelper.1 to debhelper.7.joey2003-03-03
| | | | * Typo, Closes: #183267
* r552: * The "reverse hangover" release.joey2002-09-27
| | | | | | | | | | * dh_strip: better documentation, removed extraneous "item" from SYNOPSIS. Closes: #162493 * dh_strip: detect and don't strip debug/*.so files. * Note that 4.1.11 changelog entry was incorrect, dh_perl worked fine without that change, but the new behavior is less likely to break things if dpkg-gencontrol changes. * Various improvements to debhelper(1).
* r546: * dh_builddeb(1): It's --filename, not --name. Closes: #160151joey2002-09-09
|
* r525: * dh_strip: If a file is an ELF shared binary, does not have a ↵joey2002-05-23
| | | | | | | .so.* in its name, stirp it as a ELF binary. It seems that GNUstep has files of this sort. See bug #35733 (not sufficient to close all of it).
* r499: * dh_strip: run file using a safe pipe open, that will not expose ↵joey2001-12-27
| | | | | | | any weird characters in filenames to a shell. Closes: #126491 * fixed dh_testdir man page
* r496: * Man page cleanups, Closes: #119335joey2001-11-18
|
* r479: * Unimportant spelling fix. Closes: #100666joey2001-06-14
|
* r457: * dh_strip: ensure that the file _ends_ with `.a'. Closes: #90647joey2001-03-22
|
* r442: fixed bad new bugjoey2001-02-10
|
* r436: more podsjoey2001-02-10
|
* r421: use strictjoey2001-02-09
|
* r416: better messagejoey2001-02-03
| | | | wrapping
* r366: * dh_strip: now knows about the DEB_BUILD_OPTIONS=nostrip thing.joey2000-08-20
|
* r338: * Patch from Jorgen `forcer' Schaefer <forcer at mindless.com> (muchjoey2000-03-02
| | | | | | | | | | | | | | | | | modified)to make dh_installwm use new window manager registration method, update-alternatives. Closes: #52156, #34684 (latter bug is obsolete) * Fixed $dh{flavor} to be upper-case. * Deprecated dh_installemavcsen --number; use --priority instead. Also, the option parser requires the parameter be a number now. And, dh_installwm now accepts --priority, and window manager packages should start using it. * dh_installwm now behaves like a proper debhelper command, and reads debian/<package>.wm too. This is a small behavior change; filenames specified on the command line no longer apply to all packages it acts on. I can't belive this program existed for 2 years with such a glaring problem; I guess most people don't need ot register 5 wm's in 3 sub-packages. Anyway, it can handle such things now. :-) * Moved Dh_*.pm to /usr/lib/perl5/Debian/Debhelper. *big* change.
* r6: Initial revisionjoey1999-08-17