From: Frank Lichtenheld Date: Thu, 18 Jun 2009 19:27:58 +0000 (+0200) Subject: create_index_pages: Do not die due to namespace collisions X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=41ebce59dc918cf53ec606ec288ff99b8d7e5520;hp=41ebce59dc918cf53ec606ec288ff99b8d7e5520;p=deb%2Fpackages.git 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. ---