From: Vincent Bernat Date: Tue, 23 Dec 2008 20:07:10 +0000 (+0000) Subject: Add missing dependency on php5-gd, used for quota bar. X-Git-Url: https://git.donarmstrong.com/?p=roundcube.git;a=commitdiff_plain;h=6c89056672a04e0ba67fa37aa5bafff3305c056f Add missing dependency on php5-gd, used for quota bar. --- diff --git a/debian/changelog b/debian/changelog index 45ce4b9..e96e0a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ roundcube (0.2~alpha-4) UNRELEASED; urgency=low * Execute cron job only if the directory to clean exists. * Reload web server configuration instead of restart, thanks to a patch from Tiago Bortoletto Vaz. Closes: #508633. + * Add missing dependency on php5-gd, used for quota bar. -- Vincent Bernat Mon, 15 Dec 2008 19:54:22 +0100 diff --git a/debian/control b/debian/control index 15b4d1d..043443f 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Browser: http://svn.debian.org/wsvn/pkg-roundcube/roundcube Package: roundcube-core Architecture: all -Depends: dbconfig-common, debconf | debconf-2.0, apache2 | lighttpd | httpd, php5, php5-mcrypt, roundcube-db, php-db, php-auth, php-net-smtp, php-net-socket, php-mail-mime (>= 1.5.0), ucf, tinymce (>= 3), ${misc:Depends}, libmagic1 +Depends: dbconfig-common, debconf | debconf-2.0, apache2 | lighttpd | httpd, php5, php5-mcrypt, php5-gd, roundcube-db, php-db, php-auth, php-net-smtp, php-net-socket, php-mail-mime (>= 1.5.0), ucf, tinymce (>= 3), ${misc:Depends}, libmagic1 Replaces: roundcube Conflicts: roundcube (<< 0.1~rc2-2) Description: skinnable AJAX based webmail solution for IMAP servers