[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-devel:17985] Re: 相談: uimパッケージメンテの引き継ぎをお願いできる方はいらっしゃらないでしょうか
On Thu, Jun 02, 2011 at 12:08:03PM +0900, debian@xxxxxx wrote:
> * im-switch を im-config に変更。
>
> こちらは具体的な進め方を相談させてください。
>
> * 1.6.x で追加された IM を im-config に追加。
>
> すみません、これよくわかりませんでした。
>
> http://anonscm.debian.org/gitweb/?p=collab-maint/im-config.git
>
> を見ましたが、特定の IM についての記載はありませんでした。
> 見当違いのところ見てるでしょうか?
見てるとこはいいですよ。でも/im-config/debian/README.Debianを読んだのかな?
確かにちょっと説明が不親切ですが、色々書いてますよ。
* uim という使い方の説明まで書いたので、既にサポートしています。
そして最後に:
If you are interested to add a new input method support, please send me a start
up code as *.im and its matching *.dsc files for /usr/share/im-config/data.
*.dsc file must contain the following:
IM_CONFIG_DSC : Description used in the im-config dialogue.
IM_CONFIG_KEY : Prerequisite file name for the particular input method
つまり、何かあったら「私にメールしなさい」ということです。(im-config は私が書きました。)
一般論ならuimはサポートしているので、今依存関係にim-switchとあるのを
im-config|im-switch とするか
im-config とだけに置き換えるだけでいいと理解しています。
ただ、私ならcontrolファイルは:
Package: uim-common
Section: utils
Architecture: all
Depends: ${misc:Depends}, im-switch
Conflicts: uim-common (<< 1:1.4.1-1)
…とあるところは
Package: uim-common
Section: utils
Architecture: all
Depends: ${misc:Depends}
Recommends: im-config | im-switch
Conflicts: uim-common (<< 1:1.4.1-1)
…何て感じにしたいところです。あくまで、あると楽だというだけで、
色々な設定の仕方はありえますので。。。
それにこれなら、アップグレードの人は当分im-switchのままでいいので、
無用な移行の苦労がありません。
青木