ncbi-blast+ (2.8.1-1) UNRELEASED; urgency=medium
* New upstream release (NOT RELEASED YET).
- * debian/control: Build-Depend on liblmdb-dev.
+ * debian/control:
+ - Build-Depend on liblmdb-dev.
+ - Split B-Ds other than Debhelper out to Build-Depends-Arch.
* debian/patches: Formally update for new release.
- Retire support_boost_1_67 (already applied upstream).
- Update patches that apply with offsets or outright fuzz, or need
* debian/patches/fix_lib_deps: Link xcleanup against $(OBJEDIT_LIBS).
* debian/patches/system_mbedtls_only (new): Omit convenience mbed TLS
copy, which is dead weight and yielded a Lintian error.
+ * debian/rules: Also skip (dh_auto)_configure when building only
+ architecture-independent binary packages.
- -- Aaron M. Ucko <ucko@debian.org> Sun, 03 Feb 2019 21:43:22 -0500
+ -- Aaron M. Ucko <ucko@debian.org> Sun, 03 Feb 2019 22:05:36 -0500
ncbi-blast+ (2.7.1-2) unstable; urgency=medium
Aaron M. Ucko <ucko@debian.org>
Section: science
Priority: optional
-Build-Depends: autotools-dev,
- debhelper (>= 9),
+Build-Depends: debhelper (>= 9)
+Build-Depends-Arch: autotools-dev,
libboost-test-dev,
libbz2-dev,
libc-dev-bin,
BLAST2_VERSION=1:$(shell dpkg-parsechangelog | awk '/^Version:/ { print $$2 }')
llp=LD_LIBRARY_PATH
-override_dh_auto_configure:
+override_dh_auto_configure-indep:;
+override_dh_auto_configure-arch:
cd c++ && $(llp)=$(CURDIR)/c++/BUILD/lib$${$(llp)+:$$$(llp)} \
CONFIG_SHELL=/bin/bash ./configure $(DEB_CONFIGURE_EXTRA_FLAGS) \
|| (tail -v -n +0 config.log BUILD/status/config.log; exit 1)