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

Aaron M. Ucko ucko at alioth.debian.org
Thu Jun 9 23:22:31 UTC 2011


Author: ucko
Date: 2011-06-09 23:22:31 +0000 (Thu, 09 Jun 2011)
New Revision: 6977

Modified:
   trunk/packages/ncbi-blast+/trunk/debian/changelog
   trunk/packages/ncbi-blast+/trunk/debian/rules
Log:
debian/rules: Force CONFIG_SHELL=/bin/bash to avoid lossage that can occur
with zsh4 masquerading as ksh, which configure otherwise favors (due to
complaints from users with broken BASH_ENV scripts that change directories).


Modified: trunk/packages/ncbi-blast+/trunk/debian/changelog
===================================================================
--- trunk/packages/ncbi-blast+/trunk/debian/changelog	2011-06-09 23:19:52 UTC (rev 6976)
+++ trunk/packages/ncbi-blast+/trunk/debian/changelog	2011-06-09 23:22:31 UTC (rev 6977)
@@ -6,8 +6,11 @@
     - Export MAKE to override an internal upstream build script that
       otherwise incorrectly defaults to gmake on non-Linux
       architectures. (Really closes: #629656, with any luck.)
+    - Force CONFIG_SHELL=/bin/bash to avoid lossage that can occur with zsh4
+      masquerading as ksh, which configure otherwise favors (due to complaints
+      from users with broken BASH_ENV scripts that change directories).
 
- -- Aaron M. Ucko <ucko at debian.org>  Thu, 09 Jun 2011 19:19:46 -0400
+ -- Aaron M. Ucko <ucko at debian.org>  Thu, 09 Jun 2011 19:22:24 -0400
 
 ncbi-blast+ (2.2.25-2) unstable; urgency=low
 

Modified: trunk/packages/ncbi-blast+/trunk/debian/rules
===================================================================
--- trunk/packages/ncbi-blast+/trunk/debian/rules	2011-06-09 23:19:52 UTC (rev 6976)
+++ trunk/packages/ncbi-blast+/trunk/debian/rules	2011-06-09 23:22:31 UTC (rev 6977)
@@ -27,7 +27,7 @@
 llp=LD_LIBRARY_PATH
 override_dh_auto_configure:
 	cd c++  &&  $(llp)=$(CURDIR)/c++/BUILD/lib$${$(llp)+:$$$(llp)} \
-	    ./configure $(DEB_CONFIGURE_EXTRA_FLAGS)
+	    CONFIG_SHELL=/bin/bash ./configure $(DEB_CONFIGURE_EXTRA_FLAGS)
 
 override_dh_auto_build:
 	cd c++/BUILD/build  &&  make -f Makefile.flat \




More information about the debian-med-commit mailing list