man > deb-symbols(5)

πŸ“– NAME

deb-symbols β€” Debian's extended shared library information file

πŸš€ Quick Reference

πŸš€ Use CaseπŸ”§ SyntaxπŸ“ Description
πŸ—οΈ Define library SONAMElibrary-soname main-dependency-templateSpecify the SONAME and main dependency template
πŸ“¦ Add alternative dependency| alternative-dependency-templateSpecify an alternative dependency template
🏷️ Add meta-information field* field-name: field-valueAdd metadata like Build-Depends-Package
πŸ“Œ Specify symbol versionsymbol minimal-version [id]Map a symbol to its minimal version and optional template id
πŸ”— Set build dependency package* Build-Depends-Package: pkgIndicate the associated -dev package
🚫 Ignore internal symbol groups* Allow-Internal-Symbol-Groups: groupInclude internal symbols in output (e.g., aeabi, gomp)

πŸ”– SYNOPSIS

DEBIAN/symbols

πŸ“ DESCRIPTION

The symbol files are shipped in Debian binary packages, and its format is a subset of the template symbol files used by dpkg-gensymbols(1) in Debian source packages.

The format for an extended shared library dependency information entry in these files is:

library-soname main-dependency-template
[| alternative-dependency-template]
[...]
[* field-name: field-value]
[...]
 symbol minimal-version [id-of-dependency-template]

The library-soname is exactly the value of the SONAME field as exported by objdump(1). A dependency-template is a dependency where #MINVER# is dynamically replaced either by a version check like β€œ(>= minimal-version)” or by nothing (if an unversioned dependency is deemed sufficient).

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 column is separated by exactly a single whitespace.

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 (since dpkg 1.14.13).

βš™οΈ Build-Depends-Packages

The same as Build-Depends-Package but accepts a comma-separated list of package names (since dpkg 1.20.0). This field will override any Build-Depends-Package field present, and is mostly useful with β€œ-dev” packages and metapackages depending on these, say for a transition period.

βš™οΈ Allow-Internal-Symbol-Groups

It indicates what internal symbol groups should be ignored, as a whitespace separated list, so that the symbols contained in those groups get included in the output file (since dpkg 1.20.1). This should only be necessary for toolchain packages providing those internal symbols. The available groups are system dependent, for ELF and GNU-based systems these are aeabi and gomp.

βš™οΈ Ignore-Blacklist-Groups

A deprecated alias for Allow-Internal-Symbol-Groups (since dpkg 1.20.1, supported since dpkg 1.17.6).

πŸ’‘ EXAMPLES

πŸ“„ Simple symbols file

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

πŸ“„ Advanced symbols file

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
 [...]

πŸ”— SEE ALSO

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

1.21.1 2025-09-09 deb-symbols(5)

deb-symbols(5)
πŸ“– NAME πŸš€ Quick Reference πŸ”– SYNOPSIS πŸ“ DESCRIPTION
βš™οΈ Build-Depends-Package βš™οΈ Build-Depends-Packages βš™οΈ Allow-Internal-Symbol-Groups βš™οΈ Ignore-Blacklist-Groups
πŸ’‘ EXAMPLES
πŸ“„ Simple symbols file πŸ“„ Advanced symbols file
πŸ”— SEE ALSO

Generated by phpman v4.10.0-7-g98e9fd5 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-09-01 11:00 @216.73.216.239
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!

^_top_^