This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository fastqc.
commit 7563daf8195a81bce1f284f4e47a1d4944f38da9 Author: Andreas Tille <[email protected]> Date: Sun Dec 20 20:01:27 2015 +0100 Add explicit Depends: default-jre | java7-runtime --- debian/changelog | 7 +++++++ debian/control | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 57aaa00..ac6153b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +fastqc (0.11.4+dfsg-2) unstable; urgency=medium + + * Add explicit Depends: default-jre | java7-runtime + Closes: #784057 + + -- Andreas Tille <[email protected]> Sun, 20 Dec 2015 20:01:08 +0100 + fastqc (0.11.4+dfsg-1) unstable; urgency=medium * New upstream version diff --git a/debian/control b/debian/control index 6c90868..4dbe450 100644 --- a/debian/control +++ b/debian/control @@ -22,6 +22,7 @@ Package: fastqc Architecture: all Depends: ${misc:Depends}, ${java:Depends}, + default-jre | java7-runtime, libsam-java, libjbzip2-java, libcommons-math3-java -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fastqc.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
