Control: tags -1 + patch
It seem to me cmake is ridiculously stupd, not accepting the fact that the packages trivial cmake setup work with any version from 2.6 onwards. Modifying the setting to raise it to an arbitrarly and factually wrong 2.5 version seem to solve the build problem. --- battery-stats-0.5.6.orig/CMakeLists.txt +++ battery-stats-0.5.6/CMakeLists.txt @@ -1,6 +1,6 @@ project(battery-stats) -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 3.5) include(CheckIncludeFiles) -- Happy hacking Petter Reinholdtsen

