From 68d240b141d586324b3a04850880cd003c7c8f89 Mon Sep 17 00:00:00 2001 From: Dave Hibberd Date: Mon, 4 Sep 2023 23:00:40 +0100 Subject: [PATCH] Start to patch the build --- debian/patches/build-fix.patch | 11 +++++++++++ debian/patches/series | 1 + 2 files changed, 12 insertions(+) create mode 100644 debian/patches/build-fix.patch diff --git a/debian/patches/build-fix.patch b/debian/patches/build-fix.patch new file mode 100644 index 0000000..38c1291 --- /dev/null +++ b/debian/patches/build-fix.patch @@ -0,0 +1,11 @@ +--- a/tcpCode.cpp ++++ b/tcpCode.cpp +@@ -370,7 +370,7 @@ + + QByteArray datas = HAMLIBsock->readAll(); + +- qDebug(datas.data()); ++ qDebug("SetPTT Error: %s", datas.data()); + + } + diff --git a/debian/patches/series b/debian/patches/series index e69de29..48626c1 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -0,0 +1 @@ +build-fix.patch