Code

Added core control.in file
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 2 Dec 2010 16:06:11 +0000 (16:06 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 2 Dec 2010 16:06:11 +0000 (16:06 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20510 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/debian/control.in [new file with mode: 0644]

diff --git a/gosa-core/debian/control.in b/gosa-core/debian/control.in
new file mode 100644 (file)
index 0000000..9c4c9c1
--- /dev/null
@@ -0,0 +1,128 @@
+Source: gosa
+Section: web
+Priority: optional
+Maintainer: GOsa packages maintainers group <gosa-pkg@oss.gonicus.de>
+Uploaders: Cajus Pollmeier <cajus@debian.org>, Benoit Mortier <benoit.mortier@opensides.be>
+Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends-Indep: po-debconf
+Standards-Version: 3.9.1
+Homepage: https://oss.gonicus.de/labs/gosa/
+Vcs-Browser: https://oss.gonicus.de/repositories/gosa/trunk
+Vcs-Svn: https://oss.gonicus.de/repositories/gosa/trunk
+DM-Upload-Allowed: yes
+
+Package: gosa
+Architecture: all
+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
+Suggests: gosa-si-server, cyrus21-imapd (>= 2.1.11), postfix-ldap, slapd, gosa-schema, php5-suhosin, php-apc, php-fpdf
+Description: Web Based LDAP Administration Program
+ Provided is access to posix, shadow, samba, proxy, fax, pureftp and
+ kerberos accounts. It is able to manage the postfix/cyrus server
+ combination and can write user adapted sieve scripts.
+ .
+ GOsa² is a combination of system-administrator and end-user web
+ interface, designed to handle LDAP based setups.
+
+Package: gosa-dev
+Architecture: all
+Depends: ${misc:Depends}, gosa, php5-cli, latex2html, lyx
+Description: GOsa² development utilities
+ This package contains a couple of tools to generate online
+ help, extract localizations and howto's for developing Gosa² plugins.
+ .
+ GOsa² is a combination of system-administrator and end-user web
+ interface, designed to handle LDAP based setups.
+
+Package: gosa-desktop
+Architecture: all
+Depends: ${misc:Depends}, konqueror | iceweasel | mozilla | firefox, debconf
+Description: Desktop integration for GOsa²
+ This package includes a Gosa² menu definition for your desktop
+ environment.
+ .
+ GOsa² is a combination of system-administrator and end-user web
+ interface, designed to handle LDAP based setups.
+
+Package: gosa-schema
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: slapd
+Description: LDAP schema for GOsa
+ This package includes the basics LDAP schemas needed by GOsa².
+ .
+ GOsa² is a combination of system-administrator and end-user web
+ interface, designed to handle LDAP based setups.
+
+Package: gosa-help-en
+Architecture: all
+Depends: ${misc:Depends}, gosa
+Description: English online help for GOsa
+ This package includes the English online documentation for GOsa²
+ .
+ GOsa² is a combination of system-administrator and end-user web
+ interface, designed to handle LDAP based setups.
+
+Package: gosa-help-de
+Architecture: all
+Depends: ${misc:Depends}, gosa
+Description: German online help for GOsa²
+ This package includes the German online documentation for GOsa²
+ .
+ GOsa² is a combination of system-administrator and end-user web
+ interface, designed to handle LDAP based setups.
+
+Package: gosa-help-fr
+Architecture: all
+Depends: ${misc:Depends}, gosa
+Description: French online help for GOsa²
+ This package includes the French online documentation for GOsa²
+ .
+ GOsa² is a combination of system-administrator and end-user web
+ interface, designed to handle LDAP based setups.
+
+Package: gosa-help-nl
+Architecture: all
+Depends: ${misc:Depends}, gosa
+Description: Dutch online help for GOsa
+ This package includes the Dutch online documentation for GOsa²
+ .
+ GOsa² is a combination of system-administrator and end-user web
+ interface, designed to handle LDAP based setups.
+
+Package: smarty3-gosa
+Architecture: all
+Depends: ${misc:Depends}, smarty3
+Suggests: gosa
+Description: Provide ACL based rendering for Smarty
+ smarty3-gosa provides acl based rendering support for Smarty,
+ the popular PHP templating engine (http://smarty.php.net/). This
+ module is mainly used by GOsa².
+ .
+ GOsa² is a combination of system-administrator and end-user web
+ interface, designed to handle LDAP based setups.
+
+Package: smarty3-gettext
+Architecture: all
+Depends: ${misc:Depends}, smarty3
+Suggests: gosa
+Description: Provide gettext support for Smarty
+ smarty3-gettext provides getext based rendering support for Smarty,
+ the popular PHP templating engine (http://smarty.php.net/). This
+ module is mainly used by GOsa².
+ .
+ GOsa² is a combination of system-administrator and end-user web
+ interface, designed to handle LDAP based setups.
+
+Package: smarty3
+Architecture: all
+Depends: php5 | php5-cgi | php5-cli, ${misc:Depends}
+Description: Template engine for PHP
+ Smarty is a template engine for PHP. More specifically, it
+ facilitates a manageable way to separate application logic and content
+ from its presentation.
+ .
+ The Smarty 3 API has been refactored to a syntax geared for consistency 
+ and modularity. The Smarty 2 API syntax is still supported, but will 
+ throw a deprecation notice. You can disable the notices, but it is highly
+ recommended to adjust your syntax to Smarty 3, as the Smarty 2 syntax 
+ must run through an extra rerouting wrapper.