[Pkg-electronics-commits] [SCM] Packaging for Pcb branch, master, updated. debian/20100929-2-21-g2087bcf

أحمد المحمو =?UTF-8?Q?=D8=AF=D9=8A=20?=(Ahmed El-Mahmoudy) aelmahmoudy at sabily.org
Wed Sep 21 11:24:51 UTC 2011


The following commit has been merged in the master branch:
commit 4254ae4d0653302aca4b7eba5341277bd7f3e9d5
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Date:   Wed Sep 21 12:20:15 2011 +0200

    Added pcbtest_paths.diff patch to fix path for lib/pcblib-newlib

diff --git a/debian/patches/pcbtest_paths.diff b/debian/patches/pcbtest_paths.diff
new file mode 100644
index 0000000..4bc461d
--- /dev/null
+++ b/debian/patches/pcbtest_paths.diff
@@ -0,0 +1,15 @@
+Description: lib/pcblib-newlib is in TOPSRCDIR not in TOP_BUILDDIR
+Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
+Bug: https://bugs.launchpad.net/pcb/+bug/855405
+Forwarded: https://bugs.launchpad.net/pcb/+bug/855405/+attachment/2435173/+files/pcbtest_paths.diff
+--- a/src/pcbtest.sh.in
++++ b/src/pcbtest.sh.in
+@@ -37,7 +37,7 @@
+ # Use  --g-fatal-warnings with the gtk HID to cause gtk-WARNING's to
+ # abort.
+ 
+-TEST_PATHS="--lib-path @TOP_BUILDDIR@/lib --lib-newlib @TOPSRCDIR@/newlib:@TOP_BUILDDIR@/lib/pcblib-newlib --element-path @TOP_BUILDDIR@/lib --font-path @TOPSRCDIR@/src"
++TEST_PATHS="--lib-path @TOP_BUILDDIR@/lib --lib-newlib @TOPSRCDIR@/newlib:@TOPSRCDIR@/lib/pcblib-newlib --element-path @TOP_BUILDDIR@/lib --font-path @TOPSRCDIR@/src"
+ TEST_CMDS="--lib-command-dir @TOP_BUILDDIR@/lib"
+ 
+ # note:  To do command line exporting, pcb requires the "-x <export_hid>" command to appear first.  For example
diff --git a/debian/patches/series b/debian/patches/series
index 4359695..c4441cd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 fix_typo.diff
 outdated_config.diff
 fix_pan_action.diff
+pcbtest_paths.diff

-- 
Packaging for Pcb



More information about the Pkg-electronics-commits mailing list