32bit fix release

This commit is contained in:
Hibby 2024-08-30 12:23:59 +01:00
parent 371dac17ff
commit 383e238d61
Signed by: hibby
SSH Key Fingerprint: SHA256:Y6XbnzN0FEB1R/exPF5hUbHUgE/Nn7M1uT566fxo6pE
2 changed files with 3 additions and 4 deletions

5
debian/changelog vendored
View File

@ -1,8 +1,9 @@
linbpq (6.0.24.42-1~hibbian+3) UNRELEASED; urgency=medium linbpq (6.0.24.42-1~hibbian+3) bookworm-hibbian-unstable; urgency=medium
* 32bit build error * 32bit build error
- Patch updated to fix hopefully
-- Dave Hibberd <hibby@debian.org> Fri, 30 Aug 2024 12:20:56 +0100 -- Dave Hibberd <hibby@debian.org> Fri, 30 Aug 2024 12:21:57 +0100
linbpq (6.0.24.42-1~hibbian+2) bookworm-hibbian-unstable; urgency=medium linbpq (6.0.24.42-1~hibbian+2) bookworm-hibbian-unstable; urgency=medium

2
debian/rules vendored
View File

@ -1,8 +1,6 @@
#!/usr/bin/make -f #!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS=hardening=+all export DEB_BUILD_MAINT_OPTIONS=hardening=+all
CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
#CFLAGS += -fcommon
%: %:
dh $@ dh $@