]> git.donarmstrong.com Git - roundcube.git/commitdiff
Depends on php-mail-mime (>= 1.5.0)
authorVincent Bernat <bernat@luffy.cx>
Sat, 5 Apr 2008 08:23:50 +0000 (08:23 +0000)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 17:23:06 +0000 (19:23 +0200)
debian/changelog
debian/control
debian/patches/fix-too-old-php-mail-mime.patch
debian/patches/series

index c1272ac0cfa92771c5b82971cf3b3a90c8729b01..4f731e5e61e0d2726f92be7a8679ef1877864890 100644 (file)
@@ -2,8 +2,9 @@ roundcube (0.1-5) unstable; urgency=low
 
   * Debconf translation updates:
     - Spanish. Closes: #473788
+  * Depends on php-mail-mime (>= 1.5.0) and drop compatibility patch.
 
- -- Vincent Bernat <bernat@luffy.cx>  Tue, 01 Apr 2008 19:23:58 +0200
+ -- Vincent Bernat <bernat@luffy.cx>  Sat, 05 Apr 2008 10:22:51 +0200
 
 roundcube (0.1-4) unstable; urgency=low
 
index fa128c693e044ad7357521ca5f2e6e0b49f71469..cb1c41f0399bce04616436372a3ccb3b6fd0114f 100644 (file)
@@ -12,7 +12,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, ucf, tinymce, ${misc:Depends}, libmagic1
+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, ${misc:Depends}, libmagic1
 Replaces: roundcube
 Conflicts: roundcube (<< 0.1~rc2-2)
 Description: skinnable AJAX based webmail solution for IMAP servers
index d1af6b6682dc92b7c988b86e487436bd6686b2a9..61ed7293f5fe908eaccfe4183c679fbecdab0255 100644 (file)
@@ -1,3 +1,6 @@
+This patch is not used any more with php-mail-mime (>= 1.5.0).
+It is left here to help with backports. Add it back to series if needed.
+
 --- roundcube/program/steps/mail/sendmail.inc  2008-03-07 09:52:40.000000000 +0100
 +++ roundcube/program/steps/mail/sendmail.inc.new      2008-03-07 11:04:33.000000000 +0100
 @@ -351,7 +351,11 @@
index e679d9a3883a23becbd323b015b77479e4662199..c1aeafd030708b582bc49ca41f3275974d345fd1 100644 (file)
@@ -4,4 +4,3 @@ use_packaged_tinymce.patch
 use-db-backend.patch
 correct-magic-path.patch
 disable-tinymce-spellchecker.patch
-fix-too-old-php-mail-mime.patch