This is an automated email from the git hooks/post-receive script. nfehren-guest pushed a commit to branch master in repository uc-echo.
commit dda8b5e592c10376784ac9d10db4871ba4842eec Author: Navid Fehrenbacher <[email protected]> Date: Fri May 15 08:28:45 2015 +0000 Add missing dependency python-scipy --- debian/changelog | 7 +++++++ debian/control | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9489c07..805d3ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +uc-echo (1.12-9) unstable; urgency=medium + + * Add dependency python-scipy + Closes: #785006 + + -- Navid Fehrenbacher <[email protected]> Fri, 15 May 2015 08:26:15 +0000 + uc-echo (1.12-8) unstable; urgency=medium * Prevent option -m64 on arm64 diff --git a/debian/control b/debian/control index 58368d2..1bef5ac 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,8 @@ Source: uc-echo Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Thorsten Alteholz <[email protected]>, - Andreas Tille <[email protected]> + Andreas Tille <[email protected]>, + Navid Fehrenbacher <[email protected]> Section: science Priority: optional Build-Depends: debhelper (>= 9), @@ -18,7 +19,8 @@ Package: uc-echo Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - ${python:Depends} + ${python:Depends}, + python-scipy Description: error correction algorithm designed for short-reads from NGS ECHO is an error correction algorithm designed for short-reads from next-generation sequencing platforms such as Illumina's -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/uc-echo.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
