Release!
This commit is contained in:
parent
a675c89dc3
commit
7690eb8f59
|
@ -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 <hibby@debian.org> Fri, 29 Nov 2024 14:26:32 +0000
|
||||
-- Dave Hibberd <hibby@debian.org> Fri, 29 Nov 2024 19:30:22 +0000
|
||||
|
||||
linbpq (6.0.24.51+repack-1~hibbian+1) bookworm-hibbian-unstable; urgency=medium
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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 $@
|
||||
|
|
Loading…
Reference in New Issue