[Debian-med-packaging] Bug#1130516: odin: Does not build with experimental qwt

Bastian Germann bage at debian.org
Thu Mar 12 16:33:35 GMT 2026


Source: odin
Version: 2.0.5-8
Severity: important
Tags: patch

This pkg is hindering the qwt transition from experimental to unstable
because it FTBFS with the experimental libqwt-qt5-dev.

Please find a patch attached that fixes the build.
-------------- next part --------------
From: Bastian Germann <bage at debian.org>
Description: odinqt: Add missing header qwt_text.h
---
--- a/odinqt/plot.cpp
+++ b/odinqt/plot.cpp
@@ -22,6 +22,7 @@
 #include <qwt_symbol.h>
 #include <qwt_scale_div.h>
 #include <qwt_scale_draw.h>
+#include <qwt_text.h>
 #else
 #include <qwt_scldraw.h>
 #endif


More information about the Debian-med-packaging mailing list