diff --git a/debian/changelog b/debian/changelog index 8e98978..8f95ed5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ -linbpq (6.0.24.51+repack-2~hibbian+1) UNRELEASED; urgency=medium +linbpq (6.0.24.51.1+repack-1~hibbian+1) bookworm-hibbian-unstable; urgency=medium - * Roll back some patches + * New upstream import after bug report + * Roll back some ftbfs-gcc14 edits + * Remove some more lib headers - -- Dave Hibberd Fri, 29 Nov 2024 14:26:32 +0000 + -- Dave Hibberd Fri, 29 Nov 2024 19:30:22 +0000 linbpq (6.0.24.51+repack-1~hibbian+1) bookworm-hibbian-unstable; urgency=medium diff --git a/debian/patches/dynamic-links b/debian/patches/dynamic-links index 56406f5..d097a47 100644 --- a/debian/patches/dynamic-links +++ b/debian/patches/dynamic-links @@ -31,3 +31,14 @@ #define CKernel #include "httpconnectioninfo.h" +--- a/IPCode.c ++++ b/IPCode.c +@@ -97,8 +97,6 @@ + + #include "pcap.h" + +-int pcap_sendpacket(pcap_t *p, u_char *buf, int size); +- + #ifndef LINBPQ + #include "kernelresource.h" + LRESULT CALLBACK ResWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam); diff --git a/debian/rules b/debian/rules index 8affa7a..9df5872 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -export DEB_BUILD_MAINT_OPTIONS=hardening=-all,-format qa=-bug-implicit-func +export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-format qa=-bug-implicit-func %: dh $@