[med-svn] [imagej] 07/10: d/control: update list of dependencies/recommends with valid substvars
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 0e62b82a62c324728899af5e58e3d90627e540a4
Author: Carnë Draug <carandraug+dev at gmail.com>
Date: Sat Aug 26 16:54:45 2017 +0100
d/control: update list of dependencies/recommends with valid substvars
---
debian/control | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/debian/control b/debian/control
index 3adfd53..84d26fe 100644
--- a/debian/control
+++ b/debian/control
@@ -17,9 +17,9 @@ Homepage: https://imagej.nih.gov/ij
Package: imagej
Architecture: all
-Depends: ${java:Depends},
- ${misc:Depends},
- default-jre | java5-runtime
+Depends: ${java:Depends}, ${misc:Depends},
+ default-jre | java5-runtime
+Recommends: ${java:Recommends}
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,
@@ -43,8 +43,8 @@ Description: Image processing program inspired by NIH Image
Package: libij-java
Architecture: all
Section: java
-Depends: ${misc:Depends}, ${maven:Depends}
-Suggests: ${maven:OptionalDepends}
+Depends: ${misc:Depends}, ${java:Depends}
+Recommends: ${java:Recommends}
Description: Java library for ImageJ
ImageJ is a program for image analysis and processing, with a focus
on microscopy images.
@@ -54,8 +54,8 @@ Description: Java library for ImageJ
Package: libij-java-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends}
-Recommends: ${maven:DocDepends}, ${maven:DocOptionalDepends}
+Depends: ${misc:Depends}, ${java:Depends}
+Recommends: ${java:Recommends}
Suggests: libij-java
Description: documentation of libij-java
ImageJ is a program for image analysis and processing, with a focus
--
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