]> git.donarmstrong.com Git - roundcube.git/commitdiff
Imported Debian patch 0.1.1-4
authorVincent Bernat <bernat@debian.org>
Tue, 20 May 2008 18:51:52 +0000 (20:51 +0200)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 17:28:00 +0000 (19:28 +0200)
debian/changelog
debian/conf/apache.conf
debian/conf/lighttpd.conf
debian/control
debian/control.in
debian/copyright
debian/po/sk.po [new file with mode: 0644]
debian/roundcube-core.README.Debian

index c2f5c1455e9c60233b5d3d4f63f200aca7b77c0f..e2eb11a153e4027a6202c7ad08734f6669bf4032 100644 (file)
@@ -1,3 +1,15 @@
+roundcube (0.1.1-4) unstable; urgency=low
+
+  * Add Slovak debconf translation, thanks to Ivan Masár (Closes: #481376)
+  * Fix debian/copyright:
+     + RoundCube is GPL-2 licensed, not GPL-2+
+     + Add an explanation on the BSD license present at the top of
+       index.php (Closes: #477119)
+  * We do not support tinymce 3, yet. Depends on tinymce2 | tinymce (<<
+    3). Closes: #481145, #483053, #482295
+
+ -- Vincent Bernat <bernat@debian.org>  Tue, 20 May 2008 20:51:52 +0200
+
 roundcube (0.1.1-3) unstable; urgency=low
 
   * Fix an error introduced when fixing bug #476803. Thanks to Micah
index 79e3d41b7df6e336d2960ac9d202a5aa29c90f2e..0ab1eb3175398d5e7e5936a9f87118fa5690d71c 100644 (file)
@@ -1,10 +1,10 @@
 # Those aliases do not work properly with several hosts on your apache server
 # Uncomment them to use it or adapt them to your configuration
-#    Alias /roundcube/program/js/tiny_mce/ /usr/share/tinymce/www/
+#    Alias /roundcube/program/js/tiny_mce/ /usr/share/tinymce2/www/
 #    Alias /roundcube /var/lib/roundcube
 
-# Access to tinymce files
-<Directory "/usr/share/tinymce/www/">
+# Access to tinymce2 files
+<Directory "/usr/share/tinymce2/www/">
       Options Indexes MultiViews FollowSymLinks
       AllowOverride None
       Order allow,deny
index d64b232cbb040e3155aa2375aae3f6f94a67efb9..11e8d509ab52e3e4ae67e03303edf95ce720f7a1 100644 (file)
@@ -5,7 +5,7 @@
 alias.url += (
      "/roundcube" => "/var/lib/roundcube",
      # The following line allow to use tinymce. Look at README.Debian
-     "/roundcube/program/js/tiny_mce" => "/usr/share/tinymce/www"
+     "/roundcube/program/js/tiny_mce" => "/usr/share/tinymce2/www"
 )
 
 $HTTP["url"] =~ "^/roundcube" {
index 41c988827a02ea55ebd9b270899cfd95eb61b27f..954b66e5ee1203d172c338207e3fbdee2e0d7450 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, ${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, tinymce2 | tinymce (<< 3), ${misc:Depends}, libmagic1
 Replaces: roundcube
 Conflicts: roundcube (<< 0.1~rc2-2)
 Description: skinnable AJAX based webmail solution for IMAP servers
index a6dae44ad1911eb1785f5904eb9975a9ec95f52c..39a92cb70a2bd51efe18cc835e006bedf55337a0 100644 (file)
@@ -2,16 +2,16 @@ Source: roundcube
 Section: web
 Priority: extra
 Maintainer: Debian Roundcube Maintainers <pkg-roundcube-maintainers@lists.alioth.debian.org>
-Uploaders: Vincent Bernat <bernat@luffy.cx>, Romain Beauxis <toots@rastageeks.org>
+Uploaders: Vincent Bernat <bernat@debian.org>, Romain Beauxis <toots@rastageeks.org>
 Build-Depends: @cdbs@, po-debconf
 Homepage: http://www.roundcube.net/
 Standards-Version: 3.7.3
-Vcs-Svn: svn://svn.debian.org/pkg-roundcube/roundcube
+Vcs-Svn: svn://svn.debian.org/svn/pkg-roundcube/roundcube
 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 (<< 3), ${misc:Depends}, libmagic1
 Replaces: roundcube
 Conflicts: roundcube (<< 0.1~rc2-2)
 Description: skinnable AJAX based webmail solution for IMAP servers
index 82c322eb9750f301b441bed0a995b728b9a88096..48995a560c0e5fb6381295d5b2e61570eb22b9ca 100644 (file)
@@ -7,9 +7,14 @@ Copyright: 2005-2006, RoundCube Dev. - Switzerland
 
 License: GPL
 
-RoundCube may be redistributed under the terms of the GNU GPL,
-Version 2 or later, found on Debian systems in the file 
-/usr/share/common-licenses/GPL
+RoundCube may be redistributed under the terms of the GNU GPL, Version
+2, found on Debian systems in the file /usr/share/common-licenses/GPL
+
+The file index.php incorrectly states that it is BSD licensed. This
+was a mistake and this was changed in SVN:
+ http://trac.roundcube.net/browser/trunk/roundcubemail/index.php
+More info here:
+ http://lists.roundcube.net/mail-archive/dev/2008-05/0000015.html
 
 Some files are taken from other projects :
  - googiespell from amix@amix.dk, MIT license
diff --git a/debian/po/sk.po b/debian/po/sk.po
new file mode 100644 (file)
index 0000000..9d09b4a
--- /dev/null
@@ -0,0 +1,107 @@
+# Slovak translation of roundcube debconf template
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the roundcube package.
+# Ivan Masár <helix84@centrum.sk>, 2008.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: roundcube@packages.debian.org\n"
+"POT-Creation-Date: 2008-03-05 22:12+0100\n"
+"PO-Revision-Date: 2008-05-15 17:59+0100\n"
+"Last-Translator: Ivan Masár <helix84@centrum.sk>\n"
+"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: multiselect
+#. Choices
+#: ../templates:2001
+msgid "apache2"
+msgstr "apache2"
+
+#. Type: multiselect
+#. Choices
+#: ../templates:2001
+msgid "lighttpd"
+msgstr "lighttpd"
+
+#. Type: multiselect
+#. Description
+#: ../templates:2002
+msgid "Web server(s) to configure automatically:"
+msgstr "Nastaviť automaticky nasledovné webové servery:"
+
+#. Type: multiselect
+#. Description
+#: ../templates:2002
+msgid "RoundCube supports any web server supported by PHP, however only Apache 2 and lighttpd can be configured automatically."
+msgstr "RoundCube podporuje akýkoľvek webový server, ktorý podporuje PHP, avšak iba  Apache 2 a lighttpd je možné nastaviť automaticky."
+
+#. Type: multiselect
+#. Description
+#: ../templates:2002
+msgid "Please select the web server(s) that should be configured automatically for RoundCube."
+msgstr "Prosím, vyberte, ktoré webové servery sa majú nastaviť automaticky pre RoundCube."
+
+#. Type: boolean
+#. Description
+#: ../templates:3001
+msgid "Should the webserver(s) be restarted now?"
+msgstr "Majú sa webové servery teraz reštartovať?"
+
+#. Type: boolean
+#. Description
+#: ../templates:3001
+msgid "In order to activate the new configuration, the reconfigured web server(s) have to be restarted."
+msgstr "Aby sa aktivovala nové konfigurácia, nastavené webové servery je potrebné reštartovať."
+
+#. Type: string
+#. Description
+#: ../templates:4001
+msgid "IMAP server(s) used with RoundCube:"
+msgstr "IMAP servery na použitie s RoundCube:"
+
+#. Type: string
+#. Description
+#: ../templates:4001
+msgid "Please select the IMAP server that should be used with RoundCube."
+msgstr "Prosím, vyberte, ktorý IMAP server sa má použiť s RoundCube."
+
+#. Type: string
+#. Description
+#: ../templates:4001
+msgid "If this is left blank, a text box will be displayed at login. Entering a space-separated list of hosts will display a pull-down menu. Entering a single host will enforce using this host."
+msgstr "Ak toto pole necháte prázdne, pri prihlásení sa zobrazí textové pole. Ak zadáte zoznam strojov oddelených čiarkami, zobrazí sa roletová ponuka. Ak zadáte jeden stroj, vynúti sa použitie tohto stroja."
+
+#. Type: string
+#. Description
+#: ../templates:4001
+msgid "To use SSL connections, please enter host names as 'ssl://hostname:993'."
+msgstr "Aby ste mohli používať SSL spojenia, zadajte prosím názvy strojov v tvare 'ssl://nazovstroja:993'."
+
+#. Type: select
+#. Description
+#: ../templates:5001
+msgid "Default language:"
+msgstr "Štandardný jazyk:"
+
+#. Type: select
+#. Description
+#: ../templates:5001
+msgid "Please choose the default language for RoundCube."
+msgstr "Prosím, vyberte štandardný jazyk rozhrania RoundCube."
+
+#. Type: select
+#. Description
+#: ../templates:5001
+msgid "This choice can be overridden by individual users in their preferences."
+msgstr "Nastavenia jednotlivých používateľov majú prednosť pre touto voľbou."
+
+#. Type: select
+#. Description
+#: ../templates:5001
+msgid "However, the default language will be used for the login screen and the first connection of users."
+msgstr "Avšak štandardný jazyk sa použije na prihlasovacej obrazovke a pri prvom prihlásení používateľa."
+
index 20edc781f965f82c18e870fdb0304edd1c878766..f7735fd733d514a7810e07a2900883984db03d27 100644 (file)
@@ -5,7 +5,12 @@ To use tinymce editor:
  - set $rcmail_config['enable_htmleditor'] to TRUE in
    /etc/roundcube/main.inc.php
 
+RoundCube needs tinymce 2. On recent Debian systems, this package is
+provided by tinymce2 package. If you use tinymce package from etch,
+you will need to check Apache or lighttpd configuration to adapt
+paths.
+
 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
+ -- Vincent Bernat <bernat@debian.org>, Tue, 20 May 2008 20:51:28 +0200