Migrate patches tp gbp pq
This commit is contained in:
parent
e4d8eadb91
commit
c0425ff0e2
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,8 +1,9 @@
|
||||||
linbpq (6.0.25.1+repack-1) UNRELEASED; urgency=medium
|
linbpq (6.0.25.1+repack-1~hibbian13+1) trixie-hibbian-unstable; urgency=medium
|
||||||
|
|
||||||
* New upstream version 6.0.25.1+repack
|
* New upstream version 6.0.25.1+repack
|
||||||
|
* MINI_BUILDD_OPTION: auto-ports=trixie-packetrepo-unstable,bookworm-packetrepo-unstable,bullseye-packetrepo-unstable,noble-packetrepo-unstable,jammy-packetrepo-unstable
|
||||||
|
|
||||||
-- Dave Hibberd <hibby@debian.org> Thu, 04 Sep 2025 22:52:44 +0100
|
-- Dave Hibberd <hibby@debian.org> Sat, 20 Sep 2025 15:43:32 +0100
|
||||||
|
|
||||||
linbpq (6.0.24.82+repack-1~hibbian13+1) trixie-hibbian-unstable; urgency=medium
|
linbpq (6.0.24.82+repack-1~hibbian13+1) trixie-hibbian-unstable; urgency=medium
|
||||||
|
|
||||||
|
|
14
debian/patches/makefile
vendored
14
debian/patches/makefile
vendored
|
@ -1,3 +1,13 @@
|
||||||
|
From: Dave Hibberd <hibby@debian.org>
|
||||||
|
Date: Sat, 20 Sep 2025 15:42:15 +0100
|
||||||
|
Subject: makefile
|
||||||
|
|
||||||
|
---
|
||||||
|
makefile | 22 ++++++++++------------
|
||||||
|
1 file changed, 10 insertions(+), 12 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/makefile b/makefile
|
||||||
|
index 0152c9a..0730a2a 100644
|
||||||
--- a/makefile
|
--- a/makefile
|
||||||
+++ b/makefile
|
+++ b/makefile
|
||||||
@@ -2,8 +2,7 @@
|
@@ -2,8 +2,7 @@
|
||||||
|
@ -10,7 +20,7 @@
|
||||||
upnp.o APRSStdPages.o HSMODEM.o WinRPR.o KISSHF.o TNCEmulators.o bpqhdlc.o SerialPort.o\
|
upnp.o APRSStdPages.o HSMODEM.o WinRPR.o KISSHF.o TNCEmulators.o bpqhdlc.o SerialPort.o\
|
||||||
adif.o WebMail.o utf8Routines.o VARA.o LzFind.o Alloc.o LzmaDec.o LzmaEnc.o LzmaLib.o \
|
adif.o WebMail.o utf8Routines.o VARA.o LzFind.o Alloc.o LzmaDec.o LzmaEnc.o LzmaLib.o \
|
||||||
Multicast.o ARDOP.o IPCode.o FLDigi.o linether.o CMSAuth.o APRSCode.o BPQtoAGW.o KAMPactor.o\
|
Multicast.o ARDOP.o IPCode.o FLDigi.o linether.o CMSAuth.o APRSCode.o BPQtoAGW.o KAMPactor.o\
|
||||||
@@ -17,12 +16,12 @@
|
@@ -17,12 +16,12 @@ OBJS = pngwtran.o pngrtran.o pngset.o pngrio.o pngwio.o pngtrans.o pngrutil.o pn
|
||||||
|
|
||||||
# Configuration:
|
# Configuration:
|
||||||
|
|
||||||
|
@ -28,7 +38,7 @@
|
||||||
all: linbpq
|
all: linbpq
|
||||||
|
|
||||||
#other OS
|
#other OS
|
||||||
@@ -74,12 +73,11 @@
|
@@ -74,12 +73,11 @@ noi2c: linbpq
|
||||||
|
|
||||||
|
|
||||||
linbpq: $(OBJS)
|
linbpq: $(OBJS)
|
||||||
|
|
12
debian/patches/spelling-fixes.patch
vendored
12
debian/patches/spelling-fixes.patch
vendored
|
@ -1,6 +1,16 @@
|
||||||
|
From: Dave Hibberd <hibby@debian.org>
|
||||||
|
Date: Sat, 20 Sep 2025 15:42:15 +0100
|
||||||
|
Subject: spelling-fixes
|
||||||
|
|
||||||
|
---
|
||||||
|
UZ7HODrv.c | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/UZ7HODrv.c b/UZ7HODrv.c
|
||||||
|
index ac33278..c7e463f 100644
|
||||||
--- a/UZ7HODrv.c
|
--- a/UZ7HODrv.c
|
||||||
+++ b/UZ7HODrv.c
|
+++ b/UZ7HODrv.c
|
||||||
@@ -382,7 +382,7 @@
|
@@ -382,7 +382,7 @@ int UZ7HOSetFreq(int port, struct TNCINFO * TNC, struct AGWINFO * AGW, PDATAMESS
|
||||||
|
|
||||||
if (AGW->CenterFreq == 0)
|
if (AGW->CenterFreq == 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue