added lamdaemon package
This commit is contained in:
parent
f0a365fc2c
commit
7bda829e05
|
@ -23,7 +23,7 @@ Description: webfrontend for managing accounts in an LDAP directory
|
||||||
a script included which manages quota and homedirectories, you
|
a script included which manages quota and homedirectories, you
|
||||||
have to setup sudo if you want to use it.
|
have to setup sudo if you want to use it.
|
||||||
|
|
||||||
Package: ldap-account-manager_lamdaemon
|
Package: ldap-account-manager-lamdaemon
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: perl
|
Depends: perl
|
||||||
Conflicts: ldap-account-manager
|
Conflicts: ldap-account-manager
|
||||||
|
|
|
@ -43,7 +43,7 @@ install:
|
||||||
install -D --mode=644 style/*.css debian/ldap-account-manager/usr/share/ldap-account-manager/style
|
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/
|
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
|
install -D --mode=755 lib/lamdaemon.pl debian/ldap-account-manager_lamdaemon/usr/share/ldap-account-manager/lib/lamdaemon.pl
|
||||||
|
|
||||||
# Build architecture-independent files here.
|
# Build architecture-independent files here.
|
||||||
binary-dep: build install
|
binary-dep: build install
|
||||||
|
|
Loading…
Reference in New Issue