From 1d7cddc3dbf36658cf722cbbe0afaa188c0677ea Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 23 May 2005 07:34:52 +0000 Subject: [PATCH] Updated debian builds to work with contributed smarty packages git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@341 594d385d-05f5-0310-b6e9-bd551577e9d8 --- debian/changelog | 2 ++ debian/control | 2 +- debian/rules | 8 ++++++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 86ed45fd0..b1c10fc53 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ gosa (2.4beta1-1) unstable; urgency=low * New upstream release + * Removed smarty from package and use debian contributed + smarty releases -- Cajus Pollmeier Thu, 3 Mar 2005 13:59:27 +0100 diff --git a/debian/control b/debian/control index 023164019..ec3ab0168 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.6.1.0 Package: gosa Architecture: all -Depends: php4 (>= 4.1.1-1) | libapache2-mod-php4, apache | apache-ssl | apache2-mpm-worker | apache2-mpm-threadpool | apache2-mpm-prefork | apache2-mpm-perchild, exim4 | mail-transport-agent, php4-cgi | libapache2-mod-php4, php4-gd, php4-imap, php4-ldap, php4-mcrypt, php4-mhash, php4-mysql, php4-imagick | imagemagick (>= 5.4.4.5-1), fping, libcrypt-smbhash-perl +Depends: php4 (>= 4.1.1-1) | libapache2-mod-php4, apache | apache-ssl | apache2-mpm-worker | apache2-mpm-threadpool | apache2-mpm-prefork | apache2-mpm-perchild, exim4 | mail-transport-agent, php4-cgi | libapache2-mod-php4, php4-gd, php4-imap, php4-ldap, php4-mcrypt, php4-mhash, php4-mysql, php4-imagick | imagemagick (>= 5.4.4.5-1), fping, libcrypt-smbhash-perl, smarty Suggests: cupsys-server, cyrus21-imapd (>= 2.1.11), postfix-ldap, php4-kadm5, php4-cups, etherwake, slapd, gosa-schema Description: Web Based LDAP Administration Program Provided is access to posix, shadow, samba, proxy, fax, pureftp and diff --git a/debian/rules b/debian/rules index 3daa1f76b..41137ac7c 100755 --- a/debian/rules +++ b/debian/rules @@ -59,10 +59,14 @@ install-stamp: -chmod +x debian/gosa/user/lib/gosa/* -rm -rf debian/gosa/usr/share/gosa/gen_locale.sh -rm -rf debian/gosa/usr/share/gosa/update.sh + -mkdir -p debian/gosa/usr/share/php/smarty/libs + -cp include/smarty/plugins/block.t.php debian/gosa/usr/share/php/smarty/libs + -rm -rf debian/gosa/usr/share/gosa/include/smarty -find debian/gosa -type f -exec chmod -x {} \; - -sed 's/"CONFIG_TEMPLATE_DIR", "../contrib/"/"CONFIG_TEMPLATE_DIR", "/usr/share/doc/gosa/contrib/"/g' debian/gosa/usr/share/gosa/include/functions.inc > debian/ gosa/usr/share/gosa/include/functions.inc.new + -sed 's%"CONFIG_TEMPLATE_DIR", "../contrib/"%"CONFIG_TEMPLATE_DIR", "/usr/share/doc/gosa/contrib/"%g' debian/gosa/usr/share/gosa/include/functions.inc > debian/ gosa/usr/share/gosa/include/functions.inc.new -mv debian/gosa/usr/share/gosa/include/functions.inc.new gosa/usr/share/gosa/include/functions.inc - + -sed 's%require("smarty/Smarty.class.php");%require("/usr/share/php/smarty/libs/Smarty.class.php");%g' debian/gosa/usr/share/gosa/include/php_setup.inc > gosa/usr/share/gosa/include/php_setup.inc.new + -mv debian/gosa/usr/share/gosa/include/php_setup.inc.new gosa/usr/share/gosa/include/php_setup.inc touch install-stamp binary-indep: install -- 2.30.2