Bug#721820: jxplorer: LdifExport DN: in uppercase

2013-09-04 Thread Maksim Kuleshov
Package: jxplorer
Version: 3.3.2+dfsg-1
Severity: normal

Exported LDIF not compliance with rfc2849.

Signed-off-by: Maksim Kuleshov m...@mail.ru
---
 src/com/ca/commons/naming/LdifUtility.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/com/ca/commons/naming/LdifUtility.java
b/src/com/ca/commons/naming/LdifUtility.java
index b11474b..1007fbe 100644
--- a/src/com/ca/commons/naming/LdifUtility.java
+++ b/src/com/ca/commons/naming/LdifUtility.java
@@ -414,7 +414,7 @@ public class LdifUtility
 return ;
 }

-ldifData.append(DN + ldifEncode(DN, 2) + \n);
+ldifData.append(dn + ldifEncode(DN, 2) + \n);

 NamingEnumeration ocs = oc.getAll();
 String ID = oc.getID();
@@ -865,4 +865,4 @@ public class LdifUtility
 }
 return value;
 }
-}
\ No newline at end of file
+}
--



-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages jxplorer depends on:
ii  ca-certificates-java   20130815
ii  default-jre [java6-runtime]1:1.7-49
ii  java-wrappers  0.1.26
ii  javahelp2  2.0.05.ds1-6
ii  junit  3.8.2-8
ii  openjdk-6-jre [java6-runtime]  6b27-1.12.5-2
ii  openjdk-7-jre [java6-runtime]  7u25-2.3.12-4

jxplorer recommends no packages.

jxplorer suggests no packages.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#691916: bug patched

2012-11-20 Thread Maksim Kuleshov
test script:
#! /usr/bin/python
import matplotlib.pyplot as pp; pp.loglog([1,2]); pp.show()

test script:
#! /bin/sh
grep ItalicAngle /usr/share/fonts/X11/Type1/*.afm | grep ,

patch:
--- matplotlib-1.1.1~rc2.orig/lib/matplotlib/afm.py
+++ matplotlib-1.1.1~rc2/lib/matplotlib/afm.py
@@ -48,7 +48,7 @@ from _mathtext_data import uni2type1
 def _to_int(x):
 return int(float(x))
 
-_to_float = float
+_to_float = lambda x: float(x.replace(',','.'))
 _to_str =  str
 
 def _to_list_of_ints(s):


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org