This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository placnet.
commit 011dfeec2dbf2c4432d0e481bbfa1bcfff5c3d92 Author: Andreas Tille <[email protected]> Date: Tue Nov 17 17:37:32 2015 +0100 Add missing depends --- debian/changelog | 1 + debian/control | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e1c13d0..a327f3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ placnet (1.03-2) UNRELEASED; urgency=medium * Drop .pl extension in usage output + * Add missing depends -- Andreas Tille <[email protected]> Tue, 17 Nov 2015 17:05:03 +0100 diff --git a/debian/control b/debian/control index cb02b8f..9cd1dc4 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,8 @@ Homepage: http://sourceforge.net/projects/placnet/ Package: placnet Architecture: all Depends: ${shlibs:Depends}, - ${misc:Depends} + ${misc:Depends}, + ncbi-blast+ Description: Plasmid Constellation Network project Placnet is a new tool for plasmid analysis in NGS projects. Placnet is optimized to work with Illumina sequences but it also works with 454, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/placnet.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
