debian/rules: If configure fails (as has been happening on alpha),
present (BUILD/status/)config.log before bailing.
* New suppress_gnutls_version_check patch to prevent bailing when the
exact compile-time and runtime GNU TLS versions differ; trust dpkg to
disallow combinations that are actually incompatible.
+ * debian/rules: If configure fails (as has been happening on alpha),
+ present (BUILD/status/)config.log before bailing.
- -- Aaron M. Ucko <ucko@debian.org> Wed, 07 Dec 2016 21:34:43 -0500
+ -- Aaron M. Ucko <ucko@debian.org> Wed, 07 Dec 2016 21:39:36 -0500
ncbi-blast+ (2.5.0-2) unstable; urgency=medium
llp=LD_LIBRARY_PATH
override_dh_auto_configure:
cd c++ && $(llp)=$(CURDIR)/c++/BUILD/lib$${$(llp)+:$$$(llp)} \
- CONFIG_SHELL=/bin/bash ./configure $(DEB_CONFIGURE_EXTRA_FLAGS)
+ CONFIG_SHELL=/bin/bash ./configure $(DEB_CONFIGURE_EXTRA_FLAGS) \
+ || (tail -v -n +0 config.log BUILD/status/config.log; exit 1)
override_dh_auto_build-arch:
cd c++/BUILD/build && \