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

[debian-users:28691] パッケージの再構築について



 こんにちは、森島です。

 質問ばかりで申し訳ないんですが、また分からないことが
出てきたのでお願いします。

 デスクトップ環境でKDEを入れているんですが、ちなみに
deb http://kde.rap.ucar.edu potato main crypto optional
をapt-lineに書いて入れています。
 その関係でalsautilsやalsaconfが依存関係を解決できなかったので
woodyのソースを取ってきて再構築してうまくいったんですが、esoundを
同じようにするとパッケージは出来るんですがlintianでチェックをすると
E: esound-common: unknown-control-file config
N:
N:   The package contains an `unknown' control file, which should be
N:   removed.
N:
N:   (If this message is about the control file `du', simply recompiling
N:   with a newer debhelper package should fix this bug.)
N:
E: esound-common: unknown-control-file templates
と出ます。
そこでいろいろ調べたりconfigの中身を見てみるとdebconfのための
ファイルみたいで、woodyのソースだからだめなのかと思って、ためしに
potatoのalsadriverのソースを取ってきて再構築後にチェックしてみると
同じように
E: alsa-source: unknown-control-file config
N:
N:   The package contains an `unknown' control file, which should be
N:   removed.
N:
N:   (If this message is about the control file `du', simply recompiling
N:   with a newer debhelper package should fix this bug.)
N:
E: alsa-source: unknown-control-file templates
と出ます。
dh_installdebconfがこのファイルをコピーしているようですが、これは
debhelperが悪いのか、ソースを直さないといけないのか、気にしなくても
いいのかどれなんでしょうか?

ちなみに再構築方法は
dch -v 新しいバージョン番号
dpkg-buildpaackage -rfakeroot
出来たパッケージを
lintian -i ../出来たパッケージ.changes
でやっています。

 回避方法などございましたらよろしくお願いします。