summaryrefslogtreecommitdiff
path: root/dh_strip
AgeCommit message (Collapse)AuthorFilesLines
2003-07-22r598: * dh_strip: do not strip files multiple times.joey1-0/+1
2003-03-03r576: * Rename debhelper.1 to debhelper.7.joey1-1/+1
* Typo, Closes: #183267
2002-09-27r552: * The "reverse hangover" release.joey1-3/+15
* 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).
2002-09-09r546: * dh_builddeb(1): It's --filename, not --name. Closes: #160151joey1-1/+1
2002-05-23r525: * dh_strip: If a file is an ELF shared binary, does not have a ↵joey1-1/+1
.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).
2001-12-27r499: * dh_strip: run file using a safe pipe open, that will not expose ↵joey1-2/+13
any weird characters in filenames to a shell. Closes: #126491 * fixed dh_testdir man page
2001-11-18r496: * Man page cleanups, Closes: #119335joey1-1/+1
2001-06-14r479: * Unimportant spelling fix. Closes: #100666joey1-1/+1
2001-03-22r457: * dh_strip: ensure that the file _ends_ with `.a'. Closes: #90647joey1-1/+1
2001-02-10r442: fixed bad new bugjoey1-1/+0
2001-02-10r436: more podsjoey1-2/+55
2001-02-09r421: use strictjoey1-7/+8
2001-02-03r416: better messagejoey1-2/+4
wrapping
2000-08-20r366: * dh_strip: now knows about the DEB_BUILD_OPTIONS=nostrip thing.joey1-0/+5
2000-03-02r338: * Patch from Jorgen `forcer' Schaefer <forcer at mindless.com> (muchjoey1-25/+65
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.
1999-08-17r6: Initial revisionjoey1-0/+30