summaryrefslogtreecommitdiff
path: root/dh_strip
diff options
context:
space:
mode:
authorjoey <joey>2004-02-08 00:16:45 +0000
committerjoey <joey>2004-02-08 00:16:45 +0000
commitad3f34f9653fe848816f2af915b9cdd260fc4421 (patch)
tree4f52346513763d11d2a1bbec1aaa8dc73e5fa31e /dh_strip
parent836d5a87e6d384b8490ba7f9dd5afec28944b5ab (diff)
r1653: * dh_strip: Add note to man page that the detached debugging 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
Diffstat (limited to 'dh_strip')
-rwxr-xr-xdh_strip6
1 files changed, 6 insertions, 0 deletions
diff --git a/dh_strip b/dh_strip
index 93d59b36..a0906181 100755
--- a/dh_strip
+++ b/dh_strip
@@ -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