提交 9875adaa 编写于 作者: L Luca Falavigna

Restore exporting of NEWS.Debian file

上级 056ac1fa
......@@ -172,7 +172,7 @@ def export_files(session, archive, clpool, progress=False):
sources = {}
unpack = {}
files = ('changelog', 'copyright', 'NEWS', 'README.Debian')
files = ('changelog', 'copyright', 'NEWS', 'NEWS.Debian', 'README.Debian')
stats = {'unpack': 0, 'created': 0, 'removed': 0, 'errors': 0, 'files': 0}
query = """SELECT DISTINCT s.source, su.suite_name AS suite, s.version, c.name || '/' || f.filename AS filename
FROM source s
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册