[med-svn] r10821 - trunk/packages/ncbi-blast+/trunk/debian

Aaron M. Ucko ucko at alioth.debian.org
Fri May 11 03:40:45 UTC 2012


Author: ucko
Date: 2012-05-11 03:40:45 +0000 (Fri, 11 May 2012)
New Revision: 10821

Modified:
   trunk/packages/ncbi-blast+/trunk/debian/changelog
   trunk/packages/ncbi-blast+/trunk/debian/rules
Log:
ncbi-blast+: Use upstream's new --with-symbols flag in nostrip builds.


Modified: trunk/packages/ncbi-blast+/trunk/debian/changelog
===================================================================
--- trunk/packages/ncbi-blast+/trunk/debian/changelog	2012-05-11 03:32:08 UTC (rev 10820)
+++ trunk/packages/ncbi-blast+/trunk/debian/changelog	2012-05-11 03:40:45 UTC (rev 10821)
@@ -13,11 +13,12 @@
   * Enable full hardening flags, introducing a small patch
     (use_pie_for_apps) to reflect the need to build executables and
     libraries differently.
+  * Use upstream's new --with-symbols flag in nostrip builds.
   
   [ Andreas Tille ]
   * debian/control: Modernize Vcs-* fields.
 
- -- Aaron M. Ucko <ucko at debian.org>  Thu, 10 May 2012 23:29:17 -0400
+ -- Aaron M. Ucko <ucko at debian.org>  Thu, 10 May 2012 23:40:39 -0400
 
 ncbi-blast+ (2.2.26-2) unstable; urgency=low
 

Modified: trunk/packages/ncbi-blast+/trunk/debian/rules
===================================================================
--- trunk/packages/ncbi-blast+/trunk/debian/rules	2012-05-11 03:32:08 UTC (rev 10820)
+++ trunk/packages/ncbi-blast+/trunk/debian/rules	2012-05-11 03:40:45 UTC (rev 10821)
@@ -7,14 +7,11 @@
 DEB_CONFIGURE_EXTRA_FLAGS=--with-dll --with-mt --without-autodep \
     --without-makefile-auto-update --with-flat-makefile --without-caution \
     --without-dbapi --without-lzo --with-runpath=/usr/lib/ncbi-blast+ \
-    --with-build-root=BUILD
+    --with-build-root=BUILD --without-debug
 proj=algo/blast/ app/ objmgr/ objtools/align_format/ objtools/blast/
 
-# XXX - not quite right, as we get -DNDEBUG vs. -D_DEBUG
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-DEB_CONFIGURE_EXTRA_FLAGS += --without-debug
-else
-DEB_CONFIGURE_EXTRA_FLAGS += --with-optimization
+ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+DEB_CONFIGURE_EXTRA_FLAGS += --with-symbols
 endif
 
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie




More information about the debian-med-commit mailing list