提交 e5b24037 编写于 作者: M Mike O'Connor

i think i fixed sort_changes

Signed-off-by: NMike O'Connor <stew@ries.debian.org>
上级 13f7dfde
......@@ -159,7 +159,8 @@ def sort_changes(changes_files, session):
for filename in changes_files:
u = Upload()
try:
u.pkg.load_dot_dak(filename)
u.pkg.changes_file = filename
u.load_changes(filename)
u.update_subst()
cache[filename] = copy.copy(u.pkg.changes)
cache[filename]["filename"] = filename
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册