]> err.no Git - dpkg/commit
Add support of wildcard entries in symbols files
authorRaphael Hertzog <hertzog@debian.org>
Fri, 18 Jan 2008 18:04:25 +0000 (19:04 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Fri, 18 Jan 2008 18:37:58 +0000 (19:37 +0100)
commitd76c84773d5e51d3d82761bbc47dcac79fa5e844
treeff71b3f2e729ff6008fff05ece53790a768ed2dc
parent6ec6391d8ef77b40c4748591820147ff10de300d
Add support of wildcard entries in symbols files

* scripts/Dpkg/Shlibs/SymbolFile.pm (load): Parse *@<version> symbols names as
wildcards and not as regular symbols.
* scripts/Dpkg/Shlibs/SymbolFile.pm (merge_symbols): Use information
provided by wildcards entries when new symbols are added.
* scripts/dpkg-gensymbols.pl: Disable some checks which can't be done when
symbols files have been generated with the help of wildcard entries.
* man/dpkg-gensymbols.1: Update the manual page to explain how to use
wildcard entries.
ChangeLog
debian/changelog
man/dpkg-gensymbols.1
scripts/Dpkg/Shlibs/SymbolFile.pm
scripts/dpkg-gensymbols.pl