From d1a275ea5654a5d118e4582c06cee567c0fb7997 Mon Sep 17 00:00:00 2001 From: Dave Hibberd Date: Wed, 6 Nov 2024 01:30:24 +0000 Subject: [PATCH] First attempt at build --- .gitignore | 1 + debian/changelog | 7 +++++++ debian/patches/build-fix.patch | 13 ++++++++++++- debian/patches/fix-bookworm-build.patch | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..224e7f0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.pc/ diff --git a/debian/changelog b/debian/changelog index f8d7ea0..5b6f49c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +qtsoundmodem (0.0.0.73~rc1-1) UNRELEASED; urgency=medium + + * Upstream import + * Patches refreshed + + -- hibby Tue, 29 Oct 2024 22:45:40 +0000 + qtsoundmodem (0.0.0.72.1-1~hibbian+1) bookworm-hibbian-unstable; urgency=medium * New upstream release, I was a bit hasty with that 0.72 release earlier diff --git a/debian/patches/build-fix.patch b/debian/patches/build-fix.patch index 8e2639c..a769df8 100644 --- a/debian/patches/build-fix.patch +++ b/debian/patches/build-fix.patch @@ -1,6 +1,6 @@ --- a/tcpCode.cpp +++ b/tcpCode.cpp -@@ -510,7 +510,7 @@ +@@ -775,7 +775,7 @@ QByteArray datas = HAMLIBsock->readAll(); @@ -9,3 +9,14 @@ } +--- a/ax25.c ++++ b/ax25.c +@@ -1780,6 +1780,8 @@ + *(digi++) = '*'; + } + *digi = 0; ++ ++ return 0; + } + + diff --git a/debian/patches/fix-bookworm-build.patch b/debian/patches/fix-bookworm-build.patch index 3d0d51e..d47ea46 100644 --- a/debian/patches/fix-bookworm-build.patch +++ b/debian/patches/fix-bookworm-build.patch @@ -1,6 +1,6 @@ --- a/tcpCode.cpp +++ b/tcpCode.cpp -@@ -467,7 +467,7 @@ +@@ -732,7 +732,7 @@ QByteArray datas = FLRigsock->readAll();