diff options
author | joey <joey> | 2004-02-08 00:16:45 +0000 |
---|---|---|
committer | joey <joey> | 2004-02-08 00:16:45 +0000 |
commit | ad3f34f9653fe848816f2af915b9cdd260fc4421 (patch) | |
tree | 4f52346513763d11d2a1bbec1aaa8dc73e5fa31e /dh_strip | |
parent | 836d5a87e6d384b8490ba7f9dd5afec28944b5ab (diff) | |
download | debhelper-ad3f34f9653fe848816f2af915b9cdd260fc4421.tar.gz |
r1653: * dh_strip: Add note to man page that the detached debugging symbols optionsversion_4.1.90
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
Diffstat (limited to 'dh_strip')
-rwxr-xr-x | dh_strip | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -58,12 +58,18 @@ automatically load up the debugging symbols from it when debugging libfoo. This option may be repeated to list more than one package. +Note that if you use this option, your package should build-depend on +binutils (>= 2.12.90.0.9). + =item B<-k>, B<--keep-debug> Debug symbols will be retained, but split into an independant file in usr/lib/debug/ in the package build directory. --dbg-package is easier to use than this option, but this option is more flexible. +Note that if you use this option, your package should build-depend on +binutils (>= 2.12.90.0.9). + =back =head1 NOTES |