Aaron M. Ucko pushed to branch master at Debian Med / ncbi-blastplus
Commits: 21d06e91 by Aaron M. Ucko at 2024-07-26T15:37:28-04:00 ncbi-blast+ 2.16.0+ds-3: d/rules typo fix (missing parenthesis). - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== 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 <[email protected]> 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 ===================================== 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 View it on GitLab: https://salsa.debian.org/med-team/ncbi-blastplus/-/commit/21d06e91516f3e6ff59bd39576cb41f3ae486df5 -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/med-team/ncbi-blastplus/-/commit/21d06e91516f3e6ff59bd39576cb41f3ae486df5 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
