From 21d06e91516f3e6ff59bd39576cb41f3ae486df5 Mon Sep 17 00:00:00 2001 From: "Aaron M. Ucko" Date: Fri, 26 Jul 2024 15:37:28 -0400 Subject: [PATCH] ncbi-blast+ 2.16.0+ds-3: d/rules typo fix (missing parenthesis). --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4d784936..7cdbfe07 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ncbi-blast+ (2.16.0+ds-3) unstable; urgency=medium + + * debian/rules: Fix typo (missing parenthesis). + + -- Aaron M. Ucko 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 diff --git a/debian/rules b/debian/rules index df219ec0..f7020f68 100755 --- a/debian/rules +++ b/debian/rules @@ -29,7 +29,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie reproducible=-timeless 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 -- 2.30.2