Scroll to navigation

deb-symbols(5) dpkg ユーティリティ deb-symbols(5)

名前

deb-symbols - Debian の拡張された共有ライブラリ情報ファイル

書式

symbols

説明

これらのファイルに設定可能な拡張された共有ライブラリの依存関係情報のフォーマットは以下のとおりである:
library-soname main-dependency-template
 
[| alternative-dependency-template]
 
[...]
 
[* field-name: field-value]
 
[...]
symbol minimal-version [id-of-dependency-template]
library-sonameobjdump(1) によってエクスポートされた SONAME フィールドの値と完全に合致している。 dependency-template は依存関係を示す。なお #MINVER# は "(>= minimal-version)" のようなバージョンチェックにより動的に置き換えられるか、(バージョンを明示した依存関係が不要だと判断された場合は) 空文字となる。
Each exported symbol (listed as name@version, with version being "Base" if the library is not versioned) is associated to a minimal-version of its dependency template (the main dependency template is always used and will end up being combined with the dependency template referenced by id-of-dependency-template if present). The first alternative dependency template is numbered 1, the second one 2, etc.
Each entry for a library can also have some fields of meta-information. Those fields are stored on lines starting with an asterisk. Currently, the only valid fields are:
Build-Depends-Package
It indicates the name of the "-dev" package associated to the library and is used by dpkg-shlibdeps to make sure that the dependency generated is at least as strict as the corresponding build dependency.
Ignore-Blacklist-Groups
It indicates what blacklist groups should be ignored, as a whitespace separated list, so that the symbols contained in those groups get included in the output file. This should only be necessary for toolchain packages providing those blacklisted symbols. The available groups are system dependent, for ELF and GNU-based systems these are aeabi and gomp.

簡単な symbol ファイル

libftp.so.3 libftp3 #MINVER#
DefaultNetbuf@Base 3.1-1-6
FtpAccess@Base 3.1-1-6
[...]

複雑な symbol ファイル

libGL.so.1 libgl1
 
| libgl1-mesa-glx #MINVER#
 
* Build-Depends-Package: libgl1-mesa-dev
publicGlSymbol@Base 6.3-1
[...]
implementationSpecificSymbol@Base 6.5.2-7 1
[...]

関連項目

https://wiki.debian.org/Projects/ImprovedDpkgShlibdeps
 
dpkg-shlibdeps(1), dpkg-gensymbols(1).

翻訳者

高橋 基信 <monyo@monyo.com>. 喜瀬 浩 <kise@fuyuneko.jp>. 関戸 幸一 <sekido@mbox.kyoto-inet.or.jp>. 鍋谷 栄展 <nabe@debian.or.jp>. 倉澤 望 <nabetaro@debian.or.jp>. 石川 睦 <ishikawa@linux.or.jp>. 鵜飼 文敏 <ukai@debian.or.jp>. 中野 武雄 <nakano@apm.seikei.ac.jp>.

翻訳校正

Debian JP Documentation ML <debian-doc@debian.or.jp>.
2011-08-14 Debian Project