Rearrange uWSGI files

This commit is contained in:
Xavier Guimard 2018-03-25 14:54:32 +02:00
parent 2d1795ccc6
commit c32e962ea9
9 changed files with 8 additions and 12 deletions

View File

@ -636,7 +636,7 @@ install_fastcgi_server:
install_uwsgi_server:
@install -v -d $(RUWSGIYAMLDIR) $(RLLNGAPPDIR)
@install -m 644 -v fastcgi-server/uwsgi/llng-server.yaml $(RUWSGIYAMLDIR)/llng-server.yaml
@install -m 644 -v _example/plack-app/llng-server.psgi $(RLLNGAPPDIR)/llng-server.psgi
@install -m 644 -v $(SRCHANDLERDIR)/eg/llng-server.psgi $(RLLNGAPPDIR)/llng-server.psgi
$(PERL) -pi -e 's#__APPDIR__#$(LLNGAPPDIR)#' $(RUWSGIYAMLDIR)/llng-server.yaml
# Site install

6
debian/control vendored
View File

@ -47,8 +47,8 @@ Build-Depends-Indep: libapache-session-perl,
libxml-simple-perl,
perl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/lemonldap-ng.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/lemonldap-ng.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/lemonldap-ng
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/lemonldap-ng.git
Homepage: https://lemonldap-ng.org/
Package: lemonldap-ng
@ -140,7 +140,7 @@ Depends: ${misc:Depends},
${perl:Depends},
libconvert-pem-perl,
libcrypt-openssl-rsa-perl,
liblemonldap-ng-handler-perl (= ${binary:Version})
liblemonldap-ng-handler-perl (= ${binary:Version}),
lemonldap-ng-fastcgi-server (= ${binary:Version}) | lemonldap-ng-uwsgi-app (= ${binary:Version}) | apache2 | httpd-cgi
Recommends: lemonldap-ng-doc (= ${binary:Version}),
libxml-libxml-perl,

7
debian/copyright vendored
View File

@ -48,13 +48,6 @@ Files: lemonldap-ng-portal/site/htdocs/static/common/modules/CAS.png
Copyright: Jasig
License: Apache-2.0
Files: lemonldap-ng-portal/site/htdocs/static/common/modules/BrowserID.png
Copyright: 2013, Xavier Guimard <x.guimard@free.fr>
License: CC-3
Comment: created using images of YellowIcon and Innerer Schweinehund
(http://findicons.com/icon/168665/firefox?id=292029 and
http://commons.wikimedia.org/wiki/File:Mail-closed.svg)
Files: lemonldap-ng-portal/site/htdocs/static/common/modules/Google.png lemonldap-ng-portal/site/htdocs/static/common/modules/Facebook.png
Copyright: http://tempest.deviantart.com/
License: CC-3

View File

@ -1 +1,2 @@
fastcgi-server/psgi/llngapp.psgi
lemonldap-ng-common/eg/*

View File

@ -1 +1 @@
lemonldap-ng-handler/example/handler.psgi
lemonldap-ng-handler/eg/*

View File

@ -1,4 +1,5 @@
Changes
eg/llng-app.psgi
lemonldap-ng.ini
lib/Lemonldap/NG/Common.pm
lib/Lemonldap/NG/Common/Apache/Session.pm

View File

@ -1,5 +1,6 @@
Changes
eg/handler.psgi
eg/llng-server.psgi
eg/scripts/purgeLocalCache
eg/scripts/purgeLocalCache.cron.d
lib/Lemonldap/NG/Handler.pm