From: Aaron M. Ucko Date: Fri, 26 Jul 2024 19:37:28 +0000 (-0400) Subject: ncbi-blast+ 2.16.0+ds-3: d/rules typo fix (missing parenthesis). X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2~37 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=21d06e91516f3e6ff59bd39576cb41f3ae486df5;p=ncbi-blast%2B.git ncbi-blast+ 2.16.0+ds-3: d/rules typo fix (missing parenthesis). --- 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