]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
* dh_compress: Pass -n to gzip to yeild more reproducible file contents.
[debhelper.git] / debian / changelog
index fbcea8c707adc7d5ce86faa9b159f97876de729b..6db4310a499f0d6d2d3f4e86a1a268487159ee59 100644 (file)
@@ -1,3 +1,39 @@
+debhelper (6.0.6) UNRELEASED; urgency=low
+
+  * dh_compress: Pass -n to gzip to yeild more reproducible file contents.
+    The time stamp information need not be contained in the .gz file since the
+    time stamp is preserved when compressing and decompressing. Closes: #467100
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 27 Feb 2008 16:30:16 -0500
+
+debhelper (6.0.5) unstable; urgency=low
+
+  * dh_installman: Recode all man pages to utf-8 on installation.
+    Closes: #462937 (Colin Watson)
+  * Depend on a new enough version of man-db.
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 28 Jan 2008 16:43:10 -0500
+
+debhelper (6.0.4) unstable; 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>  Sat, 26 Jan 2008 18:32:27 -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.