summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-09-08 17:58:18 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-09-08 17:58:18 -0400
commit1c5a972e96705d4157117bf9e854ddf06c340adc (patch)
tree4feef06168e0a2b90861ad1913454a0dad93e29a /debian
parent7e3a133029e9cbb6fb133c7074ad1bb53a5947e9 (diff)
dh_installdocs: Add --link-doc option that can be used to link documentation directories. This is easier to use and more flexible than the old method of running dh_link first to make a broken symlink. Closes: #545676 Thanks, Colin Watson
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 925185fd..7683e69a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ debhelper (7.4.2) UNRELEASED; urgency=low
* Man page typo. Closes: #545443
* dh: Remove duplicate dh_installcatalogs list. Closes: #545483
(It was only run once due to logging.)
+ * dh_installdocs: Add --link-doc option that can be used to link
+ documentation directories. This is easier to use and more flexible
+ than the old method of running dh_link first to make a broken symlink.
+ Closes: #545676 Thanks, Colin Watson
-- Joey Hess <joeyh@debian.org> Mon, 07 Sep 2009 12:48:39 -0400