debian/rules: Comment out nostrip check.
authorAaron M. Ucko <ucko@debian.org>
Fri, 5 Aug 2016 23:45:56 +0000 (19:45 -0400)
committerAaron M. Ucko <ucko@debian.org>
Fri, 5 Aug 2016 23:46:26 +0000 (19:46 -0400)
It yielded a useless dbgsym package.

debian/changelog
debian/rules

index 6aeb28b86b25690eb0ab8431ec7bc8f4ce133a3e..d811f9c137fe1480d0f99ee7734f859c622adf67 100644 (file)
@@ -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@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
 
index 464a554b58823342757fe70f332885befcd08ac4..88bb1e335cd415fa5863e95143bb52b04b691682 100755 (executable)
@@ -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