diff --git a/debian/compat b/debian/compat index b4de39476..f599e28b8 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -11 +10 diff --git a/debian/control b/debian/control index fe408474e..bfa3ed3f5 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Debian Perl Group Uploaders: Xavier Guimard Section: perl Priority: optional -Build-Depends: debhelper (>= 11~), +Build-Depends: debhelper (>= 10), po-debconf Build-Depends-Indep: libapache-session-perl, libauthen-oath-perl, diff --git a/debian/lemonldap-ng-doc.doc-base b/debian/lemonldap-ng-doc.doc-base index 45a5e8504..f1b064937 100644 --- a/debian/lemonldap-ng-doc.doc-base +++ b/debian/lemonldap-ng-doc.doc-base @@ -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 diff --git a/debian/lemonldap-ng-fastcgi-server.service b/debian/lemonldap-ng-fastcgi-server.service index e704f90ff..fc68318d4 100644 --- a/debian/lemonldap-ng-fastcgi-server.service +++ b/debian/lemonldap-ng-fastcgi-server.service @@ -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 diff --git a/debian/rules b/debian/rules index 51829b40b..4a0b958ce 100755 --- a/debian/rules +++ b/debian/rules @@ -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 \