From: joey Date: Thu, 13 Oct 2005 03:14:30 +0000 (+0000) Subject: r1798: * dh_installmanpages: Remove X11 man page special case; X man pages are ok X-Git-Tag: 4.9.14~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=80db47637b8c890cfb957e24d667fc6b243497a0;p=debhelper.git r1798: * dh_installmanpages: Remove X11 man page special case; X man pages are ok in standard man dirs. --- diff --git a/debian/changelog b/debian/changelog index e1f7066..053242b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (4.9.14) UNRELEASED; urgency=low + + * dh_installmanpages: Remove X11 man page special case; X man pages are ok + in standard man dirs. + + -- Joey Hess Wed, 12 Oct 2005 23:13:20 -0400 + debhelper (4.9.13) unstable; urgency=low * dh_strip: Man page typo fix. Closes: #332747 diff --git a/dh_installmanpages b/dh_installmanpages index 93c8415..2257517 100755 --- a/dh_installmanpages +++ b/dh_installmanpages @@ -156,10 +156,6 @@ foreach my $package (@{$dh{DOPACKAGES}}) { if ($install) { my $extdir="share"; - # Handle X man pages specially. - if ($basename=~/x$/) { - $extdir="X11R6"; - } my ($section)=$basename=~m/.*\.([1-9])/;