[Pkg-scicomp-commits] openturns/trunk/debian

Christophe Prud'homme prudhomm at debian.org
Mon Nov 2 05:56:22 UTC 2009


SVN commit 4666 by prudhomm:

fixed a few bugs


 M  +10 -1     openturns/trunk/debian/changelog  
 M  +0 -22     openturns/trunk/debian/control  
 M  +4 -5      openturns/trunk/debian/python-openturns.install  
 M  +2 -0      openturns/trunk/debian/rules  


--- openturns/trunk/debian/changelog #4665:4666
@@ -2,8 +2,17 @@
 
   [Christophe Prud'homme]
   * debian/control: no more depending on xerces
+  * Bug fix: "package-installs-python-pyc
+    /usr/lib/python2.5/site-packages/openturns/__init__.pyc", thanks to
+    Manoj Srivastava (Closes: #553479).
+  * Bug fix: "FTBFS with python2.6", thanks to Fabrice Coutadeur (Closes:
+    #542524).
+  * Bug fix: "The package is empty", thanks to Jerome Robert (Closes:
+    #548794).
+  * debian/control: openturns-doc is now removed from control file as the
+    documentation is now provided by upstream in a separate archive.
 
- -- Christophe Prud'homme <prudhomm at debian.org>  Wed, 22 Jul 2009 16:37:38 +0200
+ -- Christophe Prud'homme <prudhomm at debian.org>  Mon, 02 Nov 2009 06:54:59 +0100
 
 openturns (0.13.1-1) unstable; urgency=low
 
--- openturns/trunk/debian/control #4665:4666
@@ -176,25 +176,3 @@
  This package includes many maple input files that validates the
  results and the algorithms of OpenTURNS in a mathematical sense.
 
-Package: openturns-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Description: documentation for OpenTURNS
- OpenTURNS is a powerful and generic tool to treat and quantify
- uncertainties in numerical simulations in design, optimization and
- control. It allows both sensitivity and reliability analysis studies:
-  * defining the outputs of interest and decision criterion;
-  * quantify and model the source of uncertainties;
-  * propagate uncertainties and/or analyse sensitivity and
-  * rank the sources of uncertainty
- .
- OpenTURNS is a large project with more than 300 C++ classes which
- uses well known and supported software such as R for the statistical
- methods and BLAS/LAPACK for the linear algebra.
- .
- This package provides a lot of documentation about OpenTURNS: a
- reference manual, a user manual, a use case guide, an how to
- contribute guide, an architecture guide and a guide to wrap your code
- and make it usable into OpenTURNS.
-
--- openturns/trunk/debian/python-openturns.install #4665:4666
@@ -1,5 +1,4 @@
-debian/tmp/usr/lib/python*/site-packages/openturns.pth
-debian/tmp/usr/lib/python*/site-packages/openturns/*.py
-debian/tmp/usr/lib/python*/site-packages/openturns/_*
-debian/tmp/usr/lib/python*/site-packages/openturns/openturns_preload*
-
+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*
--- openturns/trunk/debian/rules #4665:4666
@@ -52,7 +52,9 @@
 binary-install/python-openturns::
 	dh_pycentral -ppython-openturns
 	dh_python -ppython-openturns
+	-rm /usr/lib/python2.5/site-packages/openturns/*.pyc
 
+
 get-orig-source:
 	uscan --force-download --verbose
 	mv ../openturn*.tar.[gzbz2]* ../tarballs



More information about the Pkg-scicomp-commits mailing list