]> err.no Git - dpkg/commit
Add include mechanism for symbols files.
authorRaphael Hertzog <hertzog@debian.org>
Mon, 13 Aug 2007 13:29:44 +0000 (15:29 +0200)
committerRaphael Hertzog <hertzog@debian.org>
Mon, 13 Aug 2007 13:29:44 +0000 (15:29 +0200)
commit7b5a5b0a4dc034506c8c604bb6b48775d5965f99
treecba7eb217e046b5eddaf6395d17ec6ee9c14ef86
parent2d895b020241d192a73261dde800a2f16520296f
Add include mechanism for symbols files.

It's now possible to include external files in a "symbols" file
using a cpp-like syntax (#include "filetoinclude"). Provisions
for recursive includes are done. Also add some regression tests.
This is meant to be used by complex packages which have differences
between various architectures and which still want to factorize
some common list of symbols.
scripts/Dpkg/Shlibs/SymbolFile.pm
scripts/t/200_Dpkg_Shlibs.t
scripts/t/200_Dpkg_Shlibs/symbols.fake-1 [new file with mode: 0644]
scripts/t/200_Dpkg_Shlibs/symbols.fake-2 [new file with mode: 0644]
scripts/t/200_Dpkg_Shlibs/symbols.include-1 [new file with mode: 0644]
scripts/t/200_Dpkg_Shlibs/symbols.include-2 [new file with mode: 0644]