X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdinstall.functions;h=c21c10a2fc73a13157a4ad4a1cdefe8eafdc623d;hb=e02c623be4a83422766d20611c6fadde362be98e;hp=66840812987fa4e0a69ce3f4806cb14e2b08f9de;hpb=99de28a7108ed1b51100c9cad1e4862fcd35204b;p=dak.git diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index 66840812..c21c10a2 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -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