]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1875: * dh_strip: remove binutils build-dep lines since stable has a new enough
authorjoeyh <joeyh>
Fri, 3 Feb 2006 05:36:52 +0000 (05:36 +0000)
committerjoeyh <joeyh>
Fri, 3 Feb 2006 05:36:52 +0000 (05:36 +0000)
  version. Closes: #350607

debian/changelog
dh_strip

index 422ce1d5cdbef3d4082648fdd177203029b8bbb3..d5f4bf0a358f0f90fa007102859ad20e327c4fe1 100644 (file)
@@ -1,3 +1,10 @@
+debhelper (5.0.23) UNRELEASED; urgency=low
+
+  * dh_strip: remove binutils build-dep lines since stable has a new enough
+    version. Closes: #350607
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 30 Jan 2006 16:57:21 -0500
+
 debhelper (5.0.22) unstable; urgency=low
 
   * dh_makeshlibs: add support for adding udeb: lines to shlibs file
index 63df046609beea033c9b337ba0e9505b79760a1b..68c7e5ac79b40f5ebf0f59fa05f750521828f343 100755 (executable)
--- 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