MARMOTTA-586: added tomcat8 as alternative to tomcat7
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/e4d2292f Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/e4d2292f Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/e4d2292f Branch: refs/heads/develop Commit: e4d2292f947d884cd584e685b0e4fb4fda60a7ef Parents: 41b8b3d Author: Sergio Fernández <[email protected]> Authored: Tue Jan 20 16:33:58 2015 +0100 Committer: Sergio Fernández <[email protected]> Committed: Tue Jan 20 16:33:58 2015 +0100 ---------------------------------------------------------------------- launchers/marmotta-webapp/src/deb/control/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/e4d2292f/launchers/marmotta-webapp/src/deb/control/control ---------------------------------------------------------------------- diff --git a/launchers/marmotta-webapp/src/deb/control/control b/launchers/marmotta-webapp/src/deb/control/control index 421e2a6..99b5095 100644 --- a/launchers/marmotta-webapp/src/deb/control/control +++ b/launchers/marmotta-webapp/src/deb/control/control @@ -21,7 +21,7 @@ Architecture: all Distribution: ldstack-nightly Maintainer: Apache Marmotta Community <[email protected]> Replaces: marmotta-webapp -Pre-Depends: tomcat7 (>=7.0.30-1) +Pre-Depends: tomcat7 (>=7.0.30-1) | tomcat8 Suggests: postgresql (>=9.1) Description: Apache Marmotta is an Open Platform for Linked Data. The goal of Apache Marmotta is to provide an open implementation of a Linked
