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

tiago at users.alioth.debian.org tiago at users.alioth.debian.org
Tue Sep 3 00:08:39 UTC 2013


The following commit has been merged in the master branch:
commit aace2931ea097222472dbecbb4b399b5923733db
Author: Tiago Bortoletto Vaz <tiago at debian.org>
Date:   Mon Sep 2 20:05:13 2013 -0400

    Redoing patches.

diff --git a/debian/patches/01-fix_E-Pyo_path.diff b/debian/patches/01-fix_E-Pyo_path.diff
deleted file mode 100644
index c5fe956..0000000
--- a/debian/patches/01-fix_E-Pyo_path.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-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
deleted file mode 100644
index b60dae7..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01-fix_E-Pyo_path.diff

-- 
python-pyo packaging



More information about the pkg-multimedia-commits mailing list