[med-svn] [ncbi-blast+] 05/06: debian/rules: Comment out nostrip check.

Aaron M. Ucko ucko at moszumanska.debian.org
Sat Aug 6 01:11:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

ucko pushed a commit to branch master
in repository ncbi-blast+.

commit 2527cf4c087ce6852b6f3000dca32d8e8401f818
Author: Aaron M. Ucko <ucko at debian.org>
Date:   Fri Aug 5 19:45:56 2016 -0400

    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 6aeb28b..d811f9c 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 <ucko at debian.org>  Fri, 05 Aug 2016 19:42:47 -0400
+ -- Aaron M. Ucko <ucko at debian.org>  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 464a554..88bb1e3 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ncbi-blast+.git



More information about the debian-med-commit mailing list