MARMOTTA-431: fixed some details at the control file
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/0a69f01c Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/0a69f01c Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/0a69f01c Branch: refs/heads/ldp Commit: 0a69f01ce91592503455e59af3b048fec6a1dfd0 Parents: 630b4ae Author: Sergio Fernández <[email protected]> Authored: Fri Feb 28 11:27:17 2014 +0100 Committer: Sergio Fernández <[email protected]> Committed: Fri Feb 28 11:27:17 2014 +0100 ---------------------------------------------------------------------- launchers/marmotta-webapp/src/deb/control/control | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/0a69f01c/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 dc9a500..24ca7ea 100644 --- a/launchers/marmotta-webapp/src/deb/control/control +++ b/launchers/marmotta-webapp/src/deb/control/control @@ -1,13 +1,14 @@ -Package: marmotta-webapp +Package: marmotta Version: [[version]] Section: java Priority: extra Architecture: all Distribution: ldstack-nightly Maintainer: Sergio Fernández <[email protected]> -Depends: tomcat7 (>=7.0.30-1) Replaces: marmotta-webapp -Description: Apache Marmotta is an Open Platform for Linked Data +Pre-Depends: tomcat7 (>=7.0.30-1) +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 Data Platform that can be used, extended and deployed easily by organizations who want to publish Linked Data or build custom applications on Linked Data.
