From: cajus Date: Wed, 12 Dec 2007 15:09:37 +0000 (+0000) Subject: Updated build structure X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f070e259c1edc60dae393516e18362fa2fdb0eb2;p=gosa.git Updated build structure git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8112 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/debian/control b/gosa-si/debian/control index b7b873de3..fdf7f0af6 100644 --- a/gosa-si/debian/control +++ b/gosa-si/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper(>= 4.2.32), dpatch Package: gosa-si-common Architecture: any Depends: libconfig-inifiles-perl, libcrypt-rijndael-perl, libxml-simple-perl, libipc-shareable-perl, libdata-dumper-simple-perl, libmime-perl -Suggests: gosa-si-daemon, gosa-si-client +Suggests: gosa-si-server, gosa-si-client Description: GOsa support infrastructure This package provides common library functionality used by the infrastructure server and client packages. @@ -16,11 +16,11 @@ Description: GOsa support infrastructure GOsa is a combination of system-administrator and end-user web interface, designed to handle LDAP based setups. -Package: gosa-si-daemon +Package: gosa-si-server Architecture: any Depends: gosa-si-common Suggests: gosa -Description: GOsa support infrastructure daemon +Description: GOsa support infrastructure server This package provides everything you need in order to deploy a simple or distributed GOsa support infrastructure. It can be used to trigger certain actions or retrieve information from clients. diff --git a/gosa-si/debian/gosa-si-common.install b/gosa-si/debian/gosa-si-common.install index dce3f77fc..f4f76b998 100644 --- a/gosa-si/debian/gosa-si-common.install +++ b/gosa-si/debian/gosa-si-common.install @@ -1,2 +1,2 @@ -modules/GosaPackages.pm usr/share/perl5/GOSA/GosaPackages.pm +modules/GosaPackages.pm usr/share/perl5/GOSA debian/gosa-si etc/default diff --git a/gosa-si/debian/gosa-si-server.install b/gosa-si/debian/gosa-si-server.install index a51ef5691..a13df20b7 100644 --- a/gosa-si/debian/gosa-si-server.install +++ b/gosa-si/debian/gosa-si-server.install @@ -2,4 +2,4 @@ gosa-si-server usr/sbin gosa-si-bus usr/sbin gosa-si-server.conf etc/gosa gosa-si-bus.conf etc/gosa -modules/ServerPackages.pm usr/share/perl5/GOSA/ServerPackages.pm +modules/ServerPackages.pm usr/share/perl5/GOSA diff --git a/gosa-si/debian/rules b/gosa-si/debian/rules index 78cd0aaf6..d74e36f0e 100755 --- a/gosa-si/debian/rules +++ b/gosa-si/debian/rules @@ -54,7 +54,7 @@ binary-indep: install dh_installexamples dh_installchangelogs #dh_installdebconf - #dh_installcron -p goto-agents-printmanager + dh_installinit --init-script=gosa-si dh_link dh_strip dh_compress