[tomcat8] 02/03: Removed the dependency on the non existent java-7-runtime package
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon May 26 10:23:48 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository tomcat8.
commit 851d33d3a04c8f3f9517975ef36fb0791cee8862
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon May 26 12:19:52 2014 +0200
Removed the dependency on the non existent java-7-runtime package
---
debian/changelog | 1 +
debian/control | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 98b942a..5f533f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
tomcat8 (8.0.8-2) UNRELEASED; urgency=medium
* Search for OpenJDK 8 and Oracle JDKs when starting the server
+ * Removed the dependency on the non existent java-7-runtime package
-- Emmanuel Bourg <ebourg at apache.org> Mon, 26 May 2014 12:13:02 +0200
diff --git a/debian/control b/debian/control
index 8eb8f74..3feb2ee 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Homepage: http://tomcat.apache.org
Package: tomcat8-common
Architecture: all
-Depends: default-jre-headless | java7-runtime-headless | java7-runtime | java-7-runtime,
+Depends: default-jre-headless | java7-runtime-headless | java7-runtime,
libtomcat8-java (>= ${source:Version}),
${misc:Depends}
Description: Apache Tomcat 8 - Servlet and JSP engine -- common files
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat8.git
More information about the pkg-java-commits
mailing list