This is an automated email from the git hooks/post-receive script. tille pushed a commit to tag debian/2.2.0+dfsg-3 in repository trinityrnaseq.
commit 5351225d9e6b6a6bbd8c6a597a5f947227179188 Author: Andreas Tille <[email protected]> Date: Fri Sep 1 23:43:51 2017 +0200 Add Build-Depends: bowtie2, yellyfish to build only on those architectures, where the package is installable --- debian/changelog | 2 ++ debian/control | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2bb9b59..9a9906a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ trinityrnaseq (2.2.0+dfsg-3) unstable; urgency=medium * Standards-Version: 4.1.0 (no changes needed) * hardening=+all * remove unused lintian override + * Build-Depends: bowtie2, yellyfish + Closes: #860645 -- Andreas Tille <[email protected]> Fri, 01 Sep 2017 21:57:01 +0200 diff --git a/debian/control b/debian/control index 1743337..c24201d 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,9 @@ Build-Depends: debhelper (>= 10), parafly, libjs-jquery, jaligner, - libhts-dev + libhts-dev, + bowtie2, + jellyfish Standards-Version: 4.1.0 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/trinityrnaseq.git Vcs-Git: https://anonscm.debian.org/git/debian-med/trinityrnaseq.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/trinityrnaseq.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
