Code

Removed more smarty parts
[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, ${misc:Depends}, libapache2-mod-php5 | php5-cgi, php5-curl
17 Suggests: gosa-si-server, cyrus21-imapd (>= 2.1.11), postfix-ldap, slapd, gosa-schema, php5-suhosin, php-apc, php-fpdf
18 Conflicts: smarty3-gettext, smarty3-gosa, smarty-acl-render
19 Description: Web Based LDAP Administration Program
20  Provided is access to posix, shadow, samba, proxy, fax, pureftp and
21  kerberos accounts. It is able to manage the postfix/cyrus server
22  combination and can write user adapted sieve scripts.
23  .
24  GOsa² is a combination of system-administrator and end-user web
25  interface, designed to handle LDAP based setups.
27 Package: gosa-dev
28 Architecture: all
29 Depends: ${misc:Depends}, gosa, php5-cli, latex2html, lyx
30 Description: GOsa² development utilities
31  This package contains a couple of tools to generate online
32  help, extract localizations and howto's for developing Gosa² plugins.
33  .
34  GOsa² is a combination of system-administrator and end-user web
35  interface, designed to handle LDAP based setups.
37 Package: gosa-desktop
38 Architecture: all
39 Depends: ${misc:Depends}, konqueror | iceweasel | mozilla | firefox, debconf
40 Description: Desktop integration for GOsa²
41  This package includes a Gosa² menu definition for your desktop
42  environment.
43  .
44  GOsa² is a combination of system-administrator and end-user web
45  interface, designed to handle LDAP based setups.
47 Package: gosa-schema
48 Architecture: all
49 Depends: ${misc:Depends}
50 Recommends: slapd
51 Description: LDAP schema for GOsa
52  This package includes the basics LDAP schemas needed by GOsa².
53  .
54  GOsa² is a combination of system-administrator and end-user web
55  interface, designed to handle LDAP based setups.
57 Package: gosa-help-en
58 Architecture: all
59 Depends: ${misc:Depends}, gosa
60 Description: English online help for GOsa
61  This package includes the English online documentation for GOsa²
62  .
63  GOsa² is a combination of system-administrator and end-user web
64  interface, designed to handle LDAP based setups.
66 Package: gosa-help-de
67 Architecture: all
68 Depends: ${misc:Depends}, gosa
69 Description: German online help for GOsa²
70  This package includes the German online documentation for GOsa²
71  .
72  GOsa² is a combination of system-administrator and end-user web
73  interface, designed to handle LDAP based setups.
75 Package: gosa-help-fr
76 Architecture: all
77 Depends: ${misc:Depends}, gosa
78 Description: French online help for GOsa²
79  This package includes the French online documentation for GOsa²
80  .
81  GOsa² is a combination of system-administrator and end-user web
82  interface, designed to handle LDAP based setups.
84 Package: gosa-help-nl
85 Architecture: all
86 Depends: ${misc:Depends}, gosa
87 Description: Dutch online help for GOsa
88  This package includes the Dutch online documentation for GOsa²
89  .
90  GOsa² is a combination of system-administrator and end-user web
91  interface, designed to handle LDAP based setups.
93 Package: smarty3
94 Architecture: all
95 Depends: php5 | php5-cgi | php5-cli, ${misc:Depends}
96 Description: Template engine for PHP
97  Smarty is a template engine for PHP. More specifically, it
98  facilitates a manageable way to separate application logic and content
99  from its presentation.
100  .
101  The Smarty 3 API has been refactored to a syntax geared for consistency 
102  and modularity. The Smarty 2 API syntax is still supported, but will 
103  throw a deprecation notice. You can disable the notices, but it is highly
104  recommended to adjust your syntax to Smarty 3, as the Smarty 2 syntax 
105  must run through an extra rerouting wrapper.