From 33d8e6f75a614ecc1395913036f1467ad4886257 Mon Sep 17 00:00:00 2001 From: Dave Hibberd Date: Tue, 17 Dec 2024 16:47:12 +0000 Subject: [PATCH] Release to unstable --- debian/changelog | 4 ++-- debian/patches/series | 1 + debian/patches/spelling-fixes.patch | 11 +++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 debian/patches/spelling-fixes.patch diff --git a/debian/changelog b/debian/changelog index d40ceee..ada0246 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 * Drop AGW Patch * Drop Spelling Patch * Drop Dynamic Links patch - -- Dave Hibberd Mon, 16 Dec 2024 17:57:40 +0000 + -- Dave Hibberd Tue, 17 Dec 2024 16:46:05 +0000 linbpq (6.0.24.53+repack-1~hibbian+1) bookworm-hibbian-unstable; urgency=medium diff --git a/debian/patches/series b/debian/patches/series index f0be4dd..6c01fdf 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ +spelling-fixes.patch makefile diff --git a/debian/patches/spelling-fixes.patch b/debian/patches/spelling-fixes.patch new file mode 100644 index 0000000..7cb186d --- /dev/null +++ b/debian/patches/spelling-fixes.patch @@ -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; + } +