summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey>2005-10-13 03:14:30 +0000
committerjoey <joey>2005-10-13 03:14:30 +0000
commit80db47637b8c890cfb957e24d667fc6b243497a0 (patch)
treeb2f2dd59b0b270c40ac679dd38057ff442a9e20a
parent7cb721ba3d6a6e7ed0193246aaebe516d768c077 (diff)
r1798: * dh_installmanpages: Remove X11 man page special case; X man pages are ok
in standard man dirs.
-rw-r--r--debian/changelog7
-rwxr-xr-xdh_installmanpages4
2 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index e1f7066e..053242b1 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 <joeyh@debian.org> 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 93c84154..2257517b 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])/;