summaryrefslogtreecommitdiff
path: root/dh_strip
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-02-03 05:36:52 +0000
committerjoeyh <joeyh>2006-02-03 05:36:52 +0000
commit0cd0d8b0ebbd6c9879d53651be1039826970fbb8 (patch)
tree7d577793636b6a69739e4cb99c89a3fd93f584bd /dh_strip
parent766e08e966dcb957043347b52e788ba655e8191a (diff)
r1875: * dh_strip: remove binutils build-dep lines since stable has a new enough
version. Closes: #350607
Diffstat (limited to 'dh_strip')
-rwxr-xr-xdh_strip6
1 files changed, 0 insertions, 6 deletions
diff --git a/dh_strip b/dh_strip
index 63df0466..68c7e5ac 100755
--- a/dh_strip
+++ b/dh_strip
@@ -57,18 +57,12 @@ package to put symbols in, it specifies a package (or packages) which
should have separated debug symbols, and the separated symbols are placed
in packages with "-dbg" added to their name.
-Note that if you use this option, your package should build-depend on
-binutils (>= 2.14.90.0.7).
-
=item B<-k>, B<--keep-debug>
Debug symbols will be retained, but split into an independent
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