Package: man-db
Version: 2.4.3-3
Severity: normal
Tags: l10n patch
Lexgrog does not recognise
.SH NAVN
which is the Danish translation of ".SH NAME". That makes linda
unhappy about the Danish manpages in the xcftools upload I am
preparing currently.
The attached patch should teach lexgrog the necessary amount of Danish.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27makholm6
Locale: LANG=en_DK, LC_CTYPE=en_DK.iso88591 (charmap=ISO-8859-1)
Versions of packages man-db depends on:
ii bsdmainutils 6.1.3 collection of more utilities from
ii debconf [debconf-2.0] 1.4.70 Debian configuration management sy
ii dpkg 1.13.16 package maintenance system for Deb
ii groff-base 1.18.1.1-11 GNU troff text-formatting system (
ii libc6 2.3.6-1 GNU C Library: Shared libraries an
ii libgdbm3 1.8.3-2 GNU dbm database routines (runtime
man-db recommends no packages.
-- debconf information excluded
--- man-db-2.4.3.orig/src/lexgrog.l
+++ man-db-2.4.3/src/lexgrog.l
@@ -148,6 +148,7 @@
/* Please add to this list if you know how. */
cs_name J[Mm][ÉéEe][Nn][Oo]
+da_name N[Aa][Vv][Nn]
de_name B[Ee][Zz][Ee][Ii][Cc][Hh][Nn][Uu][Nn][Gg]
en_name N[Aa][Mm][Ee]
es_name N[Oo][Mm][Bb][Rr][Ee]
@@ -161,7 +162,7 @@
nl_name N[Aa][Aa][Mm]
pl_name N[Aa][Zz][Ww][Aa]
sv_name N[Aa][Mm][Nn]
-name ({cs_name}|{de_name}|{en_name}|{es_name}|{fi_name}|{fr_name}|{hu_name}|{it_name}|{ja_name}|{latin_name}|{nl_name}|{pl_name}|{sv_name})
+name ({cs_name}|{da_name}|{de_name}|{en_name}|{es_name}|{fi_name}|{fr_name}|{hu_name}|{it_name}|{ja_name}|{latin_name}|{nl_name}|{pl_name}|{sv_name})
name_sec {dbl_quote}?{style_change}?{name}{style_change}?({blank}*{dbl_quote})?
/* eptgrv : eqn, pic, tbl, grap, refer, vgrind */