Package: manpages-ru
Version: 0.7d-3
Severity: important
Tags: patch

In ru_RU.UTF-8 and ru_RU.CP1251 locales man mv is shown in English.
Moving man pages from /usr/share/man/ru_RU.KOI8-R/ to /usr/share/man/ru/
solves the problem.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)

-- no debconf information
--- debian/rules.orig   2005-08-18 21:28:50.295640240 +0500
+++ debian/rules        2005-08-18 21:28:17.134681000 +0500
@@ -21,10 +21,10 @@
        dh_installdirs
 
        # Add here commands to install the package into debian/<packagename>.
-       dh_install man? usr/share/man/ru_RU.KOI8-R
+       dh_install man? usr/share/man/ru
 
        # Move environ(5) to environ(7).
-       cd debian/manpages-ru/usr/share/man/ru_RU.KOI8-R \
+       cd debian/manpages-ru/usr/share/man/ru \
                && sed '/^\.TH/s/5/7/' man5/environ.5 > man7/environ.7 \
                && rm man5/environ.5
 

Reply via email to