r36654 - in /packages/openturns/trunk/debian: changelog patches/openturns-python26.diff patches/series
prudhomm at users.alioth.debian.org
prudhomm at users.alioth.debian.org
Sat Jun 19 05:25:47 UTC 2010
Author: prudhomm
Date: Sat Jun 19 05:25:44 2010
New Revision: 36654
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36654
Log:
added patch for python2.6 and fix ftbs
Added:
packages/openturns/trunk/debian/patches/openturns-python26.diff
Modified:
packages/openturns/trunk/debian/changelog
packages/openturns/trunk/debian/patches/series
Modified: packages/openturns/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk/debian/changelog?rev=36654&op=diff
==============================================================================
--- packages/openturns/trunk/debian/changelog (original)
+++ packages/openturns/trunk/debian/changelog Sat Jun 19 05:25:44 2010
@@ -1,3 +1,11 @@
+openturns (0.13.2-5) unstable; urgency=low
+
+ [Christophe Prud'homme]
+ * Bug fix: "FTBFS with Python 2.6: Could not link test program to
+ Python.", thanks to Jakub Wilk (Closes: #586351).
+
+ -- Christophe Prud'homme <prudhomm at debian.org> Sat, 19 Jun 2010 07:22:38 +0200
+
openturns (0.13.2-4) unstable; urgency=low
* Bug fix: "ftbfs with gcc-4.5", thanks to Matthias Klose (Closes:
Added: packages/openturns/trunk/debian/patches/openturns-python26.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk/debian/patches/openturns-python26.diff?rev=36654&op=file
==============================================================================
--- packages/openturns/trunk/debian/patches/openturns-python26.diff (added)
+++ packages/openturns/trunk/debian/patches/openturns-python26.diff Sat Jun 19 05:25:44 2010
@@ -1,0 +1,24 @@
+--- openturns-0.13.2.orig/python/configure
++++ openturns-0.13.2/python/configure
+@@ -18120,7 +18120,7 @@
+ if test -z "$PYTHON_EXTRA_LIBS"; then
+ PYTHON_EXTRA_LIBS=`$PYTHON -c "import distutils.sysconfig; \
+ conf = distutils.sysconfig.get_config_var; \
+- print conf('LOCALMODLIBS'), conf('LIBS')"`
++ print conf('LIBS')"`
+ fi
+ { $as_echo "$as_me:$LINENO: result: $PYTHON_EXTRA_LIBS" >&5
+ $as_echo "$PYTHON_EXTRA_LIBS" >&6; }
+only in patch2:
+unchanged:
+--- openturns-0.13.2.orig/python/m4/ac_python_devel.m4
++++ openturns-0.13.2/python/m4/ac_python_devel.m4
+@@ -196,7 +196,7 @@
+ if test -z "$PYTHON_EXTRA_LIBS"; then
+ PYTHON_EXTRA_LIBS=`$PYTHON -c "import distutils.sysconfig; \
+ conf = distutils.sysconfig.get_config_var; \
+- print conf('LOCALMODLIBS'), conf('LIBS')"`
++ print conf('LIBS')"`
+ fi
+ AC_MSG_RESULT([$PYTHON_EXTRA_LIBS])
+ AC_SUBST(PYTHON_EXTRA_LIBS)
Modified: packages/openturns/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk/debian/patches/series?rev=36654&op=diff
==============================================================================
--- packages/openturns/trunk/debian/patches/series (original)
+++ packages/openturns/trunk/debian/patches/series Sat Jun 19 05:25:44 2010
@@ -1,3 +1,4 @@
pkg.patch
openturns-sh4-support.patch
gcc45.patch
+openturns-python26.diff
More information about the debian-science-commits
mailing list