[Pkg-electronics-commits] [SCM] Packaging for Pcb branch, master, updated. debian/20110918-4-5-gdc75dc1

أحمد المحمو =?UTF-8?Q?=D8=AF=D9=8A=20?=(Ahmed El-Mahmoudy) aelmahmoudy at sabily.org
Wed May 9 01:36:19 UTC 2012


The following commit has been merged in the master branch:
commit 7c1042148fa1fb1e494bf985a1b509c254d18a8c
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Date:   Tue May 8 21:24:50 2012 +0200

    Added 0001-Fixed-command-line-batch-output-for-some-exporters.patch from
    upstream git to fix command line batch output for some exporters
    
    LP: #988503
    Thanks: Traumflug <mah at jump-ing.de>

diff --git a/debian/patches/0001-Fixed-command-line-batch-output-for-some-exporters.patch b/debian/patches/0001-Fixed-command-line-batch-output-for-some-exporters.patch
new file mode 100644
index 0000000..5a7beb5
--- /dev/null
+++ b/debian/patches/0001-Fixed-command-line-batch-output-for-some-exporters.patch
@@ -0,0 +1,17 @@
+Description: Fixed command line batch output for some exporters
+Author: Vladimir Zhbanov <vzhbanov at gmail.com>
+Origin: http://git.geda-project.org/pcb/commit/?id=63068cafd8da99b442c87aa084944faaacf81cfc
+Bug: https://bugs.launchpad.net/pcb/+bug/905968
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/pcb/+bug/988503
+
+--- a/src/main.c
++++ b/src/main.c
+@@ -1931,6 +1931,8 @@
+ 
+   if (gui->printer || gui->exporter)
+     {
++      // Workaround to fix batch output for non-C locales
++      setlocale(LC_NUMERIC,"C");
+       gui->do_export (0);
+       exit (0);
+     }
diff --git a/debian/patches/series b/debian/patches/series
index 7ad179f..97d93f9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ fix_pan_action.diff
 pcbtest_paths.diff
 default_GtkFileChooser_cwd.diff
 disable_hid_png3_test.diff
+0001-Fixed-command-line-batch-output-for-some-exporters.patch

-- 
Packaging for Pcb



More information about the Pkg-electronics-commits mailing list