summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c00e4c2)
raw | patch | inline | side by side (parent: c00e4c2)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 Nov 2010 14:26:05 +0000 (14:26 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 Nov 2010 14:26:05 +0000 (14:26 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20297 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/debian/control | patch | blob | history | |
gosa-core/debian/patches/01_fix_smarty_location.patch | patch | blob | history | |
gosa-core/debian/smarty-acl-render.dirs | [deleted file] | patch | blob | history |
gosa-core/debian/smarty-acl-render.install | [deleted file] | patch | blob | history |
gosa-core/debian/smarty3-gosa.dirs | [new file with mode: 0644] | patch | blob |
gosa-core/debian/smarty3-gosa.install | [new file with mode: 0644] | patch | blob |
index 72dc8b8161082ae5db7abda89d3d5f3b8e343aef..a9782886075bd93cf030627e175e9ff942ad3539 100644 (file)
--- a/gosa-core/debian/control
+++ b/gosa-core/debian/control
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, smarty, php5-recode, smarty-gettext, smarty-acl-render, gettext, ${misc:Depends}, libapache2-mod-php5 | php5-cgi
+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
GOsa² is a combination of system-administrator and end-user web
interface, designed to handle LDAP based setups.
-Package: smarty-acl-render
+Package: smarty3-gosa
Architecture: all
-Depends: ${misc:Depends}, smarty
+Depends: ${misc:Depends}, smarty3
Suggests: gosa
Description: Provide ACL based rendering for Smarty
- smarty-acl-render provides acl based rendering support 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².
.
diff --git a/gosa-core/debian/patches/01_fix_smarty_location.patch b/gosa-core/debian/patches/01_fix_smarty_location.patch
index 4596ba8dea1ad859457722e5d8cf088a2d08bff8..d5d9f8a789779e9b63c15cfaf8bb234a041400ff 100644 (file)
/* Do smarty setup */
-require("smarty/Smarty.class.php");
-+if (file_exists("/usr/share/php/smarty/Smarty.class.php")){
-+ require("/usr/share/php/smarty/Smarty.class.php");
++if (file_exists("/usr/share/php/smarty3/Smarty.class.php")){
++ require("/usr/share/php/smarty3/Smarty.class.php");
+} else {
-+ require("/usr/share/php/smarty/libs/Smarty.class.php");
++ require("/usr/share/php/smarty3/libs/Smarty.class.php");
+}
$smarty = new Smarty;
$smarty->template_dir = $BASE_DIR.'/ihtml/';
diff --git a/gosa-core/debian/smarty-acl-render.dirs b/gosa-core/debian/smarty-acl-render.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/php/smarty/libs/plugins
diff --git a/gosa-core/debian/smarty-acl-render.install b/gosa-core/debian/smarty-acl-render.install
+++ /dev/null
@@ -1,4 +0,0 @@
-gosa-core/include/smarty/plugins/block.render.php /usr/share/php/smarty/libs/plugins
-gosa-core/include/smarty/plugins/function.msgPool.php /usr/share/php/smarty/libs/plugins
-gosa-core/include/smarty/plugins/function.image.php /usr/share/php/smarty/libs/plugins
-gosa-core/include/smarty/plugins/function.factory.php /usr/share/php/smarty/libs/plugins
diff --git a/gosa-core/debian/smarty3-gosa.dirs b/gosa-core/debian/smarty3-gosa.dirs
--- /dev/null
@@ -0,0 +1 @@
+usr/share/php/smarty3/libs/plugins
diff --git a/gosa-core/debian/smarty3-gosa.install b/gosa-core/debian/smarty3-gosa.install
--- /dev/null
@@ -0,0 +1,4 @@
+gosa-core/include/smarty/plugins/block.render.php /usr/share/php/smarty3/libs/plugins
+gosa-core/include/smarty/plugins/function.msgPool.php /usr/share/php/smarty3/libs/plugins
+gosa-core/include/smarty/plugins/function.image.php /usr/share/php/smarty3/libs/plugins
+gosa-core/include/smarty/plugins/function.factory.php /usr/share/php/smarty3/libs/plugins