]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
dh_installman: man --recode transparently uncompresses compressed pages. So when...
[debhelper.git] / debian / changelog
index 4df4ad376188f969670771a8ee51f55e929d8f1d..40dc133e01d61bc73e344d0d548f2de1377a1831 100644 (file)
@@ -1,3 +1,93 @@
+debhelper (6.0.11) unstable; urgency=medium
+
+  * dh_installman: man --recode transparently uncompresses compressed
+    pages. So when saving the output back, save it to a non-compressed
+    filename (and delete the original, compressed file). Closes: #470913
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 01 Apr 2008 18:31:12 -0400
+
+debhelper (6.0.10) unstable; urgency=low
+
+  * dh_perl: Remove empty directories created by MakeMaker.
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 25 Mar 2008 14:11:57 -0400
+
+debhelper (6.0.9) unstable; urgency=low
+
+  * dh_installman: Don't recode symlinks. Closes: #471196
+
+ -- Joey Hess <joeyh@debian.org>  Sun, 16 Mar 2008 13:53:39 -0400
+
+debhelper (6.0.8) unstable; urgency=low
+
+  * dh_installman: Convert all man pages in the build directory to utf-8, not
+    just those installed by the program.
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 10 Mar 2008 18:40:25 -0400
+
+debhelper (6.0.7) unstable; urgency=low
+
+  * dh_lintian: Finally added this since linda is gone and there's only
+    lintian to worry about supporting. Closes: #109642, #166320, #206765
+    (Thanks to Steve M. Robbins for the initial implementation.)
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 06 Mar 2008 13:55:46 -0500
+
+debhelper (6.0.6) unstable; 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
+  * The order of dependencies generated by debhelper has been completly random
+    (hash key order), so sort it. Closes: #468959
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 05 Mar 2008 21:35:21 -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.
+    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.
+  * dh_install{,docs,examples}: Avoid infinite recursion when told to
+    install a directory ending with "/." (slashdot effect?) when exclusion is
+    enabled. Emulate the behavior of cp in this case. Closes: #253234
+  * dh_install: Fix #459426 here too.
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 11 Jan 2008 14:15:56 -0500
+
 debhelper (6.0.0) unstable; urgency=low
 
   * dh_gencontrol: Stop passing -isp, it's the default now. Closes: #458114