This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository zoo-project.
commit fc2493a911633a3559dec8803400211a31461f19 Author: Bas Couwenberg <[email protected]> Date: Sun Jan 22 17:11:19 2017 +0100 Add patch to set dataPath for updateStatus.xsl. --- debian/patches/series | 1 + debian/patches/status-datapath.patch | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/debian/patches/series b/debian/patches/series index 87198d8..e688c4f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ hardening-buildflags.patch zoo-version.patch 0001-Fix-issue-when-building-with-OTB-version-upper-or-eq.patch temporary-fix-for-ITK-4.10-and-OTB-ge-5.4.patch +status-datapath.patch diff --git a/debian/patches/status-datapath.patch b/debian/patches/status-datapath.patch new file mode 100644 index 0000000..98937c2 --- /dev/null +++ b/debian/patches/status-datapath.patch @@ -0,0 +1,15 @@ +Description: Set dataPath for updateStatus.xsl. +Author: Bas Couwenberg <[email protected]> +Forwarded: not-needed + +--- a/zoo-project/zoo-kernel/main.cfg ++++ b/zoo-project/zoo-kernel/main.cfg +@@ -6,7 +6,7 @@ language = en-US + lang = fr-FR,en-CA,en-US + tmpPath=/tmp/ + tmpUrl = ../mpPathRelativeToServerAdress/ +-dataPath = /tmp/ ++dataPath = /usr/share/zoo-service-status/ + cacheDir = /tmp/ + + [identification] -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/zoo-project.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

