This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository rsem.
commit 76e1d5fb3317ebe046afc13ac67c8ddea6bb5396 Author: Andreas Tille <[email protected]> Date: Thu Nov 5 19:29:40 2015 +0100 Build-Depends: bowtie to enable builds only on those architectures where bowtie is available --- debian/changelog | 8 +++++++- debian/control | 6 ++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 79012c3..f27ca76 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ rsem (1.2.23+dfsg-1) UNRELEASED; urgency=medium + [ Michael R. Crusoe ] * New upstream release + + [ Andreas Tille ] + * Build-Depends: bowtie to enable builds only on those architectures + where bowtie is available + Closes: #803550 - -- Michael R. Crusoe <[email protected]> Thu, 22 Oct 2015 08:03:16 -0700 + -- Michael R. Crusoe <[email protected]> Thu, 05 Nov 2015 19:28:01 +0100 rsem (1.2.22+dfsg-1) unstable; urgency=low diff --git a/debian/control b/debian/control index f18649a..f96faae 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,7 @@ Source: rsem Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Michael R. Crusoe <[email protected]> +Uploaders: Michael R. Crusoe <[email protected]>, + Andreas Tille <[email protected]> Section: science Priority: optional Build-Depends: debhelper (>= 9), @@ -8,7 +9,8 @@ Build-Depends: debhelper (>= 9), libncurses5-dev, libbam-dev, libboost-dev, - perl + perl, + bowtie | bowtie2 Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/rsem.git Vcs-Git: git://anonscm.debian.org/debian-med/rsem.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/rsem.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
