Release to unstable

This commit is contained in:
Hibby 2024-12-17 16:47:12 +00:00
parent 58d2baad53
commit 33d8e6f75a
No known key found for this signature in database
3 changed files with 14 additions and 2 deletions

4
debian/changelog vendored
View File

@ -1,11 +1,11 @@
linbpq (6.0.24.54+repack-1) UNRELEASED; urgency=medium linbpq (6.0.24.54+repack-1~hibbian+1) bookworm-hibbian-unstable; urgency=medium
* New Upstream * New Upstream
* Drop AGW Patch * Drop AGW Patch
* Drop Spelling Patch * Drop Spelling Patch
* Drop Dynamic Links patch * Drop Dynamic Links patch
-- Dave Hibberd <hibby@debian.org> Mon, 16 Dec 2024 17:57:40 +0000 -- Dave Hibberd <hibby@debian.org> Tue, 17 Dec 2024 16:46:05 +0000
linbpq (6.0.24.53+repack-1~hibbian+1) bookworm-hibbian-unstable; urgency=medium linbpq (6.0.24.53+repack-1~hibbian+1) bookworm-hibbian-unstable; urgency=medium

View File

@ -1 +1,2 @@
spelling-fixes.patch
makefile makefile

11
debian/patches/spelling-fixes.patch vendored Normal file
View File

@ -0,0 +1,11 @@
--- a/UZ7HODrv.c
+++ b/UZ7HODrv.c
@@ -382,7 +382,7 @@
if (AGW->CenterFreq == 0)
{
- buffptr->Len = sprintf((UCHAR *)&buffptr->Data[0], "UZ7HO} Invalid Modem Freqency\r");
+ buffptr->Len = sprintf((UCHAR *)&buffptr->Data[0], "UZ7HO} Invalid Modem Frequency\r");
return 1;
}