diffstat for highway-1.3.0 highway-1.3.0

 changelog |    7 +++++++
 rules     |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff -Nru highway-1.3.0/debian/changelog highway-1.3.0/debian/changelog
--- highway-1.3.0/debian/changelog	2026-08-08 01:20:27.000000000 +0300
+++ highway-1.3.0/debian/changelog	2026-08-10 16:50:04.000000000 +0300
@@ -1,3 +1,10 @@
+highway (1.3.0-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS on x32. (Closes: #1143938)
+
+ -- Adrian Bunk <bunk@debian.org>  Mon, 10 Aug 2026 16:50:04 +0300
+
 highway (1.3.0-5) unstable; urgency=medium
 
   * Team upload
diff -Nru highway-1.3.0/debian/rules highway-1.3.0/debian/rules
--- highway-1.3.0/debian/rules	2026-08-08 01:17:46.000000000 +0300
+++ highway-1.3.0/debian/rules	2026-08-10 16:24:11.000000000 +0300
@@ -27,9 +27,9 @@
   DEB_CXXFLAGS_MAINT_APPEND += -fexcess-precision=standard
 endif
 
-ifeq ($(DEB_HOST_ARCH_CPU),x32)
+ifeq ($(DEB_HOST_ARCH),x32)
   # virtual memory exhausted: Cannot allocate memory
-  DH_FLAGS = --max-parallel=1
+  DEB_CXXFLAGS_MAINT_APPEND += -g1
 endif
 
 ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH),armhf))
