[Pkg-cli-apps-commits] [SCM] ikvm branch, master, updated. debian/7.0.4335.0+ds-1
Jo Shields
directhex at apebox.org
Tue Feb 7 18:38:18 UTC 2012
The following commit has been merged in the master branch:
commit b68c6b37691bdc373479cdede38b00e366855d28
Author: Jo Shields <directhex at apebox.org>
Date: Tue Feb 7 01:43:25 2012 +0000
Build fails due to stray non-Unicode character in one file. Remove it.
diff --git a/debian/patches/series b/debian/patches/series
index f67fdd1..fddc597 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
01-use_system_SharpZipLib.patch
03-use_mono.snk_for_ikvm-key.patch
+unicode_on_windows_is_crap.patch
diff --git a/debian/patches/unicode_on_windows_is_crap.patch b/debian/patches/unicode_on_windows_is_crap.patch
new file mode 100644
index 0000000..21ee969
--- /dev/null
+++ b/debian/patches/unicode_on_windows_is_crap.patch
@@ -0,0 +1,13 @@
+Index: ikvm/ikvm-7.0.4335.0/openjdk/sun/print/Win32PrintService.java
+===================================================================
+--- ikvm.orig/ikvm-7.0.4335.0/openjdk/sun/print/Win32PrintService.java 2012-02-07 01:42:49.088789615 +0000
++++ ikvm/ikvm-7.0.4335.0/openjdk/sun/print/Win32PrintService.java 2012-02-07 01:43:02.260867316 +0000
+@@ -119,7 +119,7 @@
+ Chromaticity.class
+ };
+
+- // conversion from 1/100 Inch (.NET) to µm (Java)
++ // conversion from 1/100 Inch (.NET) to m (Java)
+ private static final int INCH100_TO_MYM = 254;
+ private static final int MATCH_DIFF = 500; // 0.5 mm
+
--
ikvm
More information about the Pkg-cli-apps-commits
mailing list