reopen 652427 thanks On 20.12.2011 03:51, Debian Bug Tracking System wrote: > This is an automatic notification regarding your Bug report > which was filed against the src:colord package: > > #652427: Missing kfreebsd-* packages
Apparently I missed an important bit: libsane-dev did pull libdbus-1-dev indirectly via libavahi-client-dev. With making libsane-dev linux-any, libdbus-1-dev is not installed on kfreebsd, so the build failed again: https://buildd.debian.org/status/fetch.php?pkg=colord&arch=kfreebsd-amd64&ver=0.1.15-2&stamp=1324352402 Sorry for that. As libdbus-1-dev only seems to be used to build the examples, the attached patch should address this build failure. Alternatively, you can just add an explicit b-dep on libdbus-1-dev. Cheers, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
diff --git a/debian/rules b/debian/rules index ef75202..65cc539 100755 --- a/debian/rules +++ b/debian/rules @@ -27,6 +27,7 @@ override_dh_auto_configure: --libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH)/colord \ --disable-static \ --disable-volume-search \ + --disable-examples \ --with-daemon-user=colord \ $(confflags)
signature.asc
Description: OpenPGP digital signature