[maven] 02/03: Removed the unnecessary dependencies on default-jre and java7-runtime

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Nov 27 11:05:50 UTC 2015


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

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

commit 72121e4cb107c15c5e4cd9a4d26d39fd36a406f1
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Nov 27 11:11:37 2015 +0100

    Removed the unnecessary dependencies on default-jre and java7-runtime
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b88e4b0..0126ecc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ maven (3.3.9-2) UNRELEASED; urgency=medium
     - maven-antrun-plugin: 1.3 -> 1.7
     - maven-assembly-plugin: 2.2-beta-5 -> 2.4.1
     - maven-dependency-plugin: 2.8 -> 2.7
+  * Removed the unnecessary dependencies on default-jre and java7-runtime
 
  -- Emmanuel Bourg <ebourg at apache.org>  Fri, 27 Nov 2015 11:07:58 +0100
 
diff --git a/debian/control b/debian/control
index f966037..64f4ce3 100644
--- a/debian/control
+++ b/debian/control
@@ -40,7 +40,7 @@ Homepage: http://maven.apache.org
 
 Package: maven
 Architecture: all
-Depends: default-jre (>= 2:1.7) | default-jre-headless (>= 2:1.7) | java7-runtime | java7-runtime-headless,
+Depends: default-jre-headless (>= 2:1.7) | java7-runtime-headless,
          libmaven3-core-java (= ${source:Version}),
          ${misc:Depends}
 Replaces: maven2 (<< 2.2.1-11)

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



More information about the pkg-java-commits mailing list