]> git.donarmstrong.com Git - roundcube.git/commitdiff
Imported Debian patch 0.3-2
authorVincent Bernat <bernat@debian.org>
Sun, 27 Sep 2009 09:26:56 +0000 (11:26 +0200)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 18:24:58 +0000 (20:24 +0200)
debian/changelog
debian/patches/loginbox-size.patch [new file with mode: 0644]
debian/patches/series
debian/roundcube-core.postinst

index 51699f90bba8a28fea573cbdeaceafc035fb201e..a77c67fb20ceed0315e2c4e0ff1c6dc00b8fc434 100644 (file)
@@ -1,3 +1,11 @@
+roundcube (0.3-2) unstable; urgency=low
+
+  * Really fix #544579 since the default value is null without
+    quotes. This really Closes: #544579.
+  * Enlarge login box to accommodate sk_SK locale. Closes: #542933.
+
+ -- Vincent Bernat <bernat@debian.org>  Sun, 27 Sep 2009 11:26:56 +0200
+
 roundcube (0.3-1) unstable; urgency=low
 
   * New upstream release. Closes: #545498.
diff --git a/debian/patches/loginbox-size.patch b/debian/patches/loginbox-size.patch
new file mode 100644 (file)
index 0000000..7e04ce5
--- /dev/null
@@ -0,0 +1,13 @@
+Fix size of login box to accommodate sk_SK locale
+
+--- r/skins/default/common.css~        2009-09-04 12:42:24.000000000 +0200
++++ r/skins/default/common.css 2009-09-27 11:27:25.000000000 +0200
+@@ -494,7 +494,7 @@
+   margin-left: auto;
+   margin-right: auto;
+   margin-top: 50px;
+-  width: 400px;
++  width: 420px;
+   border: 1px solid #999;
+ }
index f899621d7371c49fada0db4acbc1948fdddda27c..055d9040eda23d0ce0889c68975d5f518b2acb63 100644 (file)
@@ -3,3 +3,4 @@ correct_install_path.patch
 use_packaged_tinymce.patch
 correct-magic-path.patch
 use_pspell.patch
+loginbox-size.patch
index b41830dda73d51a0745cbc04013ae682217bfc96..07e961f70b6b4409b6cbfef8880eb6c739ea08ca 100644 (file)
@@ -71,7 +71,7 @@ case "$1" in
        cat /usr/share/roundcube/main.inc.php.dist | \
            sed -e "s+^\(\$rcmail_config\['default_host'\] = \)''\(;\)\$+\1${hosts}\2+" \
                -e "s+^\(\$rcmail_config\['des_key'\] = '\).*\(';\)\$+\1$deskey\2+" \
-               -e "s+^\(\$rcmail_config\['language'\] = '\).*\(';\)\$+\1${language}\2+" >> $CONFFILE.ucftmp
+               -e "s+^\(\$rcmail_config\['language'\] = \).*\(;\)\$+\1'${language}'\2+" >> $CONFFILE.ucftmp
 
        ucf --debconf-ok $CONFFILE.ucftmp $CONFFILE
        chown root:www-data $CONFFILE