Source: cutemaze Version: 1.2.0-1 Severity: serious https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/cutemaze.html
...
Project ERROR: CuteMaze requires Qt 5.2 or greater
make[1]: *** [debian/rules:14: override_dh_auto_configure] Error 3
cutemaze.pro:
lessThan(QT_VERSION, 5.2) {
error("CuteMaze requires Qt 5.2 or greater")
}
This is interpreted as float, so 5.10 < 5.2

