[SCM] cecilia/master: Adding patch to fix numpy import.

tiago at users.alioth.debian.org tiago at users.alioth.debian.org
Thu Mar 10 06:08:04 UTC 2016


The following commit has been merged in the master branch:
commit f984e2ec1b7727d60075b1af9cc1ce70ac8b5ed9
Author: Tiago Bortoletto Vaz <tiago at debian.org>
Date:   Thu Mar 10 01:03:44 2016 -0500

    Adding patch to fix numpy import.

diff --git a/debian/patches/fix-numpy.diff b/debian/patches/fix-numpy.diff
new file mode 100644
index 0000000..ff87ff9
--- /dev/null
+++ b/debian/patches/fix-numpy.diff
@@ -0,0 +1,11 @@
+--- a/Resources/Grapher.py
++++ b/Resources/Grapher.py
+@@ -30,7 +30,7 @@
+ from pyo import reducePoints, distanceToSegment, linToCosCurve
+ 
+ try:
+-    import numpy.oldnumeric as _Numeric
++    import numpy as _Numeric
+ except:
+     try:
+         import numarray as _Numeric  #if numarray is used it is renamed Numeric
diff --git a/debian/patches/series b/debian/patches/series
index 7af1cf5..ba8d11f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 use-distutils.diff
+fix-numpy.diff

-- 
cecilia packaging



More information about the pkg-multimedia-commits mailing list