]> git.donarmstrong.com Git - roundcube.git/commitdiff
Add missing dependency on php5-gd, used for quota bar.
authorVincent Bernat <bernat@debian.org>
Tue, 23 Dec 2008 20:07:10 +0000 (20:07 +0000)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 17:59:21 +0000 (19:59 +0200)
debian/changelog
debian/control

index 45ce4b95b87b2f9764a535ede45b71200b708fa7..e96e0a6e51bef467c768db7e2983ddb59a8e4aac 100644 (file)
@@ -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 <bernat@debian.org>  Mon, 15 Dec 2008 19:54:22 +0100
 
index 15b4d1d84140668480b53ae6aed8c3d5c167f520..043443f638af30316894e3fc475a1dc745ffe671 100644 (file)
@@ -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