[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-devel:02865] Re: Lintian (Re: Uploaded canna 3.5b2-10 to master)



やなぎはらです。

From: Fumitoshi UKAI <ukai@debian.or.jp>
Message-ID: <19980226215848Y.ukai@xxxxxxxxxxxxx>

ukai> --- /tmp/files.orig	Thu Feb 26 21:48:49 1998
ukai> +++ files	Thu Feb 26 21:47:04 1998
ukai> @@ -64,7 +64,8 @@
ukai>  while (<IN>) {
ukai>    chop;
ukai>  
ukai> -  /^(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S+)(.*)$/o or fail("syntax error in index file: $_");
ukai> +#  /^(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S+)(.*)$/o or fail("syntax error in index file: $_");
ukai> +  /^(\S+)\s+(\S+)\s+(\S+)\s+(\S+\s+\S+)\s+(\S+)\s+\S+\s+(\S+)(.*)$/o or fail("syntax error in index file: $_");
ukai>    my ($perm,$owner,$size,$date,$time,$file,$rest) = ($1,$2,$3,$4,$5,$6,$7);
ukai>  
ukai>    my $operm = perm2oct($perm);
ukai> 
ukai> このパッチで
ukai> 
ukai> > |E: im: gzipped-symlink-with-wrong-ext 19:09 ../../man7/undocumented.7.gz
ukai>                                          ^^^^^ このへんからしておかしい(^^;
ukai> 
ukai> このあたりは出なくなります。

このリンクって、ちゃんと ...*.gz にリンクしてるもんね。

で、自分のhammマシンに lintian をインストールしてみると、
ああ....

E: im: bad-link-to-undocumented-manpage usr/man/ja_JP.ujis/man1/imsort.1.gz
N:
N:   The symbolic link should reference `../man[237]/undocumented.[237].gz'
N:   for manual pages in /usr/man or
N:   `../../../man/man[237]/undocumented.[237].gz' for manual pages in
N:   /usr/X11R6/man.
N:

ってエラーと判断されちゃう。

これって、ロケールに対応できてへんやんか。

+-----------------------------------------------------------------------+
 Yoshiaki Yanagihara	       Debian JP Project
 E-mail: yochi@debian.or.jp    [Japanese] http://www.debian.or.jp/
         yochi@debian.org      [English ] Sorry, now under construction.