Author: tbooth-guest Date: 2012-08-10 15:13:43 +0000 (Fri, 10 Aug 2012) New Revision: 12032
Modified: trunk/packages/mrbayes/trunk/debian/changelog trunk/packages/mrbayes/trunk/debian/control Log: Added pre-dependency required to keep Ubuntu happy Debian should not notice Modified: trunk/packages/mrbayes/trunk/debian/changelog =================================================================== --- trunk/packages/mrbayes/trunk/debian/changelog 2012-08-10 14:02:30 UTC (rev 12031) +++ trunk/packages/mrbayes/trunk/debian/changelog 2012-08-10 15:13:43 UTC (rev 12032) @@ -1,3 +1,9 @@ +mrbayes (3.2.1+dfsg-2ubuntu1) precise; urgency=low + + * Rebuild for Ubuntu. Fix Lintian warning about xz + + -- Tim Booth <[email protected]> Fri, 10 Aug 2012 15:58:14 +0100 + mrbayes (3.2.1+dfsg-2) unstable; urgency=low [ Andreas Tille ] Modified: trunk/packages/mrbayes/trunk/debian/control =================================================================== --- trunk/packages/mrbayes/trunk/debian/control 2012-08-10 14:02:30 UTC (rev 12031) +++ trunk/packages/mrbayes/trunk/debian/control 2012-08-10 15:13:43 UTC (rev 12032) @@ -17,6 +17,7 @@ Package: mrbayes Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libhmsbeagle1 +Pre-Depends: dpkg (>= 1.15.6~) Suggests: mrbayes-doc Description: Bayesian Inference of Phylogeny Bayesian inference of phylogeny is based upon a quantity called the posterior @@ -30,6 +31,7 @@ Package: mrbayes-mpi Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, mpi-default-bin +Pre-Depends: dpkg (>= 1.15.6~) Suggests: mpi-default, mrbayes-doc Description: Bayesian Inference of Phylogeny - mpi version Bayesian inference of phylogeny is based upon a quantity called the posterior @@ -46,6 +48,7 @@ Architecture: any Priority: extra Section: debug +Pre-Depends: dpkg (>= 1.15.6~) Depends: ${misc:Depends}, mrbayes (= ${binary:Version}) | mrbayes-mpi (= ${binary:Version}) Conflicts: mrbayes (<< ${binary:Version}), mrbayes (>> ${binary:Version}), mrbayes-mpi (<< ${binary:Version}), mrbayes-mpi (>> ${binary:Version}) Description: Bayesian Inference of Phylogeny - debug symbols @@ -65,6 +68,7 @@ Architecture: all Priority: extra Section: doc +Pre-Depends: dpkg (>= 1.15.6~) Depends: ${misc:Depends} Enhances: mrbayes Description: Bayesian Inference of Phylogeny - manual _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
