This is an automated email from the git hooks/post-receive script. afif-guest pushed a commit to branch master in repository mauve-aligner.
commit d224a8dde6220d8de615a0c8e14a519f8afef0c6 Author: Afif Elghraoui <[email protected]> Date: Fri Nov 20 23:32:13 2015 -0800 Add explicit dependency on libbiojava-java This package contains biojava.jar, which is needed for the GUI to properly load analysis results. java:Depends adds a dependency on libbiojava1.7-java, which is not adequate on its own. --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index ac2ef10..a75ee57 100644 --- a/debian/control +++ b/debian/control @@ -24,6 +24,7 @@ Package: mauve-aligner Architecture: any Depends: ${java:Depends}, ${misc:Depends}, + libbiojava-java, progressivemauve Recommends: ${java:Recommends} Description: multiple genome alignment -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mauve-aligner.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
