[SCM] Small boost::python wrapper of parts of the Eigen library. branch, master, updated. debian/0.3_dfsg_bzr25-1-8-g349b4b5

Anton Gladky gladky.anton at gmail.com
Wed May 8 19:38:22 UTC 2013


The following commit has been merged in the master branch:
commit 497377a199069aa69fb43e3de067408572efb534
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Wed May 8 21:27:37 2013 +0200

    Refresh patches. Remove ones, applied by upstream.

diff --git a/debian/patches/fix_doc-generation_on_non-linux_archs.patch b/debian/patches/fix_doc-generation_on_non-linux_archs.patch
deleted file mode 100644
index d9d8332..0000000
--- a/debian/patches/fix_doc-generation_on_non-linux_archs.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Fix doc-generation on non-linux archs
-Author: Anton Gladky <gladk at debian.org>
-Last-Update: 2013-04-07
-
---- minieigen-0.3~dfsg~bzr25.orig/doc/source/conf.py
-+++ minieigen-0.3~dfsg~bzr25/doc/source/conf.py
-@@ -19,7 +19,7 @@ import sys, os, re, glob
- # documentation root, use os.path.abspath to make it absolute, like shown here.
- 
- #sys.path.insert(0, os.path.abspath('../../src'))
--sys.path.insert(0,glob.glob(os.path.abspath('../../build/lib.linux-*'))[0])
-+sys.path.insert(0,glob.glob(os.path.abspath('../../build/lib.*'))[0])
- print sys.path
- 
- 
diff --git a/debian/patches/remove_embedded_library.patch b/debian/patches/remove_embedded_library.patch
index 5b8917f..ff2f474 100644
--- a/debian/patches/remove_embedded_library.patch
+++ b/debian/patches/remove_embedded_library.patch
@@ -1,6 +1,6 @@
 Description: Use packaged version of double-conversion
 Author: Anton Gladky <gladk at debian.org>
-Last-Update: 2013-01-26
+Last-Update: 2013-05-08
 
 --- a/setup.py
 +++ b/setup.py
@@ -15,7 +15,7 @@ Last-Update: 2013-01-26
 +	include_dirs=['/usr/include/eigen3','minieigen','/usr/include/python2.7/']
  
  setup(name='minieigen',
- 	version='0.3-5',
+ 	version='0.3-7a',
 @@ -37,14 +37,6 @@
  	],
  	ext_modules=[Extension('minieigen',
diff --git a/debian/patches/series b/debian/patches/series
index 43718dc..377c40e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 remove_embedded_library.patch
-fix_doc-generation_on_non-linux_archs.patch

-- 
Small boost::python wrapper of parts of the Eigen library.



More information about the debian-science-commits mailing list