This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository tophat.
commit 029172f30a9103328751491ff2345a1e475726d3 Author: Andreas Tille <[email protected]> Date: Tue Mar 18 13:59:27 2014 +0100 cme fix dpkg-control --- debian/changelog | 1 + debian/control | 33 +++++++++++++++++++++------------ 2 files changed, 22 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index 61febcf..2c9ccc1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ tophat (2.0.11-1) UNRELEASED; urgency=medium * New upstream version * debian/copyright: Update contact * Move debian/upstream to debian/upstream/metadata + * cme fix dpkg-control -- Andreas Tille <[email protected]> Tue, 18 Mar 2014 13:54:41 +0100 diff --git a/debian/control b/debian/control index f76e357..04bff9a 100644 --- a/debian/control +++ b/debian/control @@ -1,23 +1,32 @@ Source: tophat -Section: science -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Carlos Borroto <[email protected]>, - Alexandre Mestiashvili <[email protected]>, - Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 9), autotools-dev, libbam-dev (>=0.1.16), - zlib1g-dev, dh-autoreconf, python (>=2.6.6-3~), seqan-dev (>= 1.3~), - libboost-thread-dev, help2man + Alexandre Mestiashvili <[email protected]>, + Andreas Tille <[email protected]> +Section: science +Priority: optional +Build-Depends: debhelper (>= 9), + autotools-dev, + libbam-dev (>= 0.1.16), + zlib1g-dev, + dh-autoreconf, + python, + seqan-dev (>= 1.3~), + libboost-thread-dev, + help2man Standards-Version: 3.9.5 -Homepage: http://tophat.cbcb.umd.edu/ -Vcs-Git: git://anonscm.debian.org/debian-med/tophat.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/tophat.git +Vcs-Git: git://anonscm.debian.org/debian-med/tophat.git +Homepage: http://tophat.cbcb.umd.edu/ Package: tophat Architecture: any -Pre-Depends: dpkg (>= 1.15.6~) -Depends: ${shlibs:Depends}, ${misc:Depends}, python (>=2.6.6-3~), bowtie2 | bowtie -Suggests: cufflinks, bowtie +Depends: ${shlibs:Depends}, + ${misc:Depends}, + python, + bowtie2 | bowtie +Suggests: cufflinks, + bowtie Description: fast splice junction mapper for RNA-Seq reads TopHat aligns RNA-Seq reads to mammalian-sized genomes using the ultra high-throughput short read aligner Bowtie, and then analyzes the -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/tophat.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
