From: joey Date: Tue, 14 Oct 2003 19:34:48 +0000 (+0000) Subject: r1613: releasing version 4.1.76 X-Git-Tag: version_4.1.76~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=347a3114eb65088dd8213634eb207d68dbf2aa6d;p=debhelper.git r1613: releasing version 4.1.76 --- diff --git a/debian/changelog b/debian/changelog index 6aa2110..7a327da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +debhelper (4.1.76) unstable; urgency=low + + * Patch from Andrew Suffield 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 Tue, 14 Oct 2003 14:18:06 -0400 + debhelper (4.1.75) unstable; urgency=low * dh_install: add --fail-missing option. Closes: #120026