This commit is contained in:
Xavier Guimard 2019-01-19 15:50:12 +01:00
parent 8165b0195e
commit a9971c7c99
5 changed files with 5 additions and 6 deletions

2
debian/compat vendored
View File

@ -1 +1 @@
11
10

2
debian/control vendored
View File

@ -3,7 +3,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 11~),
Build-Depends: debhelper (>= 10),
po-debconf
Build-Depends-Indep: libapache-session-perl,
libauthen-oath-perl,

View File

@ -6,6 +6,6 @@ Abstract: Those HTML documents contains all Lemonldap::NG documentation
Section: Web Development
Format: HTML
Index: /usr/share/doc/lemonldap-ng/index.html
Files: /usr/share/doc/lemonldap-ng/pages/documentation/current/*.html
Index: /usr/share/doc/lemonldap-ng-doc/index.html
Files: /usr/share/doc/lemonldap-ng-doc/*.html

View File

@ -10,7 +10,6 @@ PIDFile=/run/llng-fastcgi-server/llng-fastcgi-server.pid
ExecStart=/usr/sbin/llng-fastcgi-server
ExecStop=-/sbin/start-stop-daemon --quiet --stop --retry QUIT/5 --pidfile ${PID}
KillMode=mixed
PrivateTmp=yes
[Install]
Alias=llng-fastcgi-server.service

2
debian/rules vendored
View File

@ -17,7 +17,7 @@ LMINIFILE=$(CONFDIR)/lemonldap-ng.ini
CAPTCHADIR=$(LMVARDIR)/captcha
%:
dh $@
dh $@ --with systemd
override_dh_auto_configure:
$(MAKE) configure STORAGECONFFILE=/etc/lemonldap-ng/lemonldap-ng.ini \