]> git.deb.at Git - deb/packages.git/commit
create_index_pages: Do not die due to namespace collisions
authorFrank Lichtenheld <frank@lichtenheld.de>
Thu, 18 Jun 2009 19:27:58 +0000 (21:27 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Thu, 18 Jun 2009 19:32:13 +0000 (21:32 +0200)
commit41ebce59dc918cf53ec606ec288ff99b8d7e5520
tree1fe280c99e5239a1cfd549929c094b43960c1466
parent5a7837c53530840200366db77b30f440b928e395
create_index_pages: Do not die due to namespace collisions

If for whatever reason the same name appears in more than one
set of sections, subsections, and priorities, the code used
to die. The new code will not handle this very well either
(you will get repeated lines in the affected file), but
at least it will not take everything else with it.
bin/create_index_pages