This is an automated email from the git hooks/post-receive script. gert-guest pushed a commit to branch master in repository gdcm.
commit 4f736cfe8295b7c5387eba78f0c74368cfa9f360 Author: Gert Wollny <[email protected]> Date: Thu Apr 21 08:00:58 2016 +0000 Set minimum requirements for JAVA to 1.7 --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a3ac7e1..de99758 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ gdcm (2.6.3-4) UNRELEASED; urgency=medium * d/p/08: Add patch to compile against VTK 6.3 + * d/control: Set minimum requirements for JAVA to 1.7 Closes: 821959 -- Gert Wollny <[email protected]> Sun, 17 Apr 2016 09:12:56 +0000 diff --git a/debian/control b/debian/control index dd9ccbb..b329b39 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Uploaders: Andreas Tille <[email protected]>, Gert Wollny <[email protected]> Build-Depends: cmake (>= 2.8.9), debhelper (>= 9), - default-jdk, + default-jdk (>= 1.7), dh-strip-nondeterminism, dh-python, python-all-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gdcm.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
