commit 3c78f00c8156aac246055f58df82fd40c5026d32
Author: Matthias Klose <doko@ubuntu.com>
Date: Sat May 9 09:50:35 2026 +0200
* Build OCaml for stonking.
commit 6c2f7a866883432640724807bfe80124e0c91844
Author: Matthias Klose <doko@ubuntu.com>
Date: Sat May 9 09:49:06 2026 +0200
* Make stonking a known Ubuntu series.
commit b0489f0b54e8181a863d078c38fc907342140b54
Author: Sylvestre Ledru <sylvestre@debian.org>
Date: Thu May 7 13:00:50 2026 +0200
d/rules: Fix LLD_INSTALLED detection so it actually checks dpkg-query
The previous shell snippet always returned "yes" because the trailing
`; echo yes` ran unconditionally regardless of dpkg-query's exit
status. As a result, -DLLVM_USE_LINKER=lld was passed to CMake even
when lld was not installed in the build chroot (e.g. on Ubuntu
questing, where apt resolved the `lld | hello` build-dep alternative
to `hello`), producing a cryptic
"collect2: fatal error: cannot find 'ld'" failure.
Parse the dpkg-query Status field instead, so LLD_INSTALLED is
"yes" only when lld is actually installed.
Among the 88 debian patches available in version 1:22.1.5-1 of the package, we noticed the following issues: