+ncbi-blast+ (2.16.0+ds-3) unstable; urgency=medium
+
+ * debian/rules: Fix typo (missing parenthesis).
+
+ -- Aaron M. Ucko <ucko@debian.org> Fri, 26 Jul 2024 15:37:28 -0400
+
ncbi-blast+ (2.16.0+ds-2) unstable; urgency=medium
* debian/patches/hurd_fixes: Extend to ncbi_localip.c, which otherwise
export DEB_CFLAGS_MAINT_APPEND=-Wall -pedantic
ifeq ($(DEB_HOST_ARCH_BITS),32)
- ifeq (,$(filter armhf %i386 x32,$(DEB_HOST_ARCH))
+ ifeq (,$(filter armhf %i386 x32,$(DEB_HOST_ARCH)))
export LIBS=-latomic
endif
endif