+2008-06-01 Otavio Salvador <otavio@debian.org>
+
+ * daklib/queue.py (check_valid): allow debian-installer specific
+ sources to have 'debian-installer' section.
+
2008-05-28 Frans Pop <fjp@debian.org>
* add autobyhand support for task overrides (from tasksel)
new[pkg]["priority id"] = database.get_priority_id(new[pkg]["priority"])
# Sanity checks
di = section.find("debian-installer") != -1
- if (di and file_type != "udeb") or (not di and file_type == "udeb"):
+ if (di and file_type not in ("udeb", "dsc")) or (not di and file_type == "udeb"):
new[pkg]["section id"] = -1
if (priority == "source" and file_type != "dsc") or \
(priority != "source" and file_type == "dsc"):