Package: qjackctl Version: 0.2.18-1 Severity: serious This version was -- apparently accidentally -- built against libqt3c102 rather than libqt3c102-mt. All previous versions were built against the multithreaded version of the library, and there was no mention of this change in the Changelog, so I can only assume it was a mistake.
The nonthreaded version of the library is deprecated and shouldn't be used, this is the only program in all of unstable to depend on it, and goodness only knows what bugs will result. You want Build-Depends: libqt3-mt-dev NOT Build-Depends: libqt3-dev. This should certainly not get into etch in this state! It's OK to fix this before the C++ transition; libstdc++ has versioned symbols, so it's OK to depend directly on libstdc++6 and indirectly on libstdc++5. However, if you aren't worried about users of unstable hitting weird results due to the mislinking, it's reasonable to wait until the C++ transition -- but in that case you should make sure the package does not get into etch in this state. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

