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

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



From: Fumitoshi UKAI <ukai@debian.or.jp>
Subject: [debian-devel:02861] Lintian (Re: Uploaded canna 3.5b2-10 to master)
Date: Thu, 26 Feb 1998 20:27:26 +0900

> bo環境でも lintian が動くようなので ちょっとやってみました。

ちょっと嘘。
少なくとも以下のパッチを /usr/share/lintian/checks/files にあてる必要あり。

--- /tmp/files.orig	Thu Feb 26 21:48:49 1998
+++ files	Thu Feb 26 21:47:04 1998
@@ -64,7 +64,8 @@
 while (<IN>) {
   chop;
 
-  /^(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S+)(.*)$/o or fail("syntax error in index file: $_");
+#  /^(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S+)(.*)$/o or fail("syntax error in index file: $_");
+  /^(\S+)\s+(\S+)\s+(\S+)\s+(\S+\s+\S+)\s+(\S+)\s+\S+\s+(\S+)(.*)$/o or fail("syntax error in index file: $_");
   my ($perm,$owner,$size,$date,$time,$file,$rest) = ($1,$2,$3,$4,$5,$6,$7);
 
   my $operm = perm2oct($perm);

このパッチで

> |E: im: gzipped-symlink-with-wrong-ext 19:09 ../../man7/undocumented.7.gz
                                         ^^^^^ このへんからしておかしい(^^;

このあたりは出なくなります。

From: yochi@debian.or.jp
Subject: [debian-devel:02862] Re: Lintian (Re: Uploaded canna 3.5b2-10 to master)
Date: Thu, 26 Feb 1998 20:40:11 +0900

> なかなか厳しくチェックするんですね。

copyright の FSF の住所が古いとかもチェックするみたいです(^^;

-- 
鵜飼文敏