On Tue, 01 Sep 2015 at 09:20:17 +0100, Simon McVittie wrote: > If a particular -dev package requires linking with some other library, > it should depend on that library's -dev package (the same principle > as depending on the -dev packages of the libraries mentioned in a > pkg-config .pc file).
For kopete, installing libsoprano-dev is enough to build successfully. I think this means kdelibs5-dev should depend on libsoprano-dev (and the -dev packages for any other libraries that it indirectly requires in the same way). Adding Build-Depends: libsoprano-dev to kopete seems to be a viable workaround that would prevent this bug from stalling the libmsn sub-transition within the libstdc++ transition, and potentially lower its severity to non-RC. I might NMU kopete with that change if it becomes necessary. S