Code

Added logging of IP address
[gosa.git] / gosa-core / debian / control.in
1 Source: gosa
2 Section: web
3 Priority: optional
4 Maintainer: GOsa packages maintainers group <gosa-pkg@oss.gonicus.de>
5 Uploaders: Cajus Pollmeier <cajus@debian.org>, Benoit Mortier <benoit.mortier@opensides.be>
6 Build-Depends: debhelper (>= 7.0.50~)
7 Build-Depends-Indep: po-debconf
8 Standards-Version: 3.9.1
9 Homepage: https://oss.gonicus.de/labs/gosa/
10 Vcs-Browser: https://oss.gonicus.de/repositories/gosa/trunk
11 Vcs-Svn: https://oss.gonicus.de/repositories/gosa/trunk
12 DM-Upload-Allowed: yes
14 Package: gosa
15 Architecture: all
16 Depends: php5, php5-cli, apache2 | lighttpd | httpd , exim4 | mail-transport-agent, php5-gd, php5-imap, php5-ldap, php5-mcrypt, php5-mysql, php5-imagick | imagemagick (>= 5.4.4.5-1) | graphicsmagick-im-compat, libcrypt-smbhash-perl, php5-recode, smarty3-gettext, smarty3-gosa, gettext, ${misc:Depends}, libapache2-mod-php5 | php5-cgi
17 Suggests: gosa-si-server, cyrus21-imapd (>= 2.1.11), postfix-ldap, slapd, gosa-schema, php5-suhosin, php-apc, php-fpdf
18 Description: Web Based LDAP Administration Program
19  Provided is access to posix, shadow, samba, proxy, fax, pureftp and
20  kerberos accounts. It is able to manage the postfix/cyrus server
21  combination and can write user adapted sieve scripts.
22  .
23  GOsa² is a combination of system-administrator and end-user web
24  interface, designed to handle LDAP based setups.
26 Package: gosa-dev
27 Architecture: all
28 Depends: ${misc:Depends}, gosa, php5-cli, latex2html, lyx
29 Description: GOsa² development utilities
30  This package contains a couple of tools to generate online
31  help, extract localizations and howto's for developing Gosa² plugins.
32  .
33  GOsa² is a combination of system-administrator and end-user web
34  interface, designed to handle LDAP based setups.
36 Package: gosa-desktop
37 Architecture: all
38 Depends: ${misc:Depends}, konqueror | iceweasel | mozilla | firefox, debconf
39 Description: Desktop integration for GOsa²
40  This package includes a Gosa² menu definition for your desktop
41  environment.
42  .
43  GOsa² is a combination of system-administrator and end-user web
44  interface, designed to handle LDAP based setups.
46 Package: gosa-schema
47 Architecture: all
48 Depends: ${misc:Depends}
49 Recommends: slapd
50 Description: LDAP schema for GOsa
51  This package includes the basics LDAP schemas needed by GOsa².
52  .
53  GOsa² is a combination of system-administrator and end-user web
54  interface, designed to handle LDAP based setups.
56 Package: gosa-help-en
57 Architecture: all
58 Depends: ${misc:Depends}, gosa
59 Description: English online help for GOsa
60  This package includes the English online documentation for GOsa²
61  .
62  GOsa² is a combination of system-administrator and end-user web
63  interface, designed to handle LDAP based setups.
65 Package: gosa-help-de
66 Architecture: all
67 Depends: ${misc:Depends}, gosa
68 Description: German online help for GOsa²
69  This package includes the German online documentation for GOsa²
70  .
71  GOsa² is a combination of system-administrator and end-user web
72  interface, designed to handle LDAP based setups.
74 Package: gosa-help-fr
75 Architecture: all
76 Depends: ${misc:Depends}, gosa
77 Description: French online help for GOsa²
78  This package includes the French online documentation for GOsa²
79  .
80  GOsa² is a combination of system-administrator and end-user web
81  interface, designed to handle LDAP based setups.
83 Package: gosa-help-nl
84 Architecture: all
85 Depends: ${misc:Depends}, gosa
86 Description: Dutch online help for GOsa
87  This package includes the Dutch online documentation for GOsa²
88  .
89  GOsa² is a combination of system-administrator and end-user web
90  interface, designed to handle LDAP based setups.
92 Package: smarty3-gosa
93 Architecture: all
94 Depends: ${misc:Depends}, smarty3
95 Suggests: gosa
96 Description: Provide ACL based rendering for Smarty
97  smarty3-gosa provides acl based rendering support for Smarty,
98  the popular PHP templating engine (http://smarty.php.net/). This
99  module is mainly used by GOsa².
100  .
101  GOsa² is a combination of system-administrator and end-user web
102  interface, designed to handle LDAP based setups.
104 Package: smarty3-gettext
105 Architecture: all
106 Depends: ${misc:Depends}, smarty3
107 Suggests: gosa
108 Description: Provide gettext support for Smarty
109  smarty3-gettext provides getext based rendering support for Smarty,
110  the popular PHP templating engine (http://smarty.php.net/). This
111  module is mainly used by GOsa².
112  .
113  GOsa² is a combination of system-administrator and end-user web
114  interface, designed to handle LDAP based setups.
116 Package: smarty3
117 Architecture: all
118 Depends: php5 | php5-cgi | php5-cli, ${misc:Depends}
119 Description: Template engine for PHP
120  Smarty is a template engine for PHP. More specifically, it
121  facilitates a manageable way to separate application logic and content
122  from its presentation.
123  .
124  The Smarty 3 API has been refactored to a syntax geared for consistency 
125  and modularity. The Smarty 2 API syntax is still supported, but will 
126  throw a deprecation notice. You can disable the notices, but it is highly
127  recommended to adjust your syntax to Smarty 3, as the Smarty 2 syntax 
128  must run through an extra rerouting wrapper.