X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fbackports%2Fdinstall.functions;h=67b40de21f1287ff201d66a8f3a8155089ff0b52;hb=e02c623be4a83422766d20611c6fadde362be98e;hp=2ef349b2e7064e58db03566cf49c1b71654d31f6;hpb=99de28a7108ed1b51100c9cad1e4862fcd35204b;p=dak.git diff --git a/config/backports/dinstall.functions b/config/backports/dinstall.functions index 2ef349b2..67b40de2 100644 --- a/config/backports/dinstall.functions +++ b/config/backports/dinstall.functions @@ -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