[med-svn] [ball] 01/03: new patch backport: fix Python bindings fox Box

Danny Edel dannyedel-guest at moszumanska.debian.org
Tue May 10 20:37:31 UTC 2016


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

dannyedel-guest pushed a commit to branch master
in repository ball.

commit e6cf81d2a7565c9a141b68e382b025e48b5c4271
Author: Danny Edel <mail at danny-edel.de>
Date:   Tue May 10 20:31:53 2016 +0200

    new patch backport: fix Python bindings fox Box
    
    Taken from upstream git repository at
    https://github.com/BALL-project/ball
    
    Upstream commit 38a955ad9588817073a330c79d4b4476afcf69d5
---
 debian/patches/fix-Python-bindings-for-Box.patch | 22 ++++++++++++++++++++++
 debian/patches/series                            |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/fix-Python-bindings-for-Box.patch b/debian/patches/fix-Python-bindings-for-Box.patch
new file mode 100644
index 0000000..a13ea2f
--- /dev/null
+++ b/debian/patches/fix-Python-bindings-for-Box.patch
@@ -0,0 +1,22 @@
+From 38a955ad9588817073a330c79d4b4476afcf69d5 Mon Sep 17 00:00:00 2001
+From: Daniel Stoeckel <dstoeckel at bioinf.uni-sb.de>
+Date: Thu, 14 Apr 2016 19:30:04 +0200
+Subject: [PATCH] Fix Python bindings for Box
+
+---
+ source/PYTHON/EXTENSIONS/VIEW/box.sip | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/source/PYTHON/EXTENSIONS/VIEW/box.sip b/source/PYTHON/EXTENSIONS/VIEW/box.sip
+index 341b1a4..592765e 100644
+--- a/source/PYTHON/EXTENSIONS/VIEW/box.sip
++++ b/source/PYTHON/EXTENSIONS/VIEW/box.sip
+@@ -6,7 +6,7 @@
+ 
+ class Box
+ 	: GeometricObject,
+-		Vertex2
++	  Box3
+ {
+ %TypeHeaderCode
+ 	#include <BALL/VIEW/PRIMITIVES/box.h>
diff --git a/debian/patches/series b/debian/patches/series
index 0a5cff1..430bf7c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@ fix-PoseClustering_Test.patch
 adjust-PoseClustering_Test-boost-1.58.patch
 disable-assign-positions-from-template.patch
 fix-FingerprintSimilarityClustering.patch
+fix-Python-bindings-for-Box.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ball.git



More information about the debian-med-commit mailing list