From f0a365fc2c445b4c8077656a025c8d6b71d86e6d Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 22 Jul 2008 18:14:03 +0000 Subject: [PATCH] added lamdaemon package --- lam-packaging/debian/control | 9 +++++++++ lam-packaging/debian/rules | 2 ++ 2 files changed, 11 insertions(+) diff --git a/lam-packaging/debian/control b/lam-packaging/debian/control index 25915b29..6eebe2bf 100644 --- a/lam-packaging/debian/control +++ b/lam-packaging/debian/control @@ -22,3 +22,12 @@ Description: webfrontend for managing accounts in an LDAP directory Account information can be exported as PDF file. There is also a script included which manages quota and homedirectories, you have to setup sudo if you want to use it. + +Package: ldap-account-manager_lamdaemon +Architecture: all +Depends: perl +Conflicts: ldap-account-manager +Description: Lamdaemon is part of LDAP Account Manager. It + is used to manage quotas and home directories. This package + needs to be installed on the server where the home directories + reside and quotas should be managed. diff --git a/lam-packaging/debian/rules b/lam-packaging/debian/rules index f4d425e6..0bb67d6b 100755 --- a/lam-packaging/debian/rules +++ b/lam-packaging/debian/rules @@ -43,6 +43,8 @@ install: install -D --mode=644 style/*.css debian/ldap-account-manager/usr/share/ldap-account-manager/style cp -r templates debian/ldap-account-manager/usr/share/ldap-account-manager/ + install -D --mode=755 lib/*.pl debian/ldap-account-manager_lamdaemon/usr/share/ldap-account-manager/lib + # Build architecture-independent files here. binary-dep: build install