Package: funcparserlib Version: 0.3.5-1 Followup-For: Bug #646645 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu precise ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * Add test_numbers.diff updating expected output to match current upstream SVN changeset 788599d92a85. Fixes FTBFS. (Closes: #646645) Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers precise-updates APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 'precise-proposed'), (500, 'precise') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-14-generic (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
only in patch2: unchanged: --- funcparserlib-0.3.5.orig/debian/patches/series +++ funcparserlib-0.3.5/debian/patches/series @@ -0,0 +1 @@ +test_numbers.diff only in patch2: unchanged: --- funcparserlib-0.3.5.orig/debian/patches/test_numbers.diff +++ funcparserlib-0.3.5/debian/patches/test_numbers.diff @@ -0,0 +1,18 @@ +Index: funcparserlib-0.3.5/examples/json/test-numbers.out +=================================================================== +--- funcparserlib-0.3.5.orig/examples/json/test-numbers.out 2009-07-16 20:13:39.000000000 -0400 ++++ funcparserlib-0.3.5/examples/json/test-numbers.out 2012-01-14 23:00:19.000000000 -0500 +@@ -5,9 +5,9 @@ + -14, + 65536, + 0.0, +- 3.1400000000000001, +- -3.1400000000000001, ++ 3.14, ++ -3.14, + -123.456, +- 6.6742799999999995e-11, ++ 6.67428e-11, + -1.602176e-19, +- 6.6742799999999995e-11] ++ 6.67428e-11]