[cobertura] 13/19: Require Java 6 or higher for the command line tools

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Sep 27 08:13:03 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository cobertura.

commit 55518e5346efa3f0e1a3ee9d36a2fffab416690d
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Sep 27 01:15:21 2017 +0200

    Require Java 6 or higher for the command line tools
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f6842a8..9513546 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ cobertura (2.1.1-1) UNRELEASED; urgency=medium
     - Depend on libasm-java (>= 5.0) instead of libasm3-java (Closes: #800863)
     - Depend on liblogback-java instead of liblog4j1.2-java
     - Depend on junit4 instead of junit
+    - Require Java 6 or higher for the command line tools
   * Modified the watch file to catch the old releases
   * Standards-Version updated to 4.1.0
   * Removed the -java-doc package
diff --git a/debian/control b/debian/control
index e647896..ec70595 100644
--- a/debian/control
+++ b/debian/control
@@ -36,7 +36,7 @@ Description: java library that calculates the percentage of code accessed by tes
 
 Package: cobertura
 Architecture: all
-Depends: default-jre-headless | java5-runtime-headless,
+Depends: default-jre-headless (>= 1:1.6) | java6-runtime-headless,
          libcobertura-java (= ${binary:Version}),
          ${misc:Depends}
 Recommends: junit4

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cobertura.git



More information about the pkg-java-commits mailing list