summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog11
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