diff options
author | joey <joey> | 2003-10-14 19:34:48 +0000 |
---|---|---|
committer | joey <joey> | 2003-10-14 19:34:48 +0000 |
commit | 347a3114eb65088dd8213634eb207d68dbf2aa6d (patch) | |
tree | 3bbcb92218959e2e08092b6f2d92182641992d9b | |
parent | 8d285c73f8a1d8f4b632100ce764893f3d704068 (diff) | |
download | debhelper-347a3114eb65088dd8213634eb207d68dbf2aa6d.tar.gz |
r1613: releasing version 4.1.76
-rw-r--r-- | debian/changelog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6aa2110a..7a327dac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |