[med-svn] [imagej] 06/10: d/control: replace openjdk-7-jre dependency with java5-runtime
Carnë Draug
carandraug+dev at gmail.com
Mon Aug 28 13:12:50 UTC 2017
This is an automated email from the git hooks/post-receive script.
carandraug-guest pushed a commit to branch master
in repository imagej.
commit 2e1a6e90cace92fc49e46828d9ed144d6b56aa8b
Author: Carnë Draug <carandraug+dev at gmail.com>
Date: Sat Aug 26 16:47:55 2017 +0100
d/control: replace openjdk-7-jre dependency with java5-runtime
---
debian/changelog | 3 +++
debian/control | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 7842345..c003764 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,9 @@ imagej (1.51p+dfsg-1) UNRELEASED; urgency=medium
were, they are not picked up by ImageJ. They are not part of the
ImageJ source releases, although they are present, together with many
others, in the binary releases.
+ * Replaced dependency on openjdk-7 with a virtual package for a
+ java-runtime. This is part of Debian Java policy and gives the choice
+ of using an alternative runtime.
-- Andreas Tille <tille at debian.org> Sat, 12 Aug 2017 00:29:11 +0200
diff --git a/debian/control b/debian/control
index 2fb5321..3adfd53 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Package: imagej
Architecture: all
Depends: ${java:Depends},
${misc:Depends},
- default-jre | openjdk-7-jre
+ default-jre | java5-runtime
Description: Image processing program inspired by NIH Image
It can display, edit, analyze, process, save and print 8-bit, 16-bit and
32-bit images. It can read many image formats including TIFF, GIF, JPEG,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/imagej.git
More information about the debian-med-commit
mailing list