[SCM] librdf-endpoint-perl Debian packaging branch, master, updated. debian/0.04-1-27-gaed461e

Jonas Smedegaard dr at jones.dk
Tue Jun 12 21:02:13 UTC 2012


The following commit has been merged in the master branch:
commit a5c720c9762060a720900ee65f6269e8a6f9b458
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Jun 12 22:50:49 2012 +0200

    Fix path to PSGI file.

diff --git a/debian/README.Debian b/debian/README.Debian
index 2133ccc..368e683 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -10,7 +10,7 @@ with any specific PSGI implementation.
 
 The most minimal PSGI setup is to invoke the following:
 
-    plackup /usr/share/librdf-endpoint-perl/rdf_endpoint.psgi
+    plackup /usr/share/librdf-endpoint-perl/endpoint.psgi
 
 For production use there are many options either with a dedicated PSGI
 server like twiggy or starman, or using bindings to CGI, FCGI or uWSGI.
diff --git a/debian/uwsgi/etc/uwsgi/apps-available/rdf_endpoint.ini b/debian/uwsgi/etc/uwsgi/apps-available/rdf_endpoint.ini
index f9b0517..32cd6eb 100644
--- a/debian/uwsgi/etc/uwsgi/apps-available/rdf_endpoint.ini
+++ b/debian/uwsgi/etc/uwsgi/apps-available/rdf_endpoint.ini
@@ -7,7 +7,7 @@ plugins = 0:psgi
 #umask = 007
 
 check-static = /usr/share/perl5/auto/share/dist/RDF-Endpoint/www
-psgi = /etc/rdf-endpoint/rdf_endpoint.psgi
+psgi = /usr/share/librdf-endpoint-perl/endpoint.psgi
 
 env = RDF_ENDPOINT_CONFIG=/etc/rdf-endpoint
 

-- 
librdf-endpoint-perl Debian packaging



More information about the Pkg-perl-cvs-commits mailing list