Your message dated Mon, 12 Feb 2007 13:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#338991: fixed in man-db 2.4.4-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: man-db
Version: 2.4.2-21
Severity: important

Hello.

lexgrog ru/man5/adduser.conf.5
ru/man5/adduser.conf.5: parse failed

In the adduser.conf.5 the section "NAME" has translated in Russian.
This is affected to the linda checker (lind use the lexgrog).

Attached patch added the Russian translation of the word "NAME" in the
lexgrog.l .

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.7
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ru_RU.UTF-8)

Versions of packages man-db depends on:
ii  bsdmainutils                6.0.17       collection of more utilities from 
ii  debconf                     1.4.36       Debian configuration management sy
ii  dpkg                        1.10.27      Package maintenance system for Deb
ii  groff-base                  1.18.1.1-7   GNU troff text-formatting system (
ii  libc6                       2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libgdbm3                    1.8.3-2      GNU dbm database routines (runtime

-- debconf information excluded
--- man-db-2.4.2.orig/src/lexgrog.l	2005-11-14 12:13:41.000000000 +0300
+++ man-db-2.4.2/src/lexgrog.l	2005-11-14 13:10:48.000000000 +0300
@@ -159,8 +159,10 @@
 latin_name	N[Oo][Mm][Ee][Nn]
 nl_name		N[Aa][Aa][Mm]
 pl_name		N[Aa][Zz][Ww][Aa]
+/* UTF8 Russian */
+ru_name         \320\235(\320\220|\320\260)(\320\227|\320\267)(\320\222|\320\262)(\320\220|\320\260)(\320\235|\320\275)(\320\230|\320\270)(\320\225|\320\265)
 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}|{de_name}|{en_name}|{es_name}|{fi_name}|{fr_name}|{hu_name}|{it_name}|{ja_name}|{latin_name}|{nl_name}|{pl_name}|{ru_name}|{sv_name})
 name_sec	{dbl_quote}?{style_change}?{name}{style_change}?({blank}*{dbl_quote})?
 
  /* eptgrv : eqn, pic, tbl, grap, refer, vgrind */

--- End Message ---
--- Begin Message ---
Source: man-db
Source-Version: 2.4.4-1

We believe that the bug you reported is fixed in the latest version of
man-db, which is due to be installed in the Debian FTP archive:

man-db_2.4.4-1.diff.gz
  to pool/main/m/man-db/man-db_2.4.4-1.diff.gz
man-db_2.4.4-1.dsc
  to pool/main/m/man-db/man-db_2.4.4-1.dsc
man-db_2.4.4-1_powerpc.deb
  to pool/main/m/man-db/man-db_2.4.4-1_powerpc.deb
man-db_2.4.4.orig.tar.gz
  to pool/main/m/man-db/man-db_2.4.4.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson <[EMAIL PROTECTED]> (supplier of updated man-db package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 12 Feb 2007 12:45:53 +0000
Source: man-db
Binary: man-db
Architecture: source powerpc
Version: 2.4.4-1
Distribution: experimental
Urgency: low
Maintainer: Colin Watson <[EMAIL PROTECTED]>
Changed-By: Colin Watson <[EMAIL PROTECTED]>
Description: 
 man-db     - The on-line manual pager
Closes: 317696 320111 327772 338991 340910 341706 342834 349208 353959 353959 
360112 368749 378781 387864 388755
Changes: 
 man-db (2.4.4-1) experimental; urgency=low
 .
   * New upstream release.
     - Drop "Reformatting %s, please wait..." message (LP: #18786,
       closes: #378781).
     - Fix "gditview" typo (closes: #317696).
     - Avoid splitting up a sentence into two translatable pieces
       (closes: #320111).
     - Add Russian translation of NAME (thanks, Yuri Kozlov;
       closes: #338991).
     - Fix mistaken use of .l instead of .I (thanks, Valéry Perrin;
       closes: #349208).
     - Add Danish translation of NAME (thanks, Henning Makholm;
       closes: #353959).
     - Skip "exec" at the start of a command, to make old configuration files
       work (closes: #353959).
     - Ignore SIGPIPE in child processes (closes: #387864).
     - Fail with an error message if argv is a character or block device, as
       we may well hang trying to read from it and it almost certainly isn't
       what the caller intended anyway (closes: #341706).
     - Teach lexgrog front-end about pages with multiple name/description
       pairs (closes: #342834).
     - Fix a slew of memory leaks, including a nasty per-search leak in
       apropos (closes: #368749).
     - Add cross-references to mandb in apropos and whatis documentation
       (thanks, Phil Endecott; closes: #388755).
     - Document man -X option (thanks, Sam Morris; closes: #360112).
     - Don't try to pass -X or -P-g options to eqn, only troff
       (closes: #327772).
     - Stop claiming that -d does not display any manual pages (thanks, Dan
       Jacobson; closes: #340910).
   * Policy version 3.7.2: no changes required.
Files: 
 a0980bf88d1607575f4389ef58d6ea9e 594 doc important man-db_2.4.4-1.dsc
 9d7952de1aeb9121497a8204c59c56d7 898364 doc important man-db_2.4.4.orig.tar.gz
 3600385bac88c06dbd77e9c4b94154d3 77407 doc important man-db_2.4.4-1.diff.gz
 74df101d9c8bf8dc18116cb469cbdb2c 755404 doc important 
man-db_2.4.4-1_powerpc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFF0GM49t0zAhD6TNERAjo1AJ9S/8d2K6qepVgZogUBV8kudDxiJQCeO5NM
WHBMROcxuH1gU/su8AY7HP0=
=iuPM
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to