This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pycsw.
commit 09a595f46a571cd8e19afa673ad8926fb54a4f29 Author: Bas Couwenberg <[email protected]> Date: Wed Jul 6 21:53:07 2016 +0200 Update WSGI script to install. --- debian/changelog | 1 + debian/pycsw.conf | 4 ++-- debian/python-pycsw-wsgi.install | 3 +-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 71be704..c9b38e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ pycsw (2.0.0~rc1+dfsg-1) UNRELEASED; urgency=medium - Refresh remaining patches. * Use dh_installdocs to install doc-base file. * Override dh_install to use --list-missing. + * Update WSGI script to install. -- Bas Couwenberg <[email protected]> Wed, 06 Jul 2016 17:46:22 +0200 diff --git a/debian/pycsw.conf b/debian/pycsw.conf index 6269666..4d037f2 100644 --- a/debian/pycsw.conf +++ b/debian/pycsw.conf @@ -1,8 +1,8 @@ -WSGIScriptAlias /pycsw /usr/share/pycsw/csw.wsgi +WSGIScriptAlias /pycsw /usr/share/pycsw/wsgi.py Alias /pycsw/tests /usr/share/pycsw/tests + <LocationMatch /pycsw> Options +FollowSymLinks Require all granted </LocationMatch> - diff --git a/debian/python-pycsw-wsgi.install b/debian/python-pycsw-wsgi.install index 01c618e..ca18e4f 100644 --- a/debian/python-pycsw-wsgi.install +++ b/debian/python-pycsw-wsgi.install @@ -3,8 +3,7 @@ etc/mappings.py /etc/pycsw bin/* /usr/share/pycsw/bin/ tests/* /usr/share/pycsw/tests/ debian/pycsw.conf /etc/apache2/sites-available/ -csw.py /usr/share/pycsw/ -csw.wsgi /usr/share/pycsw/ +pycsw/wsgi.py /usr/share/pycsw/ README.txt /usr/share/pycsw/ VERSION.txt /usr/share/pycsw/ HISTORY.txt /usr/share/pycsw/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pycsw.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

