Control: tags -1 patch
I am uploading a NMU to fix this. The debdiff is attached.
diff -Nru nlkt-0.3.2.6/debian/changelog nlkt-0.3.2.6/debian/changelog --- nlkt-0.3.2.6/debian/changelog 2023-10-02 18:00:22.000000000 +0200 +++ nlkt-0.3.2.6/debian/changelog 2026-03-12 19:32:44.000000000 +0100 @@ -1,3 +1,10 @@ +nlkt (0.3.2.6-2.3) unstable; urgency=medium + + * Non-maintainer upload. + * Add missing include. (Closes: #1130518) + + -- Bastian Germann <[email protected]> Thu, 12 Mar 2026 19:32:44 +0100 + nlkt (0.3.2.6-2.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru nlkt-0.3.2.6/debian/patches/qpen.patch nlkt-0.3.2.6/debian/patches/qpen.patch --- nlkt-0.3.2.6/debian/patches/qpen.patch 1970-01-01 01:00:00.000000000 +0100 +++ nlkt-0.3.2.6/debian/patches/qpen.patch 2026-03-12 19:32:37.000000000 +0100 @@ -0,0 +1,14 @@ +From: Bastian Germann +Subject: Add missing QPen include +Bug-Debian: https://bugs.debian.org/1130518 +--- +--- nlkt-0.3.2.6.orig/src/StatsWidget.cpp ++++ nlkt-0.3.2.6/src/StatsWidget.cpp +@@ -26,6 +26,7 @@ + #include <QCheckBox> + #include <QTableWidget> + #include <QMap> ++#include <QPen> + #include <QPushButton> + + #include <qwt/qwt_plot.h> diff -Nru nlkt-0.3.2.6/debian/patches/series nlkt-0.3.2.6/debian/patches/series --- nlkt-0.3.2.6/debian/patches/series 2023-10-02 18:00:22.000000000 +0200 +++ nlkt-0.3.2.6/debian/patches/series 2026-03-12 19:31:58.000000000 +0100 @@ -1 +1,2 @@ debian.patch +qpen.patch

