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

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

commit 5a3f8679c71968fc36bfbb3b1554efe00fe7b458
Author: Johan Van de Wauw <johan.vandew...@gmail.com>
Date:   Sat Oct 11 16:12:45 2014 +0200

    Enable WSGI
---
 debian/python-pycsw-wsgi.postinst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/python-pycsw-wsgi.postinst 
b/debian/python-pycsw-wsgi.postinst
index c329508..83ce26a 100644
--- a/debian/python-pycsw-wsgi.postinst
+++ b/debian/python-pycsw-wsgi.postinst
@@ -5,6 +5,8 @@ set -e
 if [ "$1" = configure ] ; then
     if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then
         . /usr/share/apache2/apache2-maintscript-helper
+        apache2_invoke enmod wsgi || exit $?
+        . /usr/share/apache2/apache2-maintscript-helper
         apache2_invoke ensite pycsw || exit $?
     fi
 fi

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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to