... which is dead weight and yielded a Lintian error.
- Update patches that apply with offsets or outright fuzz, or need
full-fledged porting.
* 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.
- -- Aaron M. Ucko <ucko@debian.org> Sun, 03 Feb 2019 21:40:45 -0500
+ -- Aaron M. Ucko <ucko@debian.org> Sun, 03 Feb 2019 21:43:22 -0500
ncbi-blast+ (2.7.1-2) unstable; urgency=medium
optionally_keep_sequence
fix_unit_tests
#support_boost_1_67
+system_mbedtls_only
--- /dev/null
+--- a/c++/src/connect/Makefile.connssl.lib
++++ b/c++/src/connect/Makefile.connssl.lib
+@@ -2,7 +2,9 @@
+
+ CPPFLAGS = $(TLS_INCLUDE) $(ORIG_CPPFLAGS)
+
+-SRC_TLS = ncbi_gnutls ncbi_mbedtls ncbi_tls \
++SRC_TLS = ncbi_gnutls ncbi_mbedtls ncbi_tls
++
++SRC_MBEDTLS_UNUSED = \
+ mbedtls/aes mbedtls/aesni mbedtls/arc4 mbedtls/asn1parse \
+ mbedtls/asn1write mbedtls/base64 mbedtls/bignum mbedtls/blowfish \
+ mbedtls/camellia mbedtls/ccm mbedtls/cipher mbedtls/cipher_wrap \