In Maverick we currently have the beta release on Qt 4.7. One change that upstream has made in 4.7, is that Qt webkit is split out into a separate package. Since Debian is staying with Qt 4.6 for Squeeze, this means that packages that use Qt webkit do not have the complete build-dependencies for our Qt packages.
https://launchpad.net/ubuntu/+source/freecad/0.9.2646.5.dfsg-1 is an example of this case that I just fixed. If you see errors like: error: QWebFrame: No such file or directory (any QWebFoo) You've likely found a package affected by this. The solution is to add libqt4- webkit-dev to the package build depends. I expect that the next rebuild test results we get will reflect quite a number of these. Scott K -- Ubuntu-motu mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu
