[magics] 15/63: refresh numpy patch

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Mar 24 10:41:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository magics.

commit 9127c68009668a35e0dbdbe905d4a9f3c0977f0b
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Jun 14 10:49:49 2016 +0100

    refresh numpy patch
---
 debian/patches/numpy-fixes.patch | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/patches/numpy-fixes.patch b/debian/patches/numpy-fixes.patch
index 32982ac..a6cc58e 100644
--- a/debian/patches/numpy-fixes.patch
+++ b/debian/patches/numpy-fixes.patch
@@ -6,7 +6,7 @@ Forwarded: no
 
 Index: magics++-2.28.0/python/Magics/numpy.i
 ===================================================================
---- magics++-2.28.0/python/Magics/numpy.i
+--- magics++-2.28.0.orig/python/Magics/numpy.i
 +++ magics++-2.28.0/python/Magics/numpy.i
 @@ -1,11 +1,46 @@
  /* -*- C -*-  (not really, but good for syntax highlighting) */
@@ -184,7 +184,8 @@ Index: magics++-2.28.0/python/Magics/numpy.i
      if (PyInstance_Check(py_obj)) return "instance"    ;
 +%#endif
  
-     return "unknown type";
+-    return "unkown type";
++    return "unknown type";
    }
  
    /* Given a NumPy typecode, return a string describing the type.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/magics.git



More information about the debian-science-commits mailing list