summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-05-11 00:08:30 +0000
committerjoeyh <joeyh>2006-05-11 00:08:30 +0000
commita16d0a51903baee3969f277fd0d521ede2652010 (patch)
tree042c495b722b0fab4ee6a9b89f29ad256f2bab80 /debian
parent71e1fcd2b80e45cedcf10a9ccf572fad6430fc40 (diff)
r1916: * dh_installman: When --language is used, be smarter about stripping
language codes from man page filenames. Only strip things that look like codes that match the specified languages. Closes: #366645
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 95a3b64b..9c76e9d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debhelper (5.0.35) UNRELEASED; urgency=low
+
+ * dh_installman: When --language is used, be smarter about stripping
+ language codes from man page filenames. Only strip things that look like
+ codes that match the specified languages. Closes: #366645
+
+ -- Joey Hess <joeyh@debian.org> Wed, 10 May 2006 20:07:40 -0400
+
debhelper (5.0.34) unstable; urgency=low
* dh_installcatalogs: Make sure that /etc/sgml exists. Closes: #364946