[SCM] python-pyo/master: New upstream release.

tiago at users.alioth.debian.org tiago at users.alioth.debian.org
Tue Dec 13 20:35:49 UTC 2016


The following commit has been merged in the master branch:
commit 36868db21e4dc5b3fad565f0f6aedd12c0cfc5b5
Author: Tiago Bortoletto Vaz <tiago at debian.org>
Date:   Tue Dec 13 13:33:25 2016 -0500

    New upstream release.

diff --git a/debian/changelog b/debian/changelog
index 1075c0f..03b30b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-pyo (0.8.1-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Tiago Bortoletto Vaz <tiago at debian.org>  Tue, 13 Dec 2016 13:18:31 -0500
+
 python-pyo (0.7.9-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/patches/ePyo_paths.patch b/debian/patches/ePyo_paths.patch
index 7572640..8cf6502 100644
--- a/debian/patches/ePyo_paths.patch
+++ b/debian/patches/ePyo_paths.patch
@@ -1,8 +1,6 @@
-Index: python-pyo/utils/E-Pyo.py
-===================================================================
---- python-pyo.orig/utils/E-Pyo.py
-+++ python-pyo/utils/E-Pyo.py
-@@ -226,7 +226,7 @@ if OSX_APP_BUNDLED:
+--- a/utils/E-Pyo.py
++++ b/utils/E-Pyo.py
+@@ -273,7 +273,7 @@
  elif WIN_APP_BUNDLED:
      EXAMPLE_PATH = os.path.join(os.getcwd(), "Resources", "examples")
  else:
@@ -11,7 +9,7 @@ Index: python-pyo/utils/E-Pyo.py
  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()
-@@ -243,7 +243,7 @@ if not os.path.isdir(SNIPPETS_PATH):
+@@ -290,7 +290,7 @@
                  for file in files:
                      shutil.copy(os.path.join(os.getcwd(), "Resources", "snippets", rep, file), os.path.join(SNIPPETS_PATH, rep))
              else:
@@ -20,7 +18,7 @@ Index: python-pyo/utils/E-Pyo.py
                  for file in files:
                      shutil.copy(os.path.join(os.getcwd(), "snippets", rep, file), os.path.join(SNIPPETS_PATH, rep))
  SNIPPETS_CATEGORIES = [rep for rep in os.listdir(SNIPPETS_PATH) if os.path.isdir(os.path.join(SNIPPETS_PATH, rep))]
-@@ -274,12 +274,12 @@ if not os.path.isdir(STYLES_PATH):
+@@ -321,12 +321,12 @@
          for file in files:
              shutil.copy(os.path.join(os.getcwd(), "Resources", "styles", file), os.path.join(STYLES_PATH, file))
      else:
@@ -33,10 +31,10 @@ Index: python-pyo/utils/E-Pyo.py
  if not os.path.isfile(os.path.join(STYLES_PATH, "Default")):
 -    shutil.copy(os.path.join(os.getcwd(), "styles", "Default"), DEFAULT_STYLE)
 +    shutil.copy(os.path.join("/usr/lib/python-pyo", "styles", "Default"), DEFAULT_STYLE)
- if PREFERENCES.has_key("pref_style"):
+ if "pref_style" in PREFERENCES:
      PREF_STYLE = os.path.join(ensureNFD(STYLES_PATH), PREFERENCES["pref_style"])
  else:
-@@ -293,7 +293,7 @@ if not os.path.isfile(MARKERS_FILE):
+@@ -340,7 +340,7 @@
      with open(MARKERS_FILE, "w") as f:
          f.write("=\n")
  
@@ -45,3 +43,10 @@ Index: python-pyo/utils/E-Pyo.py
  BACKGROUND_SERVER_ARGS = PREFERENCES.get("background_server_args", BACKGROUND_SERVER_DEFAULT_ARGS)
  
  ################## TEMPLATES ##################
+@@ -6248,4 +6248,4 @@
+                 pass
+ 
+     app = EPyoApp(redirect=False)
+-    app.MainLoop()
+\ No newline at end of file
++    app.MainLoop()

-- 
python-pyo packaging



More information about the pkg-multimedia-commits mailing list