Package: openturns
Version: 0.13.1-1
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu karmic ubuntu-patch

Hi,

This package FTBFS with python2.6, because it's referencing python2.5 and i
site-packages in some install file. The fix can be applied with python2.5, and
makes the package ready for python2.6.

Thanks,
Fabrice

*** /tmp/tmpPDaKu0
In Ubuntu, we've applied the attached patch to achieve the following:

   * debian/python-openturns.install: update to use python* and *-packages.
     This fix a FTBFS with python2.6.  (LP: #350437)

We thought you might be interested in doing the same. 


-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic-updates
  APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'karmic')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28-15-generic (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
diff -u openturns-0.13.1/debian/python-openturns.install openturns-0.13.1/debian/python-openturns.install
--- openturns-0.13.1/debian/python-openturns.install
+++ openturns-0.13.1/debian/python-openturns.install
@@ -1,5 +1,4 @@
-debian/tmp/usr/lib/python2.5/site-packages/openturns.pth usr/lib/python2.5/site-packages/openturns
-debian/tmp/usr/lib/python2.5/site-packages/openturns/*.py usr/lib/python2.5/site-packages/openturns
-debian/tmp/usr/lib/python2.5/site-packages/openturns/_* usr/lib/python2.5/site-packages/openturns
-debian/tmp/usr/lib/python2.5/site-packages/openturns/openturns_preload* usr/lib/python2.5/site-packages/openturns
-
+debian/tmp/usr/lib/python*/*-packages/openturns.pth
+debian/tmp/usr/lib/python*/*-packages/openturns/*.py
+debian/tmp/usr/lib/python*/*-packages/openturns/_*
+debian/tmp/usr/lib/python*/*-packages/openturns/openturns_preload* 

Reply via email to