c++/include/common/ncbi_revision.h.
- override_dh_install-arch: Install new cleanup-blastdb-volumes script
without its upstream .py suffix.
+ - Stop directly injecting -Wl,--as-needed into LDFLAGS, but keep
+ DEB_LDFLAGS_MAINT_APPEND for the sake of backports, along with a
+ comment that they can't rely on GCC 9+.
- -- Aaron M. Ucko <ucko@debian.org> Sun, 26 Apr 2020 18:02:47 -0400
+ -- Aaron M. Ucko <ucko@debian.org> Sun, 26 Apr 2020 18:05:25 -0400
ncbi-blast+ (2.9.0-4) unstable; urgency=high
#export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
export DEB_CFLAGS_MAINT_APPEND=-Wall -pedantic
+# Kept for the sake of backports, which can't rely on GCC 9+.
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
include /usr/share/dpkg/architecture.mk
include /usr/share/dpkg/buildflags.mk
-LDFLAGS += -Wl,--as-needed
-
ifneq (,$(findstring mips,$(DEB_HOST_ARCH)))
CXXFLAGS := $(CXXFLAGS:-O%=-O)
DEB_CONFIGURE_EXTRA_FLAGS += FAST_CXXFLAGS=-O