ncbi-blast+ (2.4.0-3) UNRELEASED; urgency=medium
* NOT YET RELEASED.
+ * debian/rules: Properly build (but don't install) run_with_lock.
+ (Closes: #833538.)
- -- Aaron M. Ucko <ucko@debian.org> Fri, 05 Aug 2016 19:34:40 -0400
+ -- Aaron M. Ucko <ucko@debian.org> Fri, 05 Aug 2016 19:37:34 -0400
ncbi-blast+ (2.4.0-2) unstable; urgency=medium
export CFLAGS CPPFLAGS CXXFLAGS LDFLAGS MAKE
+# used for run_with_lock
+DEB_CONFIGURE_EXTRA_FLAGS += CFLAGS_FOR_BUILD="$(CFLAGS) -fPIE"
+DEB_CONFIGURE_EXTRA_FLAGS += LDFLAGS_FOR_BUILD="$(LDFLAGS)"
llp=LD_LIBRARY_PATH
override_dh_auto_configure:
$(instroot)/bin/windowmasker_2.2.22_adapter
# Clean up tests, demos, and internal build tools
rm -f $(instroot)/bin/*test* $(instroot)/bin/seqdb_demo \
- $(instroot)/bin/datatool \
+ $(instroot)/bin/datatool $(instroot)/bin/run_with_lock \
$(instroot)/bin/project_tree_builder
for x in $(instroot)/bin/*; do \
LD_LIBRARY_PATH=c++/BUILD/lib ldd $$x; \