From 7433c7760483fa8e9afe60171f356a518c2c474c Mon Sep 17 00:00:00 2001 From: Dave Hibberd Date: Fri, 29 Nov 2024 19:18:48 +0000 Subject: [PATCH] little tweaks before import --- debian/copyright | 3 ++- debian/patches/dynamic-links | 33 +++++++++++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 debian/patches/dynamic-links diff --git a/debian/copyright b/debian/copyright index f03fa34..2b7b7ac 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,8 @@ Upstream-Name: linBPQ Upstream-Contact: John Wiseman G8BPQ Source: https://www.cantab.net/users/john.wiseman/Documents/ Files-Excluded: *.vcproj* *.bak *.lib *.dll *.wav *.asm *.vcxproj* *.pdb *.exe - .gitignore XAprs + .gitignore XAprs zlib.h zconf.h MQTT* pcap.h miniupnpc.h upnpdev.h + igd_desc_parse.h upnpcommands.h upnperrors.h miniupnpctypes.h Files: * Copyright: 1990-2024 John Wiseman G8BPQ diff --git a/debian/patches/dynamic-links b/debian/patches/dynamic-links new file mode 100644 index 0000000..56406f5 --- /dev/null +++ b/debian/patches/dynamic-links @@ -0,0 +1,33 @@ +--- a/LinBPQ.c ++++ b/LinBPQ.c +@@ -717,7 +717,7 @@ + + } + +-#include "getopt.h" ++#include + + static struct option long_options[] = + { +--- a/DRATS.c ++++ b/DRATS.c +@@ -563,7 +563,7 @@ + #define ZEXPORT __stdcall + #endif + +-#include "zlib.h" ++#include + + + int doinflate(unsigned char * source, unsigned char * dest, int Len, int destlen, int * outLen) +--- a/HTTPcode.c ++++ b/HTTPcode.c +@@ -38,7 +38,7 @@ + #define ZEXPORT __stdcall + #endif + +-#include "zlib.h" ++#include + + #define CKernel + #include "httpconnectioninfo.h" diff --git a/debian/patches/series b/debian/patches/series index 90fc185..67af30c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ headers.patch ftbfs-gcc14.patch spelling-errors.patch makefile +dynamic-links