Author: tille Date: 2015-09-05 14:05:31 +0000 (Sat, 05 Sep 2015) New Revision: 20033
Modified: trunk/packages/mrbayes/trunk/debian/changelog trunk/packages/mrbayes/trunk/debian/control Log: Avoid hardcoded shared library dependency Modified: trunk/packages/mrbayes/trunk/debian/changelog =================================================================== --- trunk/packages/mrbayes/trunk/debian/changelog 2015-09-05 04:09:51 UTC (rev 20032) +++ trunk/packages/mrbayes/trunk/debian/changelog 2015-09-05 14:05:31 UTC (rev 20033) @@ -1,3 +1,10 @@ +mrbayes (3.2.5+dfsg-2) unstable; urgency=medium + + * Avoid hardcoded shared library dependency + Closes: #798070 + + -- Andreas Tille <[email protected]> Sat, 05 Sep 2015 15:53:40 +0200 + mrbayes (3.2.5+dfsg-1) unstable; urgency=medium * New upstream version Modified: trunk/packages/mrbayes/trunk/debian/control =================================================================== --- trunk/packages/mrbayes/trunk/debian/control 2015-09-05 04:09:51 UTC (rev 20032) +++ trunk/packages/mrbayes/trunk/debian/control 2015-09-05 14:05:31 UTC (rev 20033) @@ -22,7 +22,6 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libhmsbeagle1 Suggests: mrbayes-doc Description: Bayesian Inference of Phylogeny Bayesian inference of phylogeny is based upon a quantity called the posterior _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
