[med-svn] r5881 - trunk/packages/mrbayes/trunk/debian
    Andreas Tille 
    tille at alioth.debian.org
       
    Fri Feb  4 07:49:03 UTC 2011
    
    
  
Author: tille
Date: 2011-02-04 07:48:59 +0000 (Fri, 04 Feb 2011)
New Revision: 5881
Modified:
   trunk/packages/mrbayes/trunk/debian/control
Log:
Removed bash dependency where I do not see any need for; added openmpi-common to mrbayes-mpi which seems to be a minimum requirement - however, the executable fails to start anyway and needs further investigation
Modified: trunk/packages/mrbayes/trunk/debian/control
===================================================================
--- trunk/packages/mrbayes/trunk/debian/control	2011-02-03 22:44:28 UTC (rev 5880)
+++ trunk/packages/mrbayes/trunk/debian/control	2011-02-04 07:48:59 UTC (rev 5881)
@@ -17,7 +17,7 @@
 
 Package: mrbayes
 Architecture: any
-Depends: ${shlibs:Depends}, bash (>=3.1), ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Bayesian Inference of Phylogeny
  Bayesian inference of phylogeny is based upon a quantity called the posterior
  probability distribution of trees, which is the probability of a tree 
@@ -29,7 +29,7 @@
 
 Package: mrbayes-mpi
 Architecture: any
-Depends: ${shlibs:Depends}, bash (>=3.1), ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, openmpi-common
 Suggests: mpi-default
 Description: Bayesian Inference of Phylogeny - mpi version
  Bayesian inference of phylogeny is based upon a quantity called the posterior
    
    
More information about the debian-med-commit
mailing list