Hi. If you see any build log made in the buildds, like this:
https://buildd.debian.org/status/fetch.php?pkg=lomiri-system-settings&arch=amd64&ver=1.2.0-1%2Bb1&stamp=1730173204&raw=0 you will see this: dh clean debian/rules override_dh_auto_clean make[1]: Entering directory '/<<PKGBUILDDIR>>' dh_auto_clean rm -rf The fact that nothing follows the "rm -rf " means the command is not really doing what it was supposed to do, namely, remove a directory previously defined. So yes, I think there is a bug in lomiri-system-settings. I'll try to investigate what changed on my side anyway. Thanks.