This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository jellyfish.
commit be35b9dcde40514e1d0b1c78cfa49a2cca1c6dcf Author: Andreas Tille <[email protected]> Date: Fri Mar 21 11:35:16 2014 +0100 cme fix dpkg-control --- debian/changelog | 1 + debian/control | 16 ++++++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4c460c3..06f2a3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ jellyfish (1.1.11-1) UNRELEASED; urgency=medium * New upstream version * Move debian/upstream to debian/upstream/metadata + * cme fix dpkg-control -- Andreas Tille <[email protected]> Fri, 21 Mar 2014 11:31:00 +0100 diff --git a/debian/control b/debian/control index 999b269..9d6dc35 100644 --- a/debian/control +++ b/debian/control @@ -1,20 +1,20 @@ Source: jellyfish -Section: science -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Shaun Jackman <[email protected]>, - Andreas Tille <[email protected]> + Andreas Tille <[email protected]> +Section: science +Priority: optional Build-Depends: debhelper (>= 9), autotools-dev -Standards-Version: 3.9.4 -Homepage: http://www.cbcb.umd.edu/software/jellyfish/ -Vcs-Git: git://anonscm.debian.org/debian-med/jellyfish.git +Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/jellyfish.git - +Vcs-Git: git://anonscm.debian.org/debian-med/jellyfish.git +Homepage: http://www.cbcb.umd.edu/software/jellyfish/ Package: jellyfish Architecture: any-amd64 -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} Description: count k-mers in DNA sequences JELLYFISH is a tool for fast, memory-efficient counting of k-mers in DNA. A k-mer is a substring of length k, and counting the occurrences -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/jellyfish.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
