r37178 - in /packages/openturns/trunk/debian: changelog control patches/pth.diff patches/series

prudhomm at users.alioth.debian.org prudhomm at users.alioth.debian.org
Tue Dec 28 07:14:11 UTC 2010


Author: prudhomm
Date: Tue Dec 28 07:14:00 2010
New Revision: 37178

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=37178
Log:
fixes 2 bugs

Added:
    packages/openturns/trunk/debian/patches/pth.diff
Modified:
    packages/openturns/trunk/debian/changelog
    packages/openturns/trunk/debian/control
    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=37178&op=diff
==============================================================================
--- packages/openturns/trunk/debian/changelog (original)
+++ packages/openturns/trunk/debian/changelog Tue Dec 28 07:14:00 2010
@@ -1,3 +1,13 @@
+openturns (0.13.2-7) unstable; urgency=low
+
+  [Christophe Prud'homme]
+  * Bug fix: "creates a mess in sys.path by adding its own namespace",
+    thanks to Bernd Zeimetz (Closes: #606870).
+  * Bug fix: "Preparations for the removal of the KDE3 and Qt3 libraries",
+    thanks to Eckhart Wörner (Closes: #604605).
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Tue, 28 Dec 2010 08:14:21 +0100
+
 openturns (0.13.2-6) unstable; urgency=low
 
   [Christophe Prud'homme]

Modified: packages/openturns/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk/debian/control?rev=37178&op=diff
==============================================================================
--- packages/openturns/trunk/debian/control (original)
+++ packages/openturns/trunk/debian/control Tue Dec 28 07:14:00 2010
@@ -84,7 +84,7 @@
 Architecture: any
 XS-Python-Version: >= 2.4, << 3.0
 XB-Python-Version: ${python:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, libopenturns0, ${python:Depends}, python-qt3, python-rpy2, ghostscript
+Depends: ${shlibs:Depends}, ${misc:Depends}, libopenturns0, ${python:Depends}, python-rpy2, ghostscript
 Provides: ${python:Provides}
 Description: Python front-end of OpenTURNS (aka TUI)
  OpenTURNS is a powerful and generic tool to treat and quantify
@@ -107,7 +107,7 @@
 Architecture: any
 XS-Python-Version: >= 2.4, << 3.0
 XB-Python-Version: ${python:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, libopenturns0, ${python:Depends}, python-qt3
+Depends: ${shlibs:Depends}, ${misc:Depends}, libopenturns0, ${python:Depends}
 Description: examples of OpenTURNS functionalities
  OpenTURNS is a powerful and generic tool to treat and quantify
  uncertainties in numerical simulations in design, optimization and

Added: packages/openturns/trunk/debian/patches/pth.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk/debian/patches/pth.diff?rev=37178&op=file
==============================================================================
--- packages/openturns/trunk/debian/patches/pth.diff (added)
+++ packages/openturns/trunk/debian/patches/pth.diff Tue Dec 28 07:14:00 2010
@@ -1,0 +1,24 @@
+Index: python/src/Makefile.am
+===================================================================
+--- python/src/Makefile.am	(révision 1681)
++++ python/src/Makefile.am	(copie de travail)
+@@ -45,5 +45,5 @@
+ pkgpython_PYTHON        =
+ pkgpyexec_LTLIBRARIES   =
+ MAINTAINERCLEANFILES    = $(BUILT_SOURCES)
+-EXTRA_DIST              = openturns.pth
++EXTRA_DIST              =
+ otswig_DATA             =
+
+ ## Python module : openturns
+
+-python_DATA             = openturns.pth
+ pkgpython_PYTHON       += viewer.py imageviewer.py controlwindow.py __init__.py test.py
+ pkgpyexec_LTLIBRARIES  += openturns_preload.la
+
+Index: python/src/openturns.pth
+===================================================================
+--- python/src/openturns.pth	(révision 1681)
++++ python/src/openturns.pth	(copie de travail)
+@@ -1 +0,0 @@
+-openturns

Modified: packages/openturns/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk/debian/patches/series?rev=37178&op=diff
==============================================================================
--- packages/openturns/trunk/debian/patches/series (original)
+++ packages/openturns/trunk/debian/patches/series Tue Dec 28 07:14:00 2010
@@ -2,3 +2,4 @@
 openturns-sh4-support.patch
 gcc45.patch
 openturns-python26.diff
+pth.diff




More information about the debian-science-commits mailing list