]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
* dh_shlibdeps: Add emul to exclude list.
[debhelper.git] / debian / changelog
index 9cb96ecd43ae16bf7d9ba65850ba84d4f00c88e7..bcfb45ce3c655059eed5743dd011604c8c620e7e 100644 (file)
@@ -1,3 +1,30 @@
+debhelper (6.0.4) UNRELEASED; urgency=low
+
+  * dh_strip: Improve the idempotency fix put in for #380314.
+  * dh_strip: The -k flag didn't work (--keep did). Fix.
+  * dh_shlibdeps: Add emul to exclude list.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 24 Jan 2008 21:39:37 -0500
+
+debhelper (6.0.3) unstable; urgency=low
+
+  * dh_link: -X can be used to avoid it modifying symlinks to be compliant
+    with policy. Closes: #461392
+  * dh_shlibdeps: Rather than skipping everything in /usr/lib/debug,
+    which can include debug libraries that dpkg-shlibdeps should look at,
+    only skip the subdirectories of it that contain separate debugging
+    symbols. (Hardcoding the names of those directories is not the best
+    implementation, but it will do for now.) Closes: #461339
+
+ -- Joey Hess <joeyh@debian.org>  Sun, 20 Jan 2008 15:27:59 -0500
+
+debhelper (6.0.2) unstable; urgency=low
+
+  * Revert slightly broken refactoring of some exclude code.
+    Closes: #460340, #460351
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 12 Jan 2008 12:31:15 -0500
+
 debhelper (6.0.1) unstable; urgency=low
 
   * dh_installdocs/examples: Don't unnecessarily use the exclude code path.