This is an automated email from the git hooks/post-receive script. afif-guest pushed a commit to branch master in repository artemis.
commit 6cd57a95ba9fe83bba72623fb8aef6b54c075417 Author: Afif Elghraoui <[email protected]> Date: Fri Nov 20 21:14:08 2015 -0800 Add explicit dependency on unversioned biojava package There are runtime errors in Artemis if libbiojava-java is not installed. java:Depends adds dependency on libbiojava1.7-java, but that doesn't have the biojava.jar file that the program looks for. --- debian/control | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index fc000cb..655ca75 100644 --- a/debian/control +++ b/debian/control @@ -34,7 +34,10 @@ Package: artemis Architecture: all Depends: ${misc:Depends}, - ${java:Depends} + ${java:Depends}, +# java:Depends adds a dependency on a versioned biojava, but that does not +# contain the required biojava.jar file + libbiojava-java, Description: genome browser and annotation tool Artemis is a genome browser and annotation tool that allows visualisation of sequence features, next generation data and the results of analyses within the -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/artemis.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
