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.)
+ * debian/rules:
+ - Properly build (but don't install) run_with_lock. (Closes: #833538.)
+ - Comment out nostrip check, which yielded a useless dbgsym package.
* Reinstate and refresh the hurd_fixes patch, which mostly still applies.
(Closes: #833539.)
* Add a new support_x32 patch to avoid picking up wrong inline assembly.
(Closes: #833541.)
- -- Aaron M. Ucko <ucko@debian.org> Fri, 05 Aug 2016 19:42:47 -0400
+ -- Aaron M. Ucko <ucko@debian.org> Fri, 05 Aug 2016 19:45:56 -0400
ncbi-blast+ (2.4.0-2) unstable; urgency=medium
--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)))
+#ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
DEB_CONFIGURE_EXTRA_FLAGS += --with-symbols
-endif
+#endif
#export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie