[SCM] python-pyo/master: Adding patches.

tiago at users.alioth.debian.org tiago at users.alioth.debian.org
Mon Sep 2 23:25:29 UTC 2013


The following commit has been merged in the master branch:
commit 5a6f1548ecef1b604773ae73d69f10f7f486485c
Author: Tiago Bortoletto Vaz <tiago at debian.org>
Date:   Mon Sep 2 19:25:07 2013 -0400

    Adding patches.

diff --git a/debian/patches/01-fix_E-Pyo_path.diff b/debian/patches/01-fix_E-Pyo_path.diff
new file mode 100644
index 0000000..c5fe956
--- /dev/null
+++ b/debian/patches/01-fix_E-Pyo_path.diff
@@ -0,0 +1,13 @@
+Index: python-pyo/utils/E-Pyo.py
+===================================================================
+--- python-pyo.orig/utils/E-Pyo.py	2013-09-02 17:24:34.605347171 -0400
++++ python-pyo/utils/E-Pyo.py	2013-09-02 19:19:01.145345624 -0400
+@@ -146,7 +146,7 @@
+ elif WIN_APP_BUNDLED:
+     EXAMPLE_PATH = os.path.join(os.getcwd(), "Resources", "examples")
+ else:
+-    EXAMPLE_PATH = os.path.join(os.getcwd(), "../examples")
++    EXAMPLE_PATH = "/usr/share/doc/python-pyo/examples" 
+ EXAMPLE_FOLDERS = [folder.capitalize() for folder in os.listdir(EXAMPLE_PATH) if folder[0] != "." and folder not in ["snds", "fft"]]
+ EXAMPLE_FOLDERS.append("FFT")
+ EXAMPLE_FOLDERS.sort()
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b60dae7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-fix_E-Pyo_path.diff

-- 
python-pyo packaging



More information about the pkg-multimedia-commits mailing list