[lemonldap-ng] 03/09: Manage notifications directory

Xavier Guimard xguimard-guest at alioth.debian.org
Sun Nov 3 07:48:51 UTC 2013


This is an automated email from the git hooks/post-receive script.

xguimard-guest pushed a commit to branch master
in repository lemonldap-ng.

commit cf68ffe11288d6fc62a0a2c55e9656db88e3598e
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Nov 3 07:43:55 2013 +0100

    Manage notifications directory
---
 debian/rules |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index ee68966..fd09499 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,7 @@ TMP       = $(CURDIR)/debian/tmp
 
 CONFDIR=/etc/lemonldap-ng
 SESSIONSDIR=$(LMVARDIR)/sessions
+NOTIFICATIONSDIR=$(LMVARDIR)/notifications
 CONFSTORAGEDIR=$(LMVARDIR)/conf
 FIRSTCONFFILE=$(CONFSTORAGEDIR)/lmConf-1
 LMINIFILE=$(CONFDIR)/lemonldap-ng.ini
@@ -60,11 +61,13 @@ override_dh_fixperms:
 	chown www-data:www-data \
 		debian/*/$(SESSIONSDIR) \
 		debian/*/$(SESSIONSDIR)/lock \
+		debian/*/$(NOTIFICATIONSDIR) \
 		debian/liblemonldap-ng-common-perl/$(CONFSTORAGEDIR) \
 		debian/liblemonldap-ng-portal-perl/$(CAPTCHADIR)
 	chgrp www-data debian/liblemonldap-ng-common-perl/$(LMINIFILE) \
 		debian/liblemonldap-ng-common-perl/$(FIRSTCONFFILE)
 	chmod 770 debian/*/$(SESSIONSDIR) debian/*/$(SESSIONSDIR)/lock
+	chmod 770 debian/*/$(NOTIFICATIONSDIR)
 	chmod 750 debian/liblemonldap-ng-common-perl/$(CONFSTORAGEDIR)
 	chmod 640 debian/liblemonldap-ng-common-perl/$(FIRSTCONFFILE) \
 		debian/liblemonldap-ng-common-perl/$(LMINIFILE)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/lemonldap-ng.git



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