This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository fasttree.
commit 2ebd27d648ba7fcbf79fbdb027635011d4e313e2 Author: Andreas Tille <[email protected]> Date: Fri Mar 27 13:41:21 2015 +0100 cme fix dpkg-control --- debian/changelog | 1 + debian/control | 17 +++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 420181d..babcdcf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ fasttree (2.1.7-3) UNRELEASED; urgency=medium * Move debian/upstream to debian/upstream/metadata + * cme fix dpkg-control -- Andreas Tille <[email protected]> Fri, 27 Mar 2015 13:34:20 +0100 diff --git a/debian/control b/debian/control index 3bb50b5..6fd6be6 100644 --- a/debian/control +++ b/debian/control @@ -1,20 +1,21 @@ Source: fasttree -Section: science -Priority: extra Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Steffen Moeller <[email protected]>, - Thorsten Alteholz <[email protected]>, - Andreas Tille <[email protected]>, - Roland Fehrenbacher <[email protected]> + Thorsten Alteholz <[email protected]>, + Andreas Tille <[email protected]>, + Roland Fehrenbacher <[email protected]> +Section: science +Priority: extra Build-Depends: debhelper (>= 9) -Standards-Version: 3.9.4 -Homepage: http://www.microbesonline.org/fasttree/ +Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/fasttree.git Vcs-Git: git://anonscm.debian.org/debian-med/fasttree.git +Homepage: http://www.microbesonline.org/fasttree/ Package: fasttree Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} Description: phylogenetic trees from alignments of nucleotide or protein sequences FastTree infers approximately-maximum-likelihood phylogenetic trees from alignments of nucleotide or protein sequences. It handles alignments -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fasttree.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
