This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-phangorn.
commit e3196ffa6fa37d26dbaaa43574bc097fb09b4f51 Author: Andreas Tille <[email protected]> Date: Thu Jul 7 13:08:32 2016 +0200 cme fix dpkg-control --- debian/changelog | 1 + debian/control | 13 ++++++------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0586476..8da5c27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ r-cran-phangorn (2.0.4-1) UNRELEASED; urgency=medium * Fix title syntax in upstream/metadata + * cme fix dpkg-control -- Andreas Tille <[email protected]> Tue, 08 Sep 2015 21:41:11 +0200 diff --git a/debian/control b/debian/control index 28d6f81..5ee6022 100644 --- a/debian/control +++ b/debian/control @@ -6,14 +6,14 @@ Priority: optional Build-Depends: debhelper (>= 9), r-base-dev (>= 3.0.0), cdbs, - r-cran-ape (>=3.3), + r-cran-ape (>= 3.3), r-cran-quadprog, - r-cran-igraph (>= 0.6), + r-cran-igraph, r-cran-matrix, r-cran-nnls -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-phangorn.git -Vcs-Git: git://anonscm.debian.org/debian-med/r-cran-phangorn.git +Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-phangorn.git Homepage: http://cran.r-project.org/web/packages/phangorn/ Package: r-cran-phangorn @@ -21,9 +21,9 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}, - r-cran-ape (>=3.3), + r-cran-ape (>= 3.3), r-cran-quadprog, - r-cran-igraph (>= 0.6), + r-cran-igraph, r-cran-matrix, r-cran-nnls Description: GNU R package for phylogenetic analysis @@ -31,4 +31,3 @@ Description: GNU R package for phylogenetic analysis methods, maximum parsimony or maximum likelihood, and performing Hadamard conjugation. It also offers functions for comparing trees, phylogenetic models or splits, simulating character data and performing congruence analysis. - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-phangorn.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
