# HG changeset patch # User Paul Boddie # Date 1393027948 -3600 # Node ID b3a6e8f6e0838eaf6695cf9f4dfd6c13cd27d66b # Parent 0d42fffba009f1c7f808804e70f13a6f326d6fc7 Updated packaging by Paul. diff -r 0d42fffba009 -r b3a6e8f6e083 debian/control --- a/debian/control Sat Feb 22 01:11:30 2014 +0100 +++ b/debian/control Sat Feb 22 01:12:28 2014 +0100 @@ -11,7 +11,8 @@ Package: kolab-webadmin Architecture: all -Depends: apache2, +Depends: kolab-conf, + apache2, php5, smarty3 (>= 3.1.7), php-net-ldap2, diff -r 0d42fffba009 -r b3a6e8f6e083 debian/postinst --- a/debian/postinst Sat Feb 22 01:11:30 2014 +0100 +++ b/debian/postinst Sat Feb 22 01:12:28 2014 +0100 @@ -27,6 +27,7 @@ case "$1" in configure) fixperms + setup-kolab mysql --use-system-config a2enmod rewrite > /dev/null || true if [ -e "/etc/apache2/sites-available/kolab-webadmin" -a ! -e "/etc/apache2/sites-enabled/kolab-webadmin" ]; then a2ensite kolab-webadmin > /dev/null || true