+2008-04-07 Joerg Jaspert <joerg@debian.org>
+
+ * daklib/utils.py (build_file_list): Check for dpkg .changes
+ adjusted to reject newer (and right now broken) 1.8 version, until
+ dpkg (or debsign) is fixed and doesn't produce invalid .changes anymore
+
2008-03-22 Anthony Towns <ajt@debian.org>
* dak/edit_transitions.py: Add --import option.
format = changes.get("format", "")
if format != "":
format = float(format)
- if not is_a_dsc and (format < 1.5 or format > 2.0):
+ if not is_a_dsc and (format < 1.5 or format > 1.7):
raise nk_format_exc, format
# Parse each entry/line: