]> git.donarmstrong.com Git - roundcube.git/commitdiff
Imported Debian patch 0.1-3
authorVincent Bernat <bernat@luffy.cx>
Fri, 7 Mar 2008 10:06:49 +0000 (11:06 +0100)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 17:09:37 +0000 (19:09 +0200)
debian/changelog
debian/control
debian/patches/disable-tinymce-spellchecker.patch [new file with mode: 0644]
debian/patches/fix-too-old-php-mail-mime.patch [new file with mode: 0644]
debian/patches/series
debian/roundcube-core.README.Debian
debian/roundcube-core.install
debian/rules

index aea4e9ac4d1eaf3dd53dc00b63ff33c09f199a63..1946902b575409c1bfa68690361a6f280b63cd2d 100644 (file)
@@ -1,3 +1,18 @@
+roundcube (0.1-3) unstable; urgency=low
+
+  * Fix problem with too old php-mail-mime package (Closes: #469814)
+
+ -- Vincent Bernat <bernat@luffy.cx>  Fri, 07 Mar 2008 11:06:49 +0100
+
+roundcube (0.1-2) unstable; urgency=low
+
+  * Ship bin/ directory as well. This fix conversion from HTML to text in
+    composition.
+  * Disable spellchecker for tinymce since it is not shipped with Debian
+    package of tinymce.
+
+ -- Vincent Bernat <bernat@luffy.cx>  Fri, 07 Mar 2008 09:42:39 +0100
+
 roundcube (0.1-1) unstable; urgency=low
 
   * New upstream release (Closes: #469487).
index 02a9d8bea46cf6ed48b964a25c268a1e6a524eb8..fa128c693e044ad7357521ca5f2e6e0b49f71469 100644 (file)
@@ -6,6 +6,7 @@ Uploaders: Vincent Bernat <bernat@luffy.cx>, Romain Beauxis <toots@rastageeks.or
 Build-Depends: debhelper (>= 5), quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27), po-debconf
 Homepage: http://www.roundcube.net/
 Standards-Version: 3.7.3
+DM-Upload-Allowed: yes
 Vcs-Svn: svn://svn.debian.org/svn/pkg-roundcube/roundcube
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-roundcube/roundcube
 
diff --git a/debian/patches/disable-tinymce-spellchecker.patch b/debian/patches/disable-tinymce-spellchecker.patch
new file mode 100644 (file)
index 0000000..ac5a158
--- /dev/null
@@ -0,0 +1,11 @@
+--- roundcube-0.1/program/js/editor.js~        2008-02-13 04:31:05.000000000 +0100
++++ roundcube-0.1/program/js/editor.js 2008-03-07 09:53:39.000000000 +0100
+@@ -21,7 +21,7 @@
+                  accessibility_focus : false,
+                  apply_source_formatting : true,
+                  theme : 'advanced',
+-                 plugins : 'emotions,media,nonbreaking,table,searchreplace,spellchecker,visualchars',
++                 plugins : 'emotions,media,nonbreaking,table,searchreplace,visualchars',
+                  theme_advanced_buttons1 : 'bold,italic,underline,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,outdent,indent,separator,emotions,charmap,code,forecolor,backcolor,fontselect,fontsizeselect, separator,undo,redo,image,media',
+                  theme_advanced_buttons2 : '',
+                  theme_advanced_buttons3 : '',
diff --git a/debian/patches/fix-too-old-php-mail-mime.patch b/debian/patches/fix-too-old-php-mail-mime.patch
new file mode 100644 (file)
index 0000000..d1af6b6
--- /dev/null
@@ -0,0 +1,15 @@
+--- 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 @@
+   
+   // append message to sent box
+   if ($store_folder)
+-    $saved = $IMAP->save_message($CONFIG[$store_target], $MAIL_MIME->getMessage());
++    {
++    $header_str = $MAIL_MIME->txtHeaders($headers);
++    $msg_body = $header_str."\r\n".$MAIL_MIME->get($message_param);
++    $saved = $IMAP->save_message($CONFIG[$store_target], $msg_body);
++    }
+   // raise error if saving failed
+   if (!$saved)
index b5789c7c92ca32cb79affe7d7791ee1e395fccf2..e679d9a3883a23becbd323b015b77479e4662199 100644 (file)
@@ -3,3 +3,5 @@ correct_install_path.patch
 use_packaged_tinymce.patch
 use-db-backend.patch
 correct-magic-path.patch
+disable-tinymce-spellchecker.patch
+fix-too-old-php-mail-mime.patch
index ec5294ba8f16d68acdfee01f48394ba9a93c2cda..20edc781f965f82c18e870fdb0304edd1c878766 100644 (file)
@@ -5,4 +5,7 @@ To use tinymce editor:
  - set $rcmail_config['enable_htmleditor'] to TRUE in
    /etc/roundcube/main.inc.php
 
- -- Vincent Bernat <bernat@luffy.cx>, Mon, 29 Oct 2007 21:39:09 +0100
+The spellchecker is disabled since it is not present in tinymce Debian
+package.
+
+ -- Vincent Bernat <bernat@luffy.cx>, Fri,  7 Mar 2008 09:54:52 +0100
index e025be8c04ed0c91cd1616ee86546671eaad4e28..4c1269b4edb3698871ce9de2778be2932b23dcc6 100644 (file)
@@ -1,3 +1,3 @@
-index.php program/ usr/share/roundcube
+index.php program/ bin/ usr/share/roundcube
 skins temp var/lib/roundcube
 debian/conf/* etc/roundcube
index e60c4ade9445553bba3943c22082ee477eeb8cf3..54ba07cabd8b2fd1ac2391165f3c31bd5d6b3ed8 100755 (executable)
@@ -30,6 +30,7 @@ binary-install/roundcube-core::
        find $(CURDIR)/debian/roundcube-core/usr/share/roundcube/program/localization -type f -print0 | xargs -0 chmod -x
        # Remove useless file
        rm $(CURDIR)/debian/roundcube-core/usr/share/roundcube/program/lib/magic
+       rm $(CURDIR)/debian/roundcube-core/usr/share/roundcube/bin/msgimport
        # Remove files shipped in tinymce package
        rm -rf $(CURDIR)/debian/roundcube-core/usr/share/roundcube/program/js/tiny_mce
        dh_link -proundcube-core usr/share/tinymce/www usr/share/roundcube/program/js/tiny_mce