提交 ef68956d 编写于 作者: J Joerg Jaspert

Check for changes format 1.8

上级 b584dbd5
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.
......
......@@ -240,7 +240,7 @@ def build_file_list(changes, is_a_dsc=0):
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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册