[pycsw] 17/20: Make pycsw look for configuration in correct /etc path

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Tue Sep 30 19:16:28 UTC 2014


This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository pycsw.

commit 1f72b631d2506f998139e4a1fe2404bef54e9c95
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Mon Sep 29 21:37:10 2014 +0200

    Make pycsw look for configuration in correct /etc path
---
 ...-look-for-configuration-in-correct-etc-pat.patch | 21 +++++++++++++++++++++
 debian/patches/series                               |  3 +++
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/0010-Make-pycsw-look-for-configuration-in-correct-etc-pat.patch b/debian/patches/0010-Make-pycsw-look-for-configuration-in-correct-etc-pat.patch
new file mode 100644
index 0000000..af1f294
--- /dev/null
+++ b/debian/patches/0010-Make-pycsw-look-for-configuration-in-correct-etc-pat.patch
@@ -0,0 +1,21 @@
+From: Johan Van de Wauw <johan.vandewauw at gmail.com>
+Date: Mon, 29 Sep 2014 21:27:52 +0200
+Subject: Make pycsw look for configuration in correct /etc path
+
+---
+ csw.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/csw.py b/csw.py
+index 79fb7a7..e623c6e 100755
+--- a/csw.py
++++ b/csw.py
+@@ -36,7 +36,7 @@ import sys
+ from StringIO import StringIO
+ from pycsw import server
+ 
+-CONFIG = 'default.cfg'
++CONFIG = '/etc/pycsw/default.cfg'
+ GZIP = False
+ 
+ if 'PYCSW_CONFIG' in os.environ:
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..63d3fb9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,3 @@
+0001-Remove-google-analytics.patch
+0009-Remove-externally-linked-files.patch
+0010-Make-pycsw-look-for-configuration-in-correct-etc-pat.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pycsw.git



More information about the Pkg-grass-devel mailing list