パッケージの再アップロード

Sep 7, 2006 From: 2006@e...

江渡です.

私が以前qwikWeb 0.8.4のDebianパッケージを作成してみたのですが,
その中身につきまして,えとーさんにチェックしていただけませんでしょうか.
もしOKでしたら,g新部さんに再アップロードをお願いしたいと思っております.

バグフィックスとか機能追加しようと思っているところもたくさんあるのですが,
再アップロードして受け付けてもらえてからにしようかなと思っているところも
あり,まずそれがすんでからまた機能追加などを再開しようと思っております.
(ていうか,Subversionのbranchを切ればいいのかな?)

よろしくおねがいいたします.

Sep 7, 2006 From: yasuo@e...

えとーです。

On Thu, 07 Sep 2006 01:49:49 +0900
Kouichirou Eto <2006@e...> wrote:

江渡です.

私が以前qwikWeb 0.8.4のDebianパッケージを作成してみたのですが, その中身につきまして,えとーさんにチェックしていただけませんでしょうか. もしOKでしたら,g新部さんに再アップロードをお願いしたいと思っております.

チェックした結果 svn の head に commit してあります。
ざっくり書くと、

conflict の quickml を削除しました。
これは quickml との衝突がないため、です。

suggest の graphviz, ttf-sazanami-gothic を削除しました。
これは、ライセンス絡みの整理のためにプラグインから一時的に外れたものへの
対応です。

doc にも幾つか追加しました。

  1. AUTHORS
  2. COPYING
  3. COPYRIGHT
  4. NEWS
  5. debian/THANKS.Debian

新規に追加された文章や漏れていた文章をDebianパッケージにも追加するためです。

といった程度の軽微なものです。。。
先ほど、branchのdebian-0.8.4のほうにも追加、更新しました。

バグフィックスとか機能追加しようと思っているところもたくさんあるのですが, 再アップロードして受け付けてもらえてからにしようかなと思っているところも あり,まずそれがすんでからまた機能追加などを再開しようと思っております. (ていうか,Subversionのbranchを切ればいいのかな?)

ボトルネックになっていることに気が付きませんでした。。。

0.8.4ブランチのほうで、パッケージのアップロードの準備をしていれば
headのほうはなにしてもOKだと思います。

Sep 7, 2006 From: gniibe@f...

Eto Yasuo wrote:

先ほど、branchのdebian-0.8.4のほうにも追加、更新しました。

OK. では、これで upload します。

...と、debian-0.8.4 の branch でさらに気になったところを修正しました。
copyright の記述に関して明確に。rules の +x bit.
control の tag はここにはかかない。

head のほうには、これから反映します。

豆知識:

  $ chmod +x debian/rules
  $ svn propset svn:executable 1 debian/rules

Sep 7, 2006 From: gniibe@f...

下記の手順で作って upload しました。


$ svn export
svn+ssh://gniibe@r.../var/svn/qwik/branches/debian-0.8.4
qwik-0.8.4.2
[...]{{br}} Exported revision 360.
$ dpkg-buildpackage -rfakeroot
[...]{{br}} $ lintian qwik_0.8.4.2.dsc
$ linda qwik_0.8.4.2.dsc
$ dput qwik_0.8.4.2_i386.changes
Uploading package to host ftp-master.debian.org
Checking Signature on .changes
gpg: Signature made Thu Sep 7 11:16:14 2006 JST using DSA key ID 71D5F43A
gpg: Good signature from "NIIBE Yutaka <gniibe@f...>"
Good signature on /home/gniibe/tmp/qwik_0.8.4.2_i386.changes.
Checking Signature on .dsc
gpg: Signature made Thu Sep 7 11:16:14 2006 JST using DSA key ID 71D5F43A
gpg: Good signature from "NIIBE Yutaka <gniibe@f...>"
Good signature on /home/gniibe/tmp/qwik_0.8.4.2.dsc.
Uploading via ftp qwik_0.8.4.2.dsc: done.
Uploading via ftp qwik_0.8.4.2.tar.gz: done.
Uploading via ftp qwik_0.8.4.2_i386.deb: done.
Uploading via ftp qwik_0.8.4.2_i386.changes: done.
Successfully uploaded packages.
Not running dinstall.

Sep 8, 2006 From: yasuo@e...

えとーです。

http://ftp-master.debian.org/new.html で upload されたことを確認しました。

On Thu, 07 Sep 2006 11:11:40 +0900
NIIBE Yutaka <gniibe@f...> wrote:

Eto Yasuo wrote:

先ほど、branchのdebian-0.8.4のほうにも追加、更新しました。

OK. では、これで upload します。

...と、debian-0.8.4 の branch でさらに気になったところを修正しました。 copyright の記述に関して明確に。rules の +x bit. control の tag はここにはかかない。

coptright 難しいっす。。。
tagについては未チェックでした。(存在自体意識になかったです。。
ありがとうございました。

rules の +x ってどうなんでしょうか、policyとかでは見付けられませんでした。
dpkg-buildpackage で必要なのは理解しているのですが。。

head のほうには、これから反映します。

よろしくお願いします。

Sep 8, 2006 From: 2006@e...

江渡です。

http://ftp-master.debian.org/new.html で upload されたことを確認しました。

qwik 0.8.4.2 source i386 unstable 14 hours Yasuo Eto #341674

確認しました。わーい! どうもありがとうございます。

Sep 8, 2006 From: gniibe@f...

Revision 361 で head に branch debian-0.8.4 での修正を commit しました。

Debian について 0.8.4 に関する修正は branch debian-0.8.4 で行って、
0.8.4.x として保守しましょう。


Sep 9, 2006 From: yasuo@e...

えとーです。

On Fri, 08 Sep 2006 09:22:21 +0900
NIIBE Yutaka <gniibe@f...> wrote:

Revision 361 で head に branch debian-0.8.4 での修正を commit しました。

Debian について 0.8.4 に関する修正は branch debian-0.8.4 で行って、 0.8.4.x として保守しましょう。

了解です。
そういえばchangelog上げてなかったなぁとか、、、
なんか脳味噌の退化が進みまくっているようで、
皆さまにはご迷惑おかけします。

Sep 10, 2006 From: gniibe@f...

Reject されてしまいました。原因の大元は、僕が linda/lintian の確認をま
ちがえていたからです。ごめんなさい。*.dsc ではなくて *.changes の方が
引数でした。

debian/copyright, debian/qwik.init, debian/docs を修正して 0.8.4.3 と
し、再度、package を作って upload しました。

head も修正してあります。その後、一点 head で debian/rules で debin と
なってたところを debian に修正してあります(これは branch には反映でき
てません)。

現在のところ、下記の不備がまだあります。

$ linda qwik_0.8.4.3_i386.changes
E: qwik; No manual page for binary quickml-server.
E: qwik; No manual page for binary qwik-service.
E: qwik; No manual page for binary qwikweb-server.
W: qwik; File /usr/lib/ruby/1.8/qwik/act-license.rb is considered to be
an extra license file.
$ lintian qwik_0.8.4.3_i386.changes
W: qwik: binary-without-manpage quickml-server
W: qwik: binary-without-manpage qwik-service
W: qwik: binary-without-manpage qwikweb-server
W: qwik: extra-license-file usr/lib/ruby/1.8/qwik/act-license.rb

ここで act-license.rb は勘違いされているので lintian, linda のほうを修
正すべきでしょう。たぶん。


Sep 12, 2006 From: yasuo@e...

えとーです。
うぅ、ミスがぼろぼろでてしまいますね、申しわけないです。

On Sun, 10 Sep 2006 21:05:29 +0900
NIIBE Yutaka <gniibe@f...> wrote:

Reject されてしまいました。原因の大元は、僕が linda/lintian の確認をま ちがえていたからです。ごめんなさい。*.dsc ではなくて *.changes の方が 引数でした。

debian/copyright, debian/qwik.init, debian/docs を修正して 0.8.4.3 と し、再度、package を作って upload しました。

head も修正してあります。その後、一点 head で debian/rules で debin と なってたところを debian に修正してあります(これは branch には反映でき てません)。

ありがとうございます。

現在のところ、下記の不備がまだあります。

$ linda qwik_0.8.4.3_i386.changes E: qwik; No manual page for binary quickml-server. E: qwik; No manual page for binary qwik-service. E: qwik; No manual page for binary qwikweb-server. W: qwik; File /usr/lib/ruby/1.8/qwik/act-license.rb is considered to be an extra license file. $ lintian qwik_0.8.4.3_i386.changes W: qwik: binary-without-manpage quickml-server W: qwik: binary-without-manpage qwik-service W: qwik: binary-without-manpage qwikweb-server W: qwik: extra-license-file usr/lib/ruby/1.8/qwik/act-license.rb

ここで act-license.rb は勘違いされているので lintian, linda のほうを修 正すべきでしょう。たぶん。

ちょっと調べました。たぶん、lintian/lindaをoverrideすればよいかなと思います。

manに関しては置いておくとして、、、

debian/ 以下に qwik.lintian-overrides というファイルを用意します。
中身は以下の通りです。
$ cat debian/qwik.lintian-overrides
qwik: extra-license-file usr/lib/ruby/1.8/qwik/act-license.rb

rules の install: build で所定の場所に所定の名前で qwik.lintian-overrides を
配備するように追記します。

  ## lintian override
  install -d $(CURDIR)/debian/qwik/usr/share/lintian/overrides/
  install -m 0644 debian/qwik.lintian-overrides $(CURDIR)/debian/qwik/usr/share/lintian/overrides/qwik

debian/ 以下に qwik.linda-overrides というファイルを用意します。
中身は以下の通りです。
tips: ここで指定した tag は linda の -s オプションで表示することができる。
$ cat debian/qwik.linda-overrides
Tag: extra-license-file
Data: /usr/lib/ruby/1.8/qwik/act-license.rb

rules の install: build で所定の場所に所定の名前で qwik.linda-overrides を
配備するように追記します。

  ## linda override
  install -d $(CURDIR)/debian/qwik/usr/share/linda/overrides/
  install -m 0644 debian/qwik.linda-overrides $(CURDIR)/debian/qwik/usr/share/linda/overrides/qwik

で、、、すでに就寝予定時間オーバーしてるので明日にでもコミットします。。。

Sep 13, 2006 From: yasuo@e...

えとーです。

rules中で debin となっていた部分の branch への反映、
lintian/linda の overrides を HEAD 及び branch への反映
を行ないました。

ちなみに私のパッケージ作成手順も羅列しておきます。
debuild に --linda オプションを付けて lintian/linda でチェックするように
しています。

$ svn export svn+ssh://y-eto@r.../var/svn/qwik/branches/debian-0.8.4
$ cd debian-0.8.4
debian-0.8.4$ dch -i
debian-0.8.4$ debuild --linda

fakeroot debian/rules clean

dh_testdir
dh_testroot

rm -rf build
rm -rf unpack-stamp patch-stamp patch-stampTMP patches-stamp
rm -f usr/bin/Makefile ./usr/lib/ruby/1.8/qwik/Makefile ./usr/lib/ruby/1.8/qwik/Makefile
rm ext/xmlformatter.o
rm: cannot remove `ext/xmlformatter.o': そのようなファイルやディレクトリはありません
make: [clean] エラー 1 (無視されました)
dh_clean

dpkg-source -b debian-0.8.4

dpkg-source: warning: source directory `./debian-0.8.4' is not <sourcepackage>-<upstreamversion> `qwik-0.8.4.4'{{br}} dpkg-source: building qwik in qwik_0.8.4.4.tar.gz
dpkg-source: building qwik in qwik_0.8.4.4.dsc

debian/rules build
fakeroot debian/rules binary

dh_testdir
dh_testroot
dh_clean -k
dh_installdirs

cp -p bin/{quickml-server,qwik-service,qwikweb-server} /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/usr/sbin/

install -d /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/usr/lib/ruby/1.8/qwik

cp -r lib/qwik/* /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/usr/lib/ruby/1.8/qwik/

rm -rf /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/usr/lib/ruby/1.8/qwik/compat

cd ext/ && ruby1.8 extconf.rb && make
creating Makefile
make[1]: ディレクトリ `/home/yasuo/debka/qwik/debian-0.8.4/ext' に入ります
gcc -fPIC -Wall -g -fno-strict-aliasing -O2 -fPIC -I. -I/usr/lib/ruby/1.8/i486-linux -I/usr/lib/ruby/1.8/i486-linux -I. -c xmlformatter.c
gcc -shared -L"/usr/lib" -o xmlformatter.so xmlformatter.o -lruby1.8 -lpthread -ldl -lcrypt -lm -lc
make[1]: ディレクトリ `/home/yasuo/debka/qwik/debian-0.8.4/ext' から出ます
install -d /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/usr/lib/ruby/1.8/i486-linux-gnu/qwik/
mv ext/xmlformatter.so /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/usr/lib/ruby/1.8/i486-linux-gnu/qwik/
cd ext/ && make clean && rm Makefile
make[1]: ディレクトリ `/home/yasuo/debka/qwik/debian-0.8.4/ext' に入ります
make[1]: ディレクトリ `/home/yasuo/debka/qwik/debian-0.8.4/ext' から出ます
chmod -R 644 /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/usr/lib/ruby/1.8/qwik/
find /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/usr/lib/ruby/1.8/qwik/ -type d -print | xargs chmod 755

install -d /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/usr/share/qwik/{super,theme,template}{{br}} cp -r share/super/* /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/usr/share/qwik/super/
cp -r share/theme/* /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/usr/share/qwik/theme/
cp -r share/template/* /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/usr/share/qwik/template/
chmod -R 644 /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/usr/share/qwik/
find /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/usr/share/qwik/ -type d -print | xargs chmod 755

sed -i -e "s/require\ 'diff'/require 'algorithm\/diff'/g" `grep -rl require\ \'diff\' /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik`
sed -i -e "s/\/usr\/bin\/ruby/\/usr\/bin\/ruby1.8/" `grep -rl \/usr\/bin\/ruby /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik`

grep -rl require\ \'qwik\/compat\/add_load_path\' /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/ | xargs sed -i -e "/require 'qwik\/compat\/add_load_path'/d"
grep -rl \$LOAD_PATH\ \<\<\ \'\.\.\'\ unless\ \$LOAD_PATH\.include\?\ \'\.\.\' /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik\

	|xargs sed  -i -e "/\$LOAD_PATH << '\.\.' unless \$LOAD_PATH\.include? '\.\.'/D" 

grep -rl \$LOAD_PATH\ \<\<\ \'\.\.\/\.\.\/ext\'\ unless\ \$LOAD_PATH\.include\?\(\'\.\.\/\.\.\/ext\'\) /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik\

	| xargs sed -i -e "/\$LOAD_PATH << '\.\.\/\.\.\/ext' unless \$LOAD_PATH\.include?('\.\.\/\.\.\/ext')/D"

grep -rl \$LOAD_PATH\ \<\<\ \'compat\'\ unless\ \$LOAD_PATH\.include\?\ \'compat\' /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik\

	| xargs sed -i -e "/\$LOAD_PATH << 'compat' unless \$LOAD_PATH\.include? 'compat'/D"

grep -rl \$LOAD_PATH\ \<\<\ File\.expand_path\(File\.dirname\(__FILE__\)\+\'\/\.\.\/lib\'\) /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik\

	| xargs sed -i -e "/\$LOAD_PATH << File\.expand_path(File\.dirname(__FILE__)+'\/\.\.\/lib')/D"

grep -rl \$LOAD_PATH\ \<\<\ File\.expand_path\(File\.dirname\(__FILE__\)\+\'\/\.\.\/ext\'\) /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik\

	| xargs sed -i -e "/\$LOAD_PATH << File\.expand_path(File\.dirname(__FILE__)+'\/\.\.\/ext')/D"

install -d /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/var/log/qwik/
install -d /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/var/cache/qwik/
install -d /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/var/cache/qwik/grave/
install -d /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/etc/qwik/
install -d /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/var/lib/qwik/data/www/
install -d /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/var/lib/qwik/backup/
install -d /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/var/run/qwik/
cp data/www/* /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/var/lib/qwik/data/www/

cp debian/config.txt /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/etc/qwik/
touch /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/etc/qwik/typekey-sitetoken.txt
touch /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/etc/qwik/generation.txt
touch /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/etc/qwik/password.txt
touch /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/etc/qwik/google-maps-api-key.txt

install -d /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/etc/default/
cp debian/qwik.defaults /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/etc/default/qwik

install -d /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/usr/share/lintian/overrides/
install -m 0644 debian/qwik.lintian-overrides /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/usr/share/lintian/overrides/qwik

install -d /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/usr/share/linda/overrides/
install -m 0644 debian/qwik.linda-overrides /home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/usr/share/linda/overrides/qwik
dh_testdir
dh_testroot
dh_installchangelogs
dh_installdocs
dh_installexamples
dh_installlogrotate
dh_installinit
dh_installcron
dh_installman
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dh_gencontrol
dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}{{br}} dh_md5sums
dh_builddeb
tar: -: file name read contains nul character
dpkg-deb: ../qwik_0.8.4.4_i386.deb にパッケージ `qwik' を構築しています。

dpkg-genchanges

dpkg-genchanges: including full source code in upload
dpkg-buildpackage (debuild emulation): full upload; Debian-native package (full source is included)
Now running lintian...
W: qwik: binary-without-manpage quickml-server
W: qwik: binary-without-manpage qwik-service
W: qwik: binary-without-manpage qwikweb-server
Finished running lintian.
Now running linda...
E: qwik; No manual page for binary quickml-server.
E: qwik; No manual page for binary qwik-service.
E: qwik; No manual page for binary qwikweb-server.
Finished running linda.
Now signing changes and any dsc files...

signfile qwik_0.8.4.4.dsc Yasuo Eto <yasuo@e...>

次のユーザーの秘密鍵のロックを解除するには
パスフレーズがいります:“Yasuo Eto <yasuo@e...>”
1024ビットDSA鍵, ID 5F82212C作成日付は2004-03-21

                            
signfile qwik_0.8.4.4_i386.changes Yasuo Eto <yasuo@e...>

次のユーザーの秘密鍵のロックを解除するには
パスフレーズがいります:“Yasuo Eto <yasuo@e...>”
1024ビットDSA鍵, ID 5F82212C作成日付は2004-03-21

                            

Successfully signed dsc and changes files

Sep 13, 2006 From: gniibe@f...

ども。御苦労様です。

Eto Yasuo wrote:

install -d

/home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/usr/share/lintian/overrides/

install -m 0644 debian/qwik.lintian-overrides

/home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/usr/share/lintian/overrides/qwik

install -d

/home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/usr/share/linda/overrides/

install -m 0644 debian/qwik.linda-overrides

/home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/usr/share/linda/overrides/qwik

なるほど。

中長期的にはこの対処は、Ruby の普及を狙う方向で lintia や linda を修正
するのが良いと思います。

qwik だけの問題ではなくて、Ruby の共通の問題だから。

/usr/share/lintian/checks/files
では

and not $file =~ m/\.(el|c|h|py|cc|pl|pm|html|php|xpm|png|jpe?g|gif|svg)$/

といういう行があると思いますが、Emacs Lisp や C, Python, Perl, HTML や
PHP などを除外しています。

/usr/share/linda/checks/files.py では

               if extension not in ('.html', '.el', '.xpm'):

となっていて、Python 自身も除外してなかったり。

あと、

Now running lintian... W: qwik: binary-without-manpage quickml-server W: qwik: binary-without-manpage qwik-service W: qwik: binary-without-manpage qwikweb-server Finished running lintian. Now running linda... E: qwik; No manual page for binary quickml-server. E: qwik; No manual page for binary qwik-service. E: qwik; No manual page for binary qwikweb-server. Finished running linda.

これは、修正した qwik を install した環境ということですよね?
qwik を install している人が lintian/linda をかけると warning が減る
ということと考えてあってますか?


Sep 13, 2006 From: gniibe@f...

Bug#387269 で lintian の方は report しました。

linda の方は、lintian を見て修正することを願っています。

時に Debian の Bug 報告と BTS の操作は誰でもできます。Debian
開発者に限りません。


Sep 13, 2006 From: yasuo@e...

えとーです。

On Wed, 13 Sep 2006 11:53:34 +0900
NIIBE Yutaka <gniibe@f...> wrote:

ども。御苦労様です。

Eto Yasuo wrote:

install -d

/home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/usr/share/lintian/overrides/

install -m 0644 debian/qwik.lintian-overrides

/home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/usr/share/lintian/overrides/qwik

install -d

/home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/usr/share/linda/overrides/

install -m 0644 debian/qwik.linda-overrides

/home/yasuo/debka/qwik/debian-0.8.4/debian/qwik/usr/share/linda/overrides/qwik

なるほど。

中長期的にはこの対処は、Ruby の普及を狙う方向で lintia や linda を修正 するのが良いと思います。

qwik だけの問題ではなくて、Ruby の共通の問題だから。

そうですね。とりあえずqwikでどうするか、しか考えていませんでした。

/usr/share/lintian/checks/files では and not $file =~ m/\.(el|c|h|py|cc|pl|pm|html|php|xpm|png|jpe?g|gif|svg)$/

といういう行があると思いますが、Emacs Lisp や C, Python, Perl, HTML や PHP などを除外しています。

/usr/share/linda/checks/files.py では

if extension not in ('.html', '.el', '.xpm'):

となっていて、Python 自身も除外してなかったり。

ふむふむ、BTSもしていただいたようですので、改善を期待します。

あと、

Now running lintian... W: qwik: binary-without-manpage quickml-server W: qwik: binary-without-manpage qwik-service W: qwik: binary-without-manpage qwikweb-server Finished running lintian. Now running linda... E: qwik; No manual page for binary quickml-server. E: qwik; No manual page for binary qwik-service. E: qwik; No manual page for binary qwikweb-server. Finished running linda.

これは、修正した qwik を install した環境ということですよね? qwik を install している人が lintian/linda をかけると warning が減る ということと考えてあってますか?

若干意味が取れてないのですが、今回の処置でパッケージビルド後の
.changesファイルを使ってのチェック及びdebパッケージへのチェックでも
warning が減るようになっています。

$ lintian -c qwik_0.8.4.4_i386.deb
W: qwik: binary-without-manpage quickml-server
W: qwik: binary-without-manpage qwik-service
W: qwik: binary-without-manpage qwikweb-server

という答えでよろしいでしょうか?

Last modified: 2006-09-13 Attached files total: 1MB