Changed Maintainer of the deb-package to [email protected] fixed some lintian warnings
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/37536865 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/37536865 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/37536865 Branch: refs/heads/ldp Commit: 37536865e37c537f4fea03e8589177b2d826ad4e Parents: 034af23 Author: Jakob Frank <[email protected]> Authored: Tue Mar 18 16:09:32 2014 +0100 Committer: Jakob Frank <[email protected]> Committed: Tue Mar 18 16:43:11 2014 +0100 ---------------------------------------------------------------------- launchers/marmotta-webapp/src/deb/control/control | 2 +- launchers/marmotta-webapp/src/deb/control/postinst | 3 ++- launchers/marmotta-webapp/src/deb/control/postrm | 3 ++- launchers/marmotta-webapp/src/deb/control/preinst | 3 ++- launchers/marmotta-webapp/src/deb/control/prerm | 3 ++- 5 files changed, 9 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/37536865/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 8bc7495..421e2a6 100644 --- a/launchers/marmotta-webapp/src/deb/control/control +++ b/launchers/marmotta-webapp/src/deb/control/control @@ -19,7 +19,7 @@ Section: java Priority: extra Architecture: all Distribution: ldstack-nightly -Maintainer: Sergio Fernández <[email protected]> +Maintainer: Apache Marmotta Community <[email protected]> Replaces: marmotta-webapp Pre-Depends: tomcat7 (>=7.0.30-1) Suggests: postgresql (>=9.1) http://git-wip-us.apache.org/repos/asf/marmotta/blob/37536865/launchers/marmotta-webapp/src/deb/control/postinst ---------------------------------------------------------------------- diff --git a/launchers/marmotta-webapp/src/deb/control/postinst b/launchers/marmotta-webapp/src/deb/control/postinst index 5514cc7..3e8e019 100644 --- a/launchers/marmotta-webapp/src/deb/control/postinst +++ b/launchers/marmotta-webapp/src/deb/control/postinst @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/sh ## Licensed to the Apache Software Foundation (ASF) under one ## or more contributor license agreements. See the NOTICE file ## distributed with this work for additional information @@ -14,6 +14,7 @@ ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ## See the License for the specific language governing permissions and ## limitations under the License. +set -e echo $(date) >> var/lib/marmotta/marmotta.txt http://git-wip-us.apache.org/repos/asf/marmotta/blob/37536865/launchers/marmotta-webapp/src/deb/control/postrm ---------------------------------------------------------------------- diff --git a/launchers/marmotta-webapp/src/deb/control/postrm b/launchers/marmotta-webapp/src/deb/control/postrm index c9c5666..dfaa95f 100644 --- a/launchers/marmotta-webapp/src/deb/control/postrm +++ b/launchers/marmotta-webapp/src/deb/control/postrm @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/sh ## Licensed to the Apache Software Foundation (ASF) under one ## or more contributor license agreements. See the NOTICE file ## distributed with this work for additional information @@ -14,6 +14,7 @@ ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ## See the License for the specific language governing permissions and ## limitations under the License. +set -e operation="$1" http://git-wip-us.apache.org/repos/asf/marmotta/blob/37536865/launchers/marmotta-webapp/src/deb/control/preinst ---------------------------------------------------------------------- diff --git a/launchers/marmotta-webapp/src/deb/control/preinst b/launchers/marmotta-webapp/src/deb/control/preinst index 77f0be4..e302fb7 100644 --- a/launchers/marmotta-webapp/src/deb/control/preinst +++ b/launchers/marmotta-webapp/src/deb/control/preinst @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/sh ## Licensed to the Apache Software Foundation (ASF) under one ## or more contributor license agreements. See the NOTICE file ## distributed with this work for additional information @@ -14,6 +14,7 @@ ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ## See the License for the specific language governing permissions and ## limitations under the License. +set -e service tomcat7 stop http://git-wip-us.apache.org/repos/asf/marmotta/blob/37536865/launchers/marmotta-webapp/src/deb/control/prerm ---------------------------------------------------------------------- diff --git a/launchers/marmotta-webapp/src/deb/control/prerm b/launchers/marmotta-webapp/src/deb/control/prerm index 10c2e9b..cd03ba9 100644 --- a/launchers/marmotta-webapp/src/deb/control/prerm +++ b/launchers/marmotta-webapp/src/deb/control/prerm @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/sh ## Licensed to the Apache Software Foundation (ASF) under one ## or more contributor license agreements. See the NOTICE file ## distributed with this work for additional information @@ -14,6 +14,7 @@ ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ## See the License for the specific language governing permissions and ## limitations under the License. +set -e service tomcat7 stop
