+ncbi-blast+ (2.4.0-1) UNRELEASED; urgency=medium
+
+ * New upstream release. (NOT RELEASED YET.)
+ * Refresh patches; drop fix_kfreebsd_ftbs.patch (applied upstream).
+
+ -- Aaron M. Ucko <ucko@debian.org> Wed, 03 Aug 2016 18:58:57 -0400
+
ncbi-blast+ (2.3.0-2) unstable; urgency=medium
* Team upload.
+++ /dev/null
-Subject: Fix missing colon
-Description: colon missing causing FTBS on some archs
-Author: Olivier Sallou <olivier.sallou@irisa.fr>
-Forwarded: yes
-Comment: updated upstream at revision 70194
---- a/c++/src/corelib/ncbifile.cpp
-+++ b/c++/src/corelib/ncbifile.cpp
-@@ -4427,7 +4427,7 @@ static const SFileSystem s_FileSystem[]
- if (statvfs(path.c_str(), &st) != 0) { \
- NCBI_THROW(CFileErrnoException, eFileSystemInfo, msg); \
- } \
-- info->total_space = (Uint8)st.f_bsize * st.f_blocks \
-+ info->total_space = (Uint8)st.f_bsize * st.f_blocks; \
- if (st.f_frsize) { \
- info->free_space = (Uint8)st.f_frsize * st.f_bavail; \
- info->block_size = (unsigned long)st.f_frsize; \
-@@ -4435,7 +4435,7 @@ static const SFileSystem s_FileSystem[]
- info->free_space = (Uint8)st.f_bsize * st.f_bavail; \
- info->block_size = (unsigned long)st.f_bsize; \
- } \
-- info->used_space = info->total_space - info->free_space
-+ info->used_space = info->total_space - info->free_space;
-
-
- #define GET_STATFS_INFO \
-@@ -4447,7 +4447,7 @@ static const SFileSystem s_FileSystem[]
- info->total_space = (Uint8)st.f_bsize * st.f_blocks; \
- info->free_space = (Uint8)st.f_bsize * st.f_bavail; \
- info->used_space = info->total_space - info->free_space; \
-- info->block_size = (unsigned long)st.f_bsize
-+ info->block_size = (unsigned long)st.f_bsize;
-
-
-
ASN_DEP = seqset xnetblast
--- a/c++/src/algo/blast/core/Makefile.blast.lib
+++ b/c++/src/algo/blast/core/Makefile.blast.lib
-@@ -21,6 +21,7 @@ LIB = blast
- CFLAGS = $(FAST_CFLAGS)
- LDFLAGS = $(FAST_LDFLAGS)
-
-+DLL_LIB = composition_adjustment xconnect tables
+@@ -23,6 +23,7 @@ LDFLAGS = $(FAST_LDFLAGS)
WATCHERS = madden camacho fongah2
++DLL_LIB = composition_adjustment xconnect tables
+
+ USES_LIBRARIES = \
+ composition_adjustment connect tables
--- a/c++/src/algo/blast/dbindex/Makefile.xalgoblastdbindex.lib
+++ b/c++/src/algo/blast/dbindex/Makefile.xalgoblastdbindex.lib
@@ -11,6 +11,8 @@ SRC = sequence_istream_fasta \
seqmasks_io
--- a/c++/src/build-system/library_relations.txt
+++ b/c++/src/build-system/library_relations.txt
-@@ -1268,7 +1268,7 @@ xasmcompare needs $(SEQ_LIBS)
- xasmcompare needs pub
- xasn needs xhtml
- xasn needs3party $(NCBI_C_ncbi)
+@@ -1331,7 +1331,7 @@ xbiosample_util needs $(OBJEDIT_LIBS)
+ xbiosample_util needs $(XFORMAT_LIBS)
+ xbiosample_util needs xalnmgr
+ xbiosample_util needs xmlwrapp
-xblast includes blast
+xblast needs blast
xblast needs xalgoblastdbindex
+
LIBS = $(NETWORK_LIBS) $(ORIG_LIBS)
- WATCHERS = lavr
+ WATCHERS = lavr elisovdn
--- a/c++/src/corelib/Makefile.test_boost.lib
+++ b/c++/src/corelib/Makefile.test_boost.lib
@@ -3,6 +3,8 @@
+DLL_LIB = seq general xser xncbi
+
- WATCHERS = dicuccio shchekot
+ WATCHERS = dicuccio shchekot zherikov
--- a/c++/src/objects/medline/Makefile.medline.lib
Last-Update: 2011-08-28
--- a/c++/src/build-system/configure
+++ b/c++/src/build-system/configure
-@@ -7758,7 +7758,7 @@ echo "$as_me: WARNING: Unable to find st
+@@ -9107,7 +9107,7 @@ echo "$as_me: WARNING: Unable to find st
break
;;
/* )
esac
--- a/c++/src/build-system/configure.ac
+++ b/c++/src/build-system/configure.ac
-@@ -1951,7 +1951,7 @@ case "$compiler:$compiler_version:$with_
+@@ -1961,7 +1961,7 @@ case "$compiler:$compiler_version:$with_
break
;;
/* )
use_pie_for_apps
skip_services_unit_test
fix_configure
-fix_kfreebsd_ftbs.patch
SOURCES = @UNIX_SRC@ $(SRC)
### Standard application build rules
-@@ -52,7 +52,7 @@ ifneq "" "$(wildcard Makefile.$(TMPL).ap
+@@ -53,7 +53,7 @@ ifneq "" "$(wildcard Makefile.$(TMPL).ap
endif
endif