First attempt at build

This commit is contained in:
Hibby 2024-11-06 01:30:24 +00:00
parent 6c8e7093c0
commit d1a275ea56
Signed by: hibby
SSH Key Fingerprint: SHA256:8HEV3623pJdfvWusnu47MzoqVh1gWhYSDeGKQJYkqNA
4 changed files with 21 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.pc/

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
qtsoundmodem (0.0.0.73~rc1-1) UNRELEASED; urgency=medium
* Upstream import
* Patches refreshed
-- hibby <hibby@velox.lan> 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

View File

@ -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;
}

View File

@ -1,6 +1,6 @@
--- a/tcpCode.cpp
+++ b/tcpCode.cpp
@@ -467,7 +467,7 @@
@@ -732,7 +732,7 @@
QByteArray datas = FLRigsock->readAll();