* New upstream release
* d/control: switch to Standards 3.9.6
[TODO] fix missing Makefile.flat
+ [ISSUE] problem at compilation:
+ /usr/bin/ld: blastp_app.o: undefined symbol «kBlastMinorVersion»
[DONE] updates patches to new release
-- Olivier Sallou <osallou@debian.org> Fri, 21 Nov 2014 18:21:26 +0100
--- /dev/null
+--- a/c++/src/util/regexp/pcretest.c
++++ b/c++/src/util/regexp/pcretest.c
+@@ -250,7 +250,7 @@
+ /* Read the next line by normal means, prompting if the file is stdin. */
+
+ {
+- if (f == stdin) printf(prompt);
++ if (f == stdin) printf("%s",prompt);
+ if (fgets((char *)here, rlen, f) == NULL)
+ return (here == start)? NULL : start;
+ }
# Dependencies for shared library
DLL_LIB = ncbi_xreader$(DLL)
-+DLL_DLIB = ncbi_xreader_id2 ncbi_xreader_id1 ncbi_xreader_cache ncbi_xreader \
++DLL_DLIB = id2 id1 ncbi_xreader \
+ xobjmgr seq xutil xncbi
+
WATCHERS = vasilche
use_pie_for_apps
skip_services_unit_test
fix_configure
+fix_compilation
override_dh_auto_build:
cd c++/BUILD/build && \
- make -f Makefile.flat all_projects="$(proj)"
+ make all_r
+# make -f Makefile.flat all_projects="$(proj)"
override_dh_auto_test:
-dh_auto_test