]> err.no Git - dpkg/commit
Dpkg::Shlibs::SymbolFile: handles multiple #include of the same file
authorRaphael Hertzog <hertzog@debian.org>
Thu, 24 Jan 2008 10:32:54 +0000 (11:32 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Thu, 24 Jan 2008 10:32:54 +0000 (11:32 +0100)
commit9263871a0959d09287000f07def97a323cafa23d
tree51a363793ceb5b643e5dc293c9b1c561ae97a74a
parent3ee9927c327f1822b3be3c4cc3a2e1065d3f0a3b
Dpkg::Shlibs::SymbolFile: handles multiple #include of the same file

* scripts/Dpkg/Shlibs/SymbolFile.pm (load): Remove the loaded file
from the %$seen hash at the end so that it's possible to include
multiple times the same file (at the same level and not from any
nested file obviously).
ChangeLog
debian/changelog
scripts/Dpkg/Shlibs/SymbolFile.pm