This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository tophat.
commit 0b82c587cf0bd728f8b938541214d82656c52070 Author: Andreas Tille <[email protected]> Date: Thu Sep 25 08:10:42 2014 +0200 Use "Architecture: amd64 kfreebsd-amd64" since bowtie and bowtie2 are only available on amd64 --- debian/changelog | 9 +++++++++ debian/control | 5 ++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9406df4..4cc04aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +tophat (2.0.12+dfsg-3) unstable; urgency=medium + + * Since tophat depends from bowtie|bowtie2 and now both versions + are available only on amd64 tophat itself is also + Architecture: amd64 kfreebsd-amd64 + * Do not "Suggests: bowtie" since it is just in "Depends" + + -- Andreas Tille <[email protected]> Thu, 25 Sep 2014 08:08:34 +0200 + tophat (2.0.12+dfsg-2) unstable; urgency=medium * d/rules: diff --git a/debian/control b/debian/control index 2b5be1f..a4e453d 100644 --- a/debian/control +++ b/debian/control @@ -21,13 +21,12 @@ Vcs-Git: git://anonscm.debian.org/debian-med/tophat.git Homepage: http://ccb.jhu.edu/software/tophat Package: tophat -Architecture: any +Architecture: amd64 kfreebsd-amd64 Depends: ${shlibs:Depends}, ${misc:Depends}, python, bowtie2 | bowtie -Suggests: cufflinks, - bowtie +Suggests: cufflinks 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
