diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-09-08 17:58:18 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-09-08 17:58:18 -0400 |
commit | 1c5a972e96705d4157117bf9e854ddf06c340adc (patch) | |
tree | 4feef06168e0a2b90861ad1913454a0dad93e29a /debian/changelog | |
parent | 7e3a133029e9cbb6fb133c7074ad1bb53a5947e9 (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/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 925185f..7683e69 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 |