summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-01 18:31:15 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-01 18:31:15 -0400
commitb2fcc49059c2133a2f989a6fc163d3c11c188fd1 (patch)
tree2e2a75f84a55a952d1950a3d2f4b05f1c2fd536b /debian
parent9b7f74380bd2d9aaca614b9dd7b509d905c0d73f (diff)
downloaddebhelper-b2fcc49059c2133a2f989a6fc163d3c11c188fd1.tar.gz
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: #4709136.0.11
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 90b3fdc1..40dc133e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+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.