[adios] 12/18: Insure vars are not tuples

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Oct 28 11:18:26 UTC 2016


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

mckinstry pushed a commit to tag debian/1.10.1-1
in repository adios.

commit 633e5c4fa491b4e8b07d839f4b18945eef81fb5a
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Fri Oct 21 19:40:22 2016 +0100

    Insure vars are not tuples
---
 debian/patches/python_wrapper.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/patches/python_wrapper.patch b/debian/patches/python_wrapper.patch
index e7caa6e..da67a93 100644
--- a/debian/patches/python_wrapper.patch
+++ b/debian/patches/python_wrapper.patch
@@ -1,6 +1,6 @@
 Author: Alastair McKinstry <mckinstry at debian.org>
 Description: Use adios_config in place during build and install
-Last-Updated: 2015-05-20
+Last-Updated: 2016-10-21
 Forwarded: not-needed
 
 Index: adios-1.10.1/Makefile.am
@@ -26,8 +26,8 @@ Index: adios-1.10.1/wrappers/numpy/setup_mpi.py
  # Default option values
 -include_dirs = [np.get_include(), '../../src/public'],
 -library_dirs = []
-+include_dirs = ['../../src/public'],
-+library_dirs = ['../../debian/tmp/usr/lib'],
++include_dirs = ['../../src/public']
++library_dirs = ['../../debian/tmp/usr/lib']
  extra_compile_args = []
  extra_link_args = []
  

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



More information about the debian-science-commits mailing list