提交 e02c623b 编写于 作者: A Ansgar Burchardt

config/*/dinstall.functions: include Built-Using sources

Include source packages only referenced by Built-Using in per-suite
source indices.
上级 99de28a7
......@@ -318,6 +318,11 @@ function mkfilesindices() {
FROM src_associations sa
WHERE sa.suite = $suite_id
UNION
SELECT esr.src_id
FROM extra_src_references esr
JOIN bin_associations ba ON esr.bin_id = ba.bin
WHERE ba.suite = $suite_id
UNION
SELECT b.source AS source
FROM bin_associations ba
JOIN binaries b ON ba.bin = b.id WHERE ba.suite = $suite_id) s
......
......@@ -301,6 +301,11 @@ function mkfilesindices() {
FROM src_associations sa
WHERE sa.suite = $suite_id
UNION
SELECT esr.src_id
FROM extra_src_references esr
JOIN bin_associations ba ON esr.bin_id = ba.bin
WHERE ba.suite = $suite_id
UNION
SELECT b.source AS source
FROM bin_associations ba
JOIN binaries b ON ba.bin = b.id WHERE ba.suite = $suite_id) s
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册