]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1613: releasing version 4.1.76
authorjoey <joey>
Tue, 14 Oct 2003 19:34:48 +0000 (19:34 +0000)
committerjoey <joey>
Tue, 14 Oct 2003 19:34:48 +0000 (19:34 +0000)
debian/changelog

index 6aa2110a40710e2290231eee087ba8c5402a0c2f..7a327dac486a3d02a13d4c35ef29cc9b2ec8981a 100644 (file)
@@ -1,3 +1,14 @@
+debhelper (4.1.76) unstable; urgency=low
+
+  * Patch from Andrew Suffield <asuffield@debian.org> to make dh_strip
+    support saving the debugging symbols with a --keep-debug flag and
+    dh_shlibdeps skip /usr/lib/debug. Thanks! Closes: #215670
+  * Add --dbg-package flag to dh_strip, to list packages that have associated
+    -dbg packages. dh_strip will then move the debug symbols over to the
+    associated -dbg packages.
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 14 Oct 2003 14:18:06 -0400
+
 debhelper (4.1.75) unstable; urgency=low
 
   * dh_install: add --fail-missing option. Closes: #120026