debian/rules: Build --without-downloaded-vdb.
authorAaron M. Ucko <ucko@debian.org>
Thu, 4 Aug 2016 01:36:35 +0000 (21:36 -0400)
committerAaron M. Ucko <ucko@debian.org>
Thu, 4 Aug 2016 02:02:21 +0000 (22:02 -0400)
Avoid trying to go to Github for code that BLAST+ doesn't even use.
(Other parts of the C++ Toolkit do.)

debian/changelog
debian/rules

index 806df3fe1cf1e888835a4a0c2637ac5cd738bdeb..de4a24dc2dc90e270b2123d179db036acd0d2fce 100644 (file)
@@ -7,8 +7,11 @@ ncbi-blast+ (2.4.0-1) UNRELEASED; urgency=medium
   * fix_lib_deps: List taxon1 in align_format's overridden DLL_LIB, in
     large part to ensure its headers are generated on time; generally fix
     remaining cases of underlinkage (several longstanding).
+  * debian/rules: Build --without-downloaded-vdb, to avoid trying to go to
+    Github for code that BLAST+ doesn't even use.  (Other parts of the C++
+    Toolkit do.)
 
- -- Aaron M. Ucko <ucko@debian.org>  Wed, 03 Aug 2016 21:29:09 -0400
+ -- Aaron M. Ucko <ucko@debian.org>  Wed, 03 Aug 2016 21:36:35 -0400
 
 ncbi-blast+ (2.3.0-2) unstable; urgency=medium
 
index 1a69321c5d79cc0a481435184b5c5eae1568dc0a..968ab4f682a954e79a4c16d4ddab3ab00a53d2d8 100755 (executable)
@@ -13,7 +13,7 @@ endif
 DEB_CONFIGURE_EXTRA_FLAGS=--with-dll --with-mt --without-autodep \
     --without-makefile-auto-update --with-flat-makefile --without-caution \
     --without-dbapi --without-lzo --with-runpath=/usr/lib/ncbi-blast+ \
-    --with-build-root=BUILD --without-debug
+    --with-build-root=BUILD --without-debug --without-downloaded-vdb
 proj=algo/blast/ app/ objmgr/ objtools/align_format/ objtools/blast/
 
 ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))