Hi, I was trying to build 4.10 from debian packages and found in commit 800766febd196d06cbba580fdbc00bed71aaed0c of git://anonscm.debian.org/pkg-kde/kde-sc/nepomuk-widgets.git that the comparision operators on some of the build-depencies were missing.
My patch: diff --git a/debian/control b/debian/control index e0533a2..55fce38 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,9 @@ Section: libs Priority: optional Maintainer: Debian Qt/KDE Maintainers <[email protected]> Uploaders: José Manuel Santamaría Lema <[email protected]> -Build-Depends: kde-sc-dev-latest (4:4.10.0) +Build-Depends: kde-sc-dev-latest (>= 4:4.10.0), cmake, debhelper (>= 9), pkg-kde-tools (>= 0.12), - kdelibs5-dev (>= 4:4.10), nepomuk-core-dev (4:4.10), + kdelibs5-dev (>= 4:4.10), nepomuk-core-dev (>= 4:4.10), libsoprano-dev (>= 2.7.56), doxygen Standards-Version: 3.9.3 Homepage: http://www.kde.org/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/1389566.kK1h3QGHSD@myrada

