From 2527cf4c087ce6852b6f3000dca32d8e8401f818 Mon Sep 17 00:00:00 2001 From: "Aaron M. Ucko" Date: Fri, 5 Aug 2016 19:45:56 -0400 Subject: [PATCH] debian/rules: Comment out nostrip check. It yielded a useless dbgsym package. --- debian/changelog | 7 ++++--- debian/rules | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6aeb28b8..d811f9c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,15 @@ 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 Fri, 05 Aug 2016 19:42:47 -0400 + -- Aaron M. Ucko Fri, 05 Aug 2016 19:45:56 -0400 ncbi-blast+ (2.4.0-2) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 464a554b..88bb1e33 100755 --- a/debian/rules +++ b/debian/rules @@ -16,9 +16,9 @@ DEB_CONFIGURE_EXTRA_FLAGS=--with-dll --with-mt --without-autodep \ --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 -- 2.30.2