Package: libqtermwidget5-0-dev
Version: 0.8.0-1
Severity: important

Dear Maintainer,

Recent versions of libqtermwidget5-0-dev in experimental conflict in
/usr/share/cmake/qtermwidget5/qtermwidget5-config-version.cmake

A diff of the amd64 and i386 packages reveals several conflicts in this
package; for example:

-if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "")
+if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "4" STREQUAL "")

-if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8")
-   math(EXPR installedBits "8 * 8")
+if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "4")
+   math(EXPR installedBits "4 * 8")


Cheers,

Andreas

Reply via email to