This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository zoo-project.
commit e1a0119ea17448abe88850b23c4098962bc5b889 Author: Bas Couwenberg <[email protected]> Date: Sun Jan 22 20:03:19 2017 +0100 Add patch to set cacheDir to FHS compliant directory. --- debian/patches/cachedir.patch | 15 +++++++++++++++ debian/patches/series | 1 + debian/zoo-kernel.dirs | 1 + 3 files changed, 17 insertions(+) diff --git a/debian/patches/cachedir.patch b/debian/patches/cachedir.patch new file mode 100644 index 0000000..c034c68 --- /dev/null +++ b/debian/patches/cachedir.patch @@ -0,0 +1,15 @@ +Description: Set cacheDir to FHS compliant directory. +Author: Bas Couwenberg <[email protected]> +Forwarded: not-needed + +--- a/zoo-project/zoo-kernel/main.cfg ++++ b/zoo-project/zoo-kernel/main.cfg +@@ -7,7 +7,7 @@ lang = fr-FR,en-CA,en-US + tmpPath=/tmp/ + tmpUrl = ../mpPathRelativeToServerAdress/ + dataPath = /var/lib/zoo-project/ +-cacheDir = /tmp/ ++cacheDir = /var/cache/zoo-project/ + + [identification] + title = The Zoo WPS Development Server diff --git a/debian/patches/series b/debian/patches/series index 1b65385..aa49b5a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ hardening-buildflags.patch zoo-version.patch status-datapath.patch +cachedir.patch diff --git a/debian/zoo-kernel.dirs b/debian/zoo-kernel.dirs new file mode 100644 index 0000000..6d6698c --- /dev/null +++ b/debian/zoo-kernel.dirs @@ -0,0 +1 @@ +var/cache/zoo-project -- 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

