Hello, My 2ยข on this: speech-dispatcher build-depends on systemd in order to get systemd.pc and read systemdsystemunitdir from it, but that fails on experimental buildds because they currently have systemctl installed instead of systemd:
https://buildd.debian.org/status/package.php?p=speech-dispatcher&suite=experimental Of course, I could just hardcode the systemdsystemunitdir variable instead of letting ./configure read it from systemd.pc, and be done with the issue, but that seems very wrong to me. Adding a Build-conflicts also looks quite wrong to me: should we really make packages know what package provides-but-not-completely systemd? Samuel