diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-04-01 18:31:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-04-01 18:31:15 -0400 |
commit | b2fcc49059c2133a2f989a6fc163d3c11c188fd1 (patch) | |
tree | 2e2a75f84a55a952d1950a3d2f4b05f1c2fd536b /debian | |
parent | 9b7f74380bd2d9aaca614b9dd7b509d905c0d73f (diff) | |
download | debhelper-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/changelog | 8 |
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. |