debian/0000755000000000000000000000000012201253546007166 5ustar debian/docs0000644000000000000000000000002112174264554010044 0ustar NEWS README TODO debian/README.Debian0000644000000000000000000000072712174264554011247 0ustar openturns for Debian -------------------- * Library The OpenTURNS library used to be before 0.13.2 in /usr/lib/openturns. It is now in /usr/lib as it should be. Also All rpath info have been deleted fropm shared libraries. * OpenTURNS OpenTurns is available on sourceforge http://sourceforge.net/project/showfiles.php?group_id=198476 OpenTurns uses trac: http://trac.openturns.org/ -- Christophe Prud'homme , Sat, 6 Mar 2010 12:19:44 +0100 debian/libopenturns-dev.install0000644000000000000000000000017412201252121014044 0ustar usr/bin/* usr/lib/libOT*.so usr/lib/cmake/openturns/*.cmake usr/include/openturns/*.h* usr/share/openturns/WrapperTemplates debian/openturns-doc.docs0000644000000000000000000000005612174264554012653 0ustar usr/share/doc/openturns/* AUTHORS README TODO debian/rules0000755000000000000000000001217112201252136010242 0ustar #!/usr/bin/make -f ifeq ($(findstring parallel=,$(DEB_BUILD_OPTIONS)),) export DEB_BUILD_OPTIONS+=parallel=$(shell getconf _NPROCESSORS_ONLN) endif $(info DEB_BUILD_OPTIONS:$(origin DEB_BUILD_OPTIONS)=$(DEB_BUILD_OPTIONS)) ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) test_makeflags = -j$(NUMJOBS) endif cppflags := $(shell dpkg-buildflags --get CPPFLAGS) cflags := $(shell dpkg-buildflags --get CFLAGS) $(cppflags) cxxflags := $(shell dpkg-buildflags --get CXXFLAGS) $(cppflags) fflags := $(shell dpkg-buildflags --get FFLAGS) ldflags := $(shell dpkg-buildflags --get LDFLAGS) ldflags += -Wl,--as-needed ifeq ($(shell dpkg --print-architecture),armel) cflags := $(subst -O2,-O1,$(cflags)) cxxflags := $(subst -O2,-O1,$(cxxflags)) fflags := $(subst -O2,-O1,$(fflags)) endif ifeq ($(shell dpkg --print-architecture),armhf) cflags := $(subst -O2,-O1,$(cflags)) cxxflags := $(subst -O2,-O1,$(cxxflags)) fflags := $(subst -O2,-O1,$(fflags)) endif ifneq (,$(findstring $(shell dpkg-architecture -qDEB_HOST_ARCH), i386 kfreebsd-i386 hurd-i386)) cflags += -O0 endif ifneq (,$(findstring $(shell dpkg-architecture -qDEB_HOST_ARCH), i386 amd64 ia64)) with_tbb := -DUSE_TBB:BOOL=ON else with_tbb := -DUSE_TBB:BOOL=OFF endif # Explicitly set builddir directory builddir := obj-$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) debRlib := $(CURDIR)/debian/tmp/usr/lib/R/site-library export R_LIBS=$(debRlib) PYVER = $(shell pyversions -dv) %: ifneq (,$(findstring $(shell dpkg-architecture -qDEB_HOST_ARCH), mips mipsel)) $(error This package requires more than 1GB RAM; do not build on mips/mipsel) endif dh $@ --buildsystem=cmake --builddirectory=$(builddir) --with python2 --with quilt --parallel debian/tmp/usr/lib/R/site-library/rot: -mkdir -p $(debRlib) R CMD INSTALL --library=$(debRlib) utils/rot_1.4.5.tar.gz ifneq (,$(findstring $(shell dpkg-architecture -qDEB_HOST_ARCH), i386 kfreebsd-i386 hurd-i386)) override_dh_quilt_patch: dh_quilt_patch test -e debian/patches/modify-tests-O0-i386.applied || patch -p1 < debian/patches/modify-tests-O0-i386.patch touch debian/patches/modify-tests-O0-i386.applied override_dh_quilt_unpatch: test ! -e debian/patches/modify-tests-O0-i386.applied || patch -R -p1 < debian/patches/modify-tests-O0-i386.patch -rm -f debian/patches/modify-tests-O0-i386.applied dh_quilt_unpatch endif override_dh_auto_configure: debian/tmp/usr/lib/R/site-library/rot dh_auto_configure -- \ $(with_tbb) \ -DCMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++ \ -DCMAKE_Fortran_COMPILER:FILEPATH=/usr/bin/gfortran \ -DCMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc \ -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \ -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING='$(cflags)' \ -DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING='$(cxxflags)' \ -DCMAKE_Fortran_FLAGS_RELWITHDEBINFO:STRING='$(fflags)' \ -DCMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING='$(ldflags)' \ -DCMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING='$(ldflags)' \ -DCMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING='$(ldflags)' \ -DCMAKE_INSTALL_PREFIX:PATH=/usr \ -DLIB_SOVERSION=0.3 \ -DLIB_VERSION=0.3.0 \ -DOPENTURNS_SYSCONFIG_PATH:PATH=/etc/openturns-1.2 \ -DOPENTURNS_WRAPPER_PATH:PATH=lib/openturns-1.2/wrappers \ -DSYSTEM_INSTALL:BOOL=ON \ -DINSTALL_DESTDIR:PATH=$(CURDIR)/debian/tmp \ -DLINK_PYTHON_LIBRARY:BOOL=OFF \ -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python \ -DPYTHON_INCLUDE_DIR:PATH=$$(python$(PYVER)-config --includes | sed -e 's/ .*//' -e 's/^-I//') \ -DPYTHON_INCLUDE_DIR2:PATH=$$(python$(PYVER)-config --includes | sed -e 's/ .*//' -e 's/^-I//') \ -DPYTHON_LIBRARY:PATH=$$(python$(PYVER)-config --ldflags | sed -e 's/ .*//' -e 's/^-L//')/libpython$(PYVER).so override_dh_auto_install: debian/tmp/usr/lib/R/site-library/rot dh_auto_install ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) # CTestTestfile.cmake sets LD_LIBRARY_PATH to find libraries in debian/tmp. # But it overrides current value, which breaks when run by fakeroot. [ -z "$$LD_LIBRARY_PATH" ] || sed -i -e "s#;LD_LIBRARY_PATH=[^;]*#&:$$LD_LIBRARY_PATH#" $(builddir)/python/test/CTestTestfile.cmake CTEST_OUTPUT_ON_FAILURE=1 \ R_LIBS_SITE=$(CURDIR)/debian/tmp/usr/lib/R/site-library \ $(MAKE) $(test_makeflags) -C $(builddir) test ARGS="$(test_makeflags) -R pyinstallcheck" endif override_dh_makeshlibs: dh_makeshlibs -Xpyshared override_dh_strip: dh_strip -plibopenturns0.3 --dbg-package=libopenturns-dbg dh_strip override_dh_python2: dh_python2 --no-guessing-versions override_dh_compress: dh_compress -X.pdf -X.svn -X.py override_dh_auto_test: # 'make test' does not build binary tests ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) $(MAKE) $(test_makeflags) -C $(builddir) tests CTEST_OUTPUT_ON_FAILURE=1 $(MAKE) -C $(builddir) test ARGS="$(test_makeflags) -R cppcheck" endif get-orig-source: uscan --force-download --verbose mv ../openturn*.tar.[gzbz2]* ../tarballs debian/patches/0000755000000000000000000000000012201252121010601 5ustar debian/patches/modify-tests-O0-i386.patch0000644000000000000000000000474212174264554015251 0ustar Description: Modify output of TrapezoidalFactory tests. There is a bug in GCC 4.8 on *-i386 architectures, several tests hang. In order to avoid these problems, algocobyla.c is compiled without optimization; but those tests must be modified. This patch is applied only on *-i386 architectures. Author: Denis Barbier Origin: Debian Forwarded: no Last-Update: 2013-07-02 --- openturns-1.1.orig/lib/test/t_TrapezoidalFactory_std.expout +++ openturns-1.1/lib/test/t_TrapezoidalFactory_std.expout @@ -1,8 +1,8 @@ Distribution =class=Trapezoidal name=Trapezoidal dimension=1 a=1 b=2.3 c=4.5 d=5 h=0.322581 -Estimated distribution=class=Trapezoidal name=Trapezoidal dimension=1 a=1.006 b=2.275 c=4.545 d=4.99 h=0.3198 +Estimated distribution=class=Trapezoidal name=Trapezoidal dimension=1 a=1.005 b=2.279 c=4.545 d=4.99 h=0.32 Default distribution=class=Trapezoidal name=Trapezoidal dimension=1 a=-2 b=-1 c=1 d=2 h=0.333333 Distribution from parameters=class=Trapezoidal name=Trapezoidal dimension=1 a=1 b=2.3 c=4.5 d=5 h=0.322581 Trapezoidal =class=Trapezoidal name=Trapezoidal dimension=1 a=1 b=2.3 c=4.5 d=5 h=0.322581 -Estimated trapezoidal=class=Trapezoidal name=Trapezoidal dimension=1 a=1.006 b=2.275 c=4.545 d=4.99 h=0.3198 +Estimated trapezoidal=class=Trapezoidal name=Trapezoidal dimension=1 a=1.005 b=2.279 c=4.545 d=4.99 h=0.32 Default trapezoidal=class=Trapezoidal name=Trapezoidal dimension=1 a=-2 b=-1 c=1 d=2 h=0.333333 Trapezoidal from parameters=class=Trapezoidal name=Trapezoidal dimension=1 a=1 b=2.3 c=4.5 d=5 h=0.322581 --- openturns-1.1.orig/python/test/t_TrapezoidalFactory_std.expout +++ openturns-1.1/python/test/t_TrapezoidalFactory_std.expout @@ -1,8 +1,8 @@ distribution= class=Trapezoidal name=Trapezoidal dimension=1 a=1 b=2.3 c=4.5 d=5 h=0.322581 -Estimated distribution= class=Trapezoidal name=Trapezoidal dimension=1 a=1.006 b=2.275 c=4.545 d=4.99 h=0.3198 +Estimated distribution= class=Trapezoidal name=Trapezoidal dimension=1 a=1.005 b=2.279 c=4.545 d=4.99 h=0.32 Default distribution= Trapezoidal(a = -2, b = -1, c = 1, d = 2) Distribution from parameters= Trapezoidal(a = 1, b = 2.3, c = 4.5, d = 5) Trapezoidal = Trapezoidal(a = 1, b = 2.3, c = 4.5, d = 5) -Estimated trapezoidal= Trapezoidal(a = 1.006, b = 2.275, c = 4.545, d = 4.99) +Estimated trapezoidal= Trapezoidal(a = 1.005, b = 2.279, c = 4.545, d = 4.99) Default trapezoidal= Trapezoidal(a = -2, b = -1, c = 1, d = 2) Trapezoidal from parameters= Trapezoidal(a = 1, b = 2.3, c = 4.5, d = 5) debian/patches/tests-disable-coupling_tools.patch0000644000000000000000000000124212201252121017422 0ustar Description: Disable coupling_tools test Some tests mysteriously fail on several architectures. Author: Denis Barbier Origin: Debian Forwarded: No Last-Update: 2013-06-25 Index: openturns/python/test/CMakeLists.txt =================================================================== --- openturns.orig/python/test/CMakeLists.txt (révision 3135) +++ openturns/python/test/CMakeLists.txt (copie de travail) @@ -651,7 +651,7 @@ endif () ot_pyinstallcheck_test ( QuickTest IGNOREOUT ) -ot_pyinstallcheck_test ( coupling_tools ) +#DEB#ot_pyinstallcheck_test ( coupling_tools ) add_custom_target ( pyinstallcheck COMMAND ${CMAKE_CTEST_COMMAND} -R "^pyinstallcheck_" debian/patches/series0000644000000000000000000000004312201252121012013 0ustar tests-disable-coupling_tools.patch debian/openturns.lintian-overrides0000644000000000000000000000014312174264554014613 0ustar # the libraries are only used in the paraview package, so we override the # warnings and errors: debian/r-other-rot.install0000644000000000000000000000003312174264554012746 0ustar usr/lib/R/site-library/rot debian/python-openturns.install0000644000000000000000000000012412174264554014141 0ustar usr/lib/python*/*-packages/openturns/*.py usr/lib/python*/*-packages/openturns/*.so debian/watch0000644000000000000000000000010012174264554010220 0ustar version=3 http://sf.net/openturns/openturns-([\d.]+)\.tar\.bz2 debian/libopenturns0.3.install0000644000000000000000000000017412201252121013511 0ustar usr/lib/libOT*.so.0* usr/lib/openturns-1.*/wrappers/wrapper*.dtd usr/lib/openturns-1.*/wrappers/generic.* etc/openturns-1.* debian/openturns-validation.install0000644000000000000000000000004212174264554014751 0ustar usr/share/openturns/validation/* debian/openturns.doc-base0000644000000000000000000000043612174264554012637 0ustar Document: openturns Title: Debian openturns Manual Author: OpenTurns Consortium Abstract: This manual describes what openturns is and how it can be used to manage online manuals on Debian systems. Section: Science/Engineering Format: PDF Files: /usr/share/doc/openturns-doc/*.pdf debian/python-openturns-dev.install0000644000000000000000000000003312174264554014714 0ustar usr/include/openturns/swig debian/openturns-examples.install0000644000000000000000000000045012200251556014424 0ustar usr/share/openturns/examples/* usr/lib/openturns-1.*/wrappers/external_code_threads* usr/lib/openturns-1.*/wrappers/minimal_wrapper* usr/lib/openturns-1.*/wrappers/poutre* usr/lib/openturns-1.*/wrappers/testwrapper* usr/lib/openturns-1.*/wrappers/Test* usr/lib/openturns-1.*/wrappers/wrapper.xml debian/compat0000644000000000000000000000000212174264554010376 0ustar 7 debian/control0000644000000000000000000002111212201252121010552 0ustar Source: openturns Section: science Priority: extra Maintainer: Debian Science Maintainers Uploaders: Christophe Prud'homme , Denis Barbier Build-Depends: debhelper (>= 8), quilt, gfortran, bison, flex, libxml2-dev, liblapack-dev, libblas-dev, libtbb-dev [i386 amd64 ia64], r-base-core, python-dev, swig, cmake, bc Standards-Version: 3.9.4 Homepage: http://www.openturns.org/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/openturns.git Vcs-Git: git://anonscm.debian.org/debian-science/packages/openturns.git X-Python-Version: current Package: libopenturns0.3 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: python-openturns, r-base-core, ghostscript, r-other-rot (= ${binary:Version}) Replaces: openturns-wrapper Breaks: openturns-wrapper Description: dynamic libraries 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: * define the outputs of interest and decision criteria; * quantify and model the source of uncertainties; * propagate uncertainties and/or analyse sensitivity * 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 the dynamic libraries. . The library implements almost all the treatments of uncertainty that OpenTURNS can provide. It is designed to be linked against any user specific application, or with either the textual front-end (see python-openturns package). . The main function of that library is giving to specific applications all the functionalities needed to treat uncertainties in studies. Targeted users are all engineers who want to introduce the probabilistic dimension in their so far deterministic studies. Package: libopenturns-dev Section: libdevel Architecture: any Depends: ${misc:Depends}, libopenturns0.3 (= ${binary:Version}), libxml2-dev, liblapack-dev, libblas-dev, libtbb-dev [i386 amd64 ia64] Replaces: openturns-wrapper Breaks: openturns-wrapper Description: headers and development libraries 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 the OpenTURNS headers should be used if one wants to link its application against the library. Package: libopenturns-dbg Section: debug Architecture: any Depends: ${misc:Depends}, libopenturns-dev Description: debug symbols 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 the debug symbols of the OpenTurns libraries to help with debugging either your applications or OpenTURNS Package: python-openturns Section: python Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libopenturns0.3 (= ${binary:Version}), ${python:Depends} Provides: ${python:Provides} Suggests: python-matplotlib, python-scipy Description: Python front-end of OpenTURNS (aka TUI) 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 textual user interface that gives access to all the functionalities provided by the OpenTURNS library. Package: python-openturns-dev Section: python Architecture: any Depends: ${misc:Depends}, libopenturns-dev, python-openturns (= ${binary:Version}), python-dev Replaces: libopenturns-dev Breaks: libopenturns-dev (<< 1.0) Description: Python front-end of OpenTURNS (aka TUI) 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 development files for python modules. Package: r-other-rot Section: gnu-r Architecture: any Depends: ${misc:Depends}, r-base-core Replaces: python-openturns Breaks: python-openturns (<< 1.0) Description: GNU R package of few tools needed by 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 R files needed by some OpenTURNS objects. Package: openturns-examples Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, python, python-openturns (= ${binary:Version}), libopenturns-dev Replaces: openturns-wrapper Breaks: openturns-wrapper Description: examples of OpenTURNS functionalities 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 examples which are written either in C++ or in Python. . They are primarly used as validation tests for the whole platform but they can also be seen as tutorials for beginners. Package: openturns-validation Section: science Architecture: all Depends: ${misc:Depends} Description: validation files 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 includes many maple input files that validates the results and the algorithms of OpenTURNS in a mathematical sense. debian/copyright0000644000000000000000000001302212174264554011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: OpenTURNS Upstream-Contact: users@openturns.org Source: http://switch.dl.sourceforge.net/sourceforge/openturns/ Debianized-By: Christophe Prud'homme Debianized-Date: Sun, 06 Jul 2008 18:12:15 +0200. Files: * Copyright: Copyright (C) 2005-2013 Électricité de France (EDF), Copyright (C) 2005-2013 European Aeronautic Defence and Space company (EADS), Copyright (C) 2005-2013 Phimeca License: LGPL-3+ Files: debian/* Copyright: 2008 Christophe Prud'homme, 2012-2013 Denis Barbier License: GPL-2 Files: lib/src/Base/Algo/kissfft.hh Copyright: 2003-2010 Mark Borgerding License: BSD-3-clause Files: lib/src/Base/Func/MuParser/muParser* Copyright: 2004-2012 Ingo Berg (info_berg@gmx.de) License: Expat Files: lib/src/Base/Optim/Cobyla/algocobyla.* Copyright: 1992 Michael J. D. Powell (M.J.D.Powell@damtp.cam.ac.uk), 2004 Jean-Sebastien Roy (js@jeannot.org) License: Expat Files: lib/src/Base/Stat/dsfmt.* Copyright: 2007 Mutsuo Saito, Makoto Matsumoto and Hiroshima University, 2007 Takashi Takekawa License: BSD-3-clause Files: lib/src/Base/Stat/kendall.* Copyright: 2010 David Simcha License: Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following: . The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: lib/src/BlasLapack/*.f Copyright: 1992-2007 The University of Tennessee License: BSD-3-clause Files: lib/src/Base/Optim/TNC/algotnc.* Copyright: 2002-2005 Jean-Sebastien Roy (js@jeannot.org) License: Expat License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the author nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: LGPL-3+ On Debian systems, the full text of the GNU Lesser General Public License version 3 can be found in the file `/usr/share/common-licenses/LGPL-3'. License: GPL-2 On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/libopenturns0.3.lintian-overrides0000644000000000000000000000012012201252121015470 0ustar libopenturns0.2 binary: package-name-doesnt-match-sonames libOT0.2 libOTbind0.2 debian/changelog0000644000000000000000000005202212201252136011033 0ustar openturns (1.2-2) unstable; urgency=low * Upload into unstable * debian/rules: also set CMAKE_EXE_LINKER_FLAGS with dpkg-buildflags's output. -- Denis Barbier Fri, 09 Aug 2013 22:22:59 +0200 openturns (1.2-1) experimental; urgency=low [Julien Schueller] * New upstream version 1.2 * Drop patches merged upstream: fix-bigendian.patch remove-soname-python-module.patches * Rename debian/patches/tests-disable-distributed_python_wrapper.patch into debian/patches/tests-disable-coupling_tools.patch -- Denis Barbier Thu, 25 Jul 2013 20:06:52 +0200 openturns (1.2~rc1-2) experimental; urgency=low [ Denis Barbier ] * debian/rules: Fix FTBFS on *-i386, copied from 1.1-8. [ Julien Schueller ] * debian/patches/fix-bigendian.patch: Patch rewritten to use CMake detection of endianness. -- Denis Barbier Mon, 15 Jul 2013 20:47:24 +0200 openturns (1.2~rc1-1) experimental; urgency=low [Julien Schueller] * New upstream version 1.2rc1 * Bump soname to 0.3 * Drop patches merged upstream: add-missing-header-file.patch debian-soname.patch fix-swig-warning.patch ftbfs-bison-2.7.patch * Launch tests in parallel -- Denis Barbier Fri, 28 Jun 2013 01:51:22 +0200 openturns (1.1-9) unstable; urgency=low [ Julien Schueller ] * debian/control: All libraries listed in OPENTURNS_LIBRARIES variable into OpenTURNSConfig.cmake must be installed in order to link against OT. Let libopenturns-dev depend on libxml2-dev, liblapack-dev, libblas-dev, libtbb-dev [i386 amd64 ia64] [ Denis Barbier ] * debian/control: Replace Architecture: any by an hardcoded list of supported architectures. Openturns requires more than 1GB RAM, this caused a lot of trouble on mips* architectures. -- Denis Barbier Thu, 18 Jul 2013 19:10:04 +0200 openturns (1.1-8) unstable; urgency=low * debian/rules: Fix building source package on *-i386, there was trouble with debian/patches/modify-tests-O0-i386.patch. -- Denis Barbier Fri, 05 Jul 2013 18:06:37 +0200 openturns (1.1-7) unstable; urgency=low * debian/patches/modify-tests-O0-i386.patch: On *-i386 architectures, algocobyla.c is compiled with -O0 flag since 1.1-6; output of two tests is modified. Closes: #714915 -- Denis Barbier Thu, 04 Jul 2013 22:36:45 +0200 openturns (1.1-6) unstable; urgency=low * debian/rules: The previous change fixed C++ tests on kfreebsd-i386, but pyinstallcheck_Cobyla_nonlinear hangs. There is another hang on i386. The -fno-guess-branch-probability flag fixes the failure on kfreebsd-i386, but compile instead algocobyla.c with -O0 flag on *-i386 architectures to be safe. Closes: #714411 -- Denis Barbier Tue, 02 Jul 2013 20:08:27 +0200 openturns (1.1-5) unstable; urgency=low * debian/rules: algocobyla.c is again miscompiled with gcc 4.8.1 on kfreebsd-i386 and hurd-i386, cppcheck_TrapezoidalFactory_std and cppcheck_WhittleFactory_std hang; compile with -fno-caller-saves to avoid these problems. Closes: #714411 -- Denis Barbier Sat, 29 Jun 2013 23:50:27 +0200 openturns (1.1-4) unstable; urgency=low * Upload into unstable * Bump Standards-Version to 3.9.4, no changes are needed. -- Denis Barbier Thu, 27 Jun 2013 22:58:17 +0200 openturns (1.1-3) experimental; urgency=low * debian/rules: Adjust Python detection so that it works with multiarch and non-multiarch Python. * debian/patches/ftbfs-bison-2.7.patch: New patch, to fix build failures with newer Bison. * debian/patches/tests-disable-distributed_python_wrapper.patch: New patch, to disable distributed python wrapper tests, these tests sometimes fail in strange ways. * debian/patches/fix-swig-warning.patch: New patch, taken from upstream. Several tests are missing because of a behavior change in swig 2.0.9, fix .i files. -- Denis Barbier Thu, 30 May 2013 23:51:47 +0200 openturns (1.1-2) experimental; urgency=low [ Julien Schueller ] * debian/rules: Install CMake files into /usr/lib/cmake/openturns * debian/patches/add-missing-header-file.patch: New patch, to install missing header file WrapperCommon_extern.h [ Denis Barbier ] * debian/patches/tests-disable-timing.patch: New patch, to disable test timings. They are useless, and prevent openturns from building on Hurd. * debian/patches/remove-soname-python-module.patch: New patch, to remove SONAME from Python modules, this confuses dpkg-shlibdeps. * debian/control: Let openturns-examples explicitly depend on python. * debian/rules: Pass LDFLAGS when building shared libraries. * openturns-examples: Remove duplicates from /usr/lib/openturns/examples/. -- Denis Barbier Tue, 05 Feb 2013 01:23:41 +0100 openturns (1.1-1) experimental; urgency=low [ Denis Barbier ] * New upstream version * License has been updated to LGPL-3+ * Drop patches merged upstream: fix-dtd-search-path.patch install_cmake_files.patch kfreebsd-fix-t_WrapperFile_generic.patch * Let libopenturns-dev ship CMake files. * debian/watch: Check for tar.bz2 instead of tar.gz * debian/copyright: Convert to machine-readable format and add missing stanzas. [ Julien Schueller ] * debian/rules: Drop chmod calls, they are useless. * debian/rules: Removed useless clean override. * debian/control: Fix URL in Homepage field. -- Denis Barbier Sun, 13 Jan 2013 09:46:40 +0100 openturns (1.1~rc1-3) experimental; urgency=low * debian/patches/kfreebsd-fix-t_WrapperFile_generic.patch: New patch to fix t_WrapperFile_generic.py failure on kfreebsd. -- Denis Barbier Sun, 09 Dec 2012 21:39:44 +0100 openturns (1.1~rc1-2) experimental; urgency=low * debian/patches/disable-coupling_tools.patch: Replaced by... * debian/patches/fix-dtd-search-path.patch: Fix DTD search path to look into all wrapper directories and not only Path::GetStandardWrapperDirectory(). All tests can now run. * debian/rules: Thanks to this new patch, there is no more need to set OPENTURNS_HOME. * debian/rules: Append current value of LD_LIBRARY_PATH into CTestTestfile.cmake, this should avoid FTBFS on kfreebsd-*. -- Denis Barbier Sun, 09 Dec 2012 08:44:04 +0100 openturns (1.1~rc1-1) experimental; urgency=low * New upstream version * Drop patches merged upstream: bigendian-randomgenerator.patch cmake-configdir.patch cmake-tools.patch fix-tests-clang.patch ftbfs-4.7.patch ftbfs-clang.patch installcheck.patch test-output.patch * debian/patches/disable-coupling_tools.patch: New patch. Disable two tests which require changing LD_LIBRARY_PATH, this breaks fakeroot. * debian/rules: Set R_LIBS_SITE when running tests. * debian/rules: Now that all architectures run tests without failures, let test failures abort build. * debian/rules: Also use dpkg-buildflags to set CPPFLAGS. * debian/rules: On mips, do not build Python libraries in parallel to avoid build failures due to memory problems. * debian/control: Adjust package dependencies + Build-Depends: remove unused python-rpy2, ghostscript, graphviz. + libopenturns0.2: Demote r-other-rot from Depends into Suggests, it is needed by few files only. Ditto for ghostscript, only needed by R. + python-openturns: Drop Depends on python-rpy2, ghostscript, python-qt4; Add Suggests: python-matplotlib, python-scipy -- Denis Barbier Tue, 04 Dec 2012 19:39:48 +0100 openturns (1.0-4) unstable; urgency=low [ Denis Barbier ] * debian/patches/test-output.patch: New patch. Fix test output, some compilers print 'df(x)=' twice because exception is thrown after text is printed to stdout. * debian/patches/ftbfs-clang.patch: New patch. Allows building with the clang compiler. * debian/patches/fix-bigendian.patch: New patch. Many checks fail on some (but not all) big endian machines, it seems that not all systems define __BIG_ENDIAN__. Add some compile-time checks to determine endianness. * debian/rules: Do not ignore test results for architectures on which tests currently pass. * debian/rules: Also compile algocobyla.c with -fno-cse-follow-jumps on kfreebsd-i386 and hurd-i386, one test hangs as on i386. * debian/rules: On mipsel, do not build Python libraries in parallel to avoid build failures due to memory problems. -- Denis Barbier Fri, 15 Jun 2012 20:45:14 +0200 openturns (1.0-3) unstable; urgency=low [ Denis Barbier ] * debian/control: Fix dependency on r-other-rot, packages were not installable. * debian/patches/bigendian-randomgenerator.patch: New patch. Fix t_RandomGenerator_std unit test, it fails on PowerPC because of endianness. * debian/patches/cmake-tools.patch: New patch. Scripts openturns-config and openturns-module were broken. * Cleanup debian/patches by removing obsolete patches. Also rewrite patch headers to follow DEP3. -- Denis Barbier Sat, 19 May 2012 19:39:30 +0200 openturns (1.0-2) unstable; urgency=low [ Denis Barbier ] * debian/control: Fix dependency on tbb, it is available only on amd64, i386 and ia64. * debian/rules: Display output of failed tests to help debug failures. * debian/rules: Do not abort if tests fail; this was the behaviour when compiling with Autotools. -- Denis Barbier Thu, 17 May 2012 17:43:20 +0200 openturns (1.0-1) experimental; urgency=low [ Christophe Trophime ] * debian/rules: explicit python version in override_dh_auto_configure target * debian/copyright: fix lintian warning [ Denis Barbier ] * New upstream release (Closes: #669425). * Build with g++ 4.6, several tests fail with g++ 4.7. * debian/patches/ftbfs-4.7.patch: Patch upgraded, previous fix had been applied upstream but there is another error. * debian/patches/debian-soname.patch: New patch. Use a Debian specific SONAME (0.1), upstream does not yet take care of SONAME. Rename libopenturns0 package into libopenturns0.1. * debian/patches/no-link-python.patch: New patch. Bugfix: "python-openturns is unusable" (Closes: #670066) * debian/rules: Compile algocobyla.c with -fno-cse-follow-jumps to work around an undefined GCC bug which makes one test hang on x86. (Closes: #666782) * Do not build-depends on doxygen-latex, docbook-to-man. * Build-depends on bison, flex and bc (the latter is needed to run one test). * Move rotRpackage into a new binary package: r-other-rot, and let libopenturns0.1 depend on this package. (Closes: #662800) * Install files into versioned directories /usr/lib/openturns-1.0 and /etc/openturns-1.0 to avoid file conflicts during library transitions. * Add myself to Uploaders. [ Julien Schueller ] * Remove openturns-wrapper package, its files are now shipped by libopenturns0, libopenturns-dev and openturns-examples. * Moved dtd files to libopenturns0 * Added missing generic wrapper to libopenturns0 * Added python-openturns-dev * Added dependency to libtbb -- Denis Barbier Wed, 16 May 2012 20:03:53 +0200 openturns (0.15-3.1) unstable; urgency=low * Non-maintainer upload. * Fix "ftbfs with GCC-4.7": add patch from Denis Barbier: move declaration of streamObject before first usage. (Closes: #667315) -- gregor herrmann Sat, 21 Apr 2012 13:54:09 +0200 openturns (0.15-3) unstable; urgency=low * Team upload. (Closes: #662792). * Getting rid of unneeded *.la (Closes: #622492). * Transition to dh_python2 (Closes: #616928). * Use dh rules.tiny, enable parallel build. -- Aron Xu Mon, 26 Mar 2012 08:40:35 +0000 openturns (0.15-2) unstable; urgency=low * openturns-wrappers: install wrappers, wrapper.xml and wrapper.dtd -- Christophe Prud'homme Fri, 09 Sep 2011 06:34:05 +0200 openturns (0.15-1) unstable; urgency=low * New upstream release -- Christophe Prud'homme Tue, 30 Aug 2011 12:12:18 +0200 openturns (0.13.2-8) unstable; urgency=low * debian/control: add python-qt4 depends to python-openturns and openturns-examples now depends on python-openturns -- Christophe Prud'homme Tue, 28 Dec 2010 16:12:44 +0100 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 Tue, 28 Dec 2010 08:14:21 +0100 openturns (0.13.2-6) unstable; urgency=low [Christophe Prud'homme] * debian/rules: reduce optimization level to O1 on armel -- Christophe Prud'homme Fri, 13 Aug 2010 15:44:53 +0200 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 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: #565081). -- Christophe Prud'homme Wed, 09 Jun 2010 21:55:51 +0200 openturns (0.13.2-3) unstable; urgency=low * Bug fix: "python-openturns must be depend on python-rpy2", thanks to Jerome Robert (Closes: #582532). -- Christophe Prud'homme Sun, 23 May 2010 10:10:14 +0200 openturns (0.13.2-2) unstable; urgency=low * Bug fix: "command not found", thanks to Jerome Robert (Closes: #573143). * Bug fix: "does not byte-compile Python files", thanks to dktrkranz@debian.org; (Closes: #566041). -- Christophe Prud'homme Sat, 13 Mar 2010 13:56:14 +0100 openturns (0.13.2-1) unstable; urgency=low * New upstream release * debian/libopenturns0.install: move lib to /usr/lib * Fixed almost all lintian warnings and errors * debian/control: update to Standard-Versions 3.8.4 (no change) * debian/patches/fix_ftbfs_on_arm_and_mips: removed, applied upstream -- Christophe Prud'homme Mon, 01 Mar 2010 13:13:47 +0100 openturns (0.13.1-4) unstable; urgency=low * debian/control: Moved openturns to Debian Science -- Christophe Prud'homme Tue, 16 Feb 2010 13:39:07 +0100 openturns (0.13.1-3) unstable; urgency=low * debian/rules: enable quilt(the patches were not applied before) * Bug fix: "Please support Renesas SH(sh4)", thanks to Nobuhiro Iwamatsu (Closes: #565120). -- Christophe Prud'homme Mon, 08 Feb 2010 19:13:55 +0100 openturns (0.13.1-2) unstable; urgency=low [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. * Bug fix: "FTBFS: XMLToolbox.cxx:207: error: 'vsnprintf' is not a member of 'std'", thanks to Nobuhiro Iwamatsu (Closes: #565118). * Bug fix: "Please support Renesas SH(sh4)", thanks to Nobuhiro Iwamatsu (Closes: #565120). -- Christophe Prud'homme Thu, 14 Jan 2010 07:34:22 +0100 openturns (0.13.1-1) unstable; urgency=low [Christophe Prud'homme] * New upstream release * Fix some lintian warnings * Fix wrongly formatted description, thanks to Gerfried Fuchs (Closes: #530594). * debian/control: updated Standard-Versions to 3.8.2 (no changes) -- Christophe Prud'homme Tue, 21 Jul 2009 10:52:57 +0200 openturns (0.13.0-2) unstable; urgency=low * Bug fix: "libboost1.35-dev", thanks to Lucas Nussbaum (Closes: #527800). * Bug fix: "Killed (program cc1plus)", thanks to Bastian Blank (Closes: #499738). * Bug fix: "FTBFS on sparc", thanks to Martin Zobel-Helas (Closes: #500999). * debian/control: -dbg in debug section now * debian/python-openturns.install: create openturns subdirectory in site-packages -- Christophe Prud'homme Sat, 09 May 2009 12:57:35 +0200 openturns (0.13.0-1) unstable; urgency=low * New upstream release + Generic wrapper (compatible with Salome). + Wrapper designer guide. + Polynomial Chaos Expansion. WARNING! Due to a mistake, this feature is only available in the C++ library and not the TUI. + Support Vector Regression. WARNING! Due to a mistake, this feature is only available in the C++ library and not the TUI. + Sensitivity Analysis (Sobol indices). + The gui module is definitely removed. A new (and simplier) GUI will be proposed later. * debian/{control,compat}: updated dh compat to 7 * debian/{control,rules}: get rid of qopenturns which was removed * debian/control: get rid on lintian warnings, Depends on ${misc:Depends} for openturns-{doc,validation} -- Christophe Prud'homme Thu, 19 Mar 2009 13:43:52 +0100 openturns (0.12.2-2) unstable; urgency=low * Bug fix: "Dynamic loading of library 'libOT.so' failed at /usr/lib/openturns ", thanks to Jerome Robert (Closes: #507162). -- Christophe Prud'homme Fri, 28 Nov 2008 18:56:36 +0100 openturns (0.12.2-1) unstable; urgency=low * New upstream release * Bug fix: "New upstream release available (0.12.2)", thanks to Jerome Robert (Closes: #506005). * Applied patch by J. Robert. * debian/control: build-depends on libxml2 -- Christophe Prud'homme Tue, 18 Nov 2008 06:32:22 +0100 openturns (0.12.1-7) unstable; urgency=low * Bug fix: "Killed (program cc1plus)", thanks to Bastian Blank (Closes: #499738). * Bug fix: "FTBFS on sparc", thanks to Martin Zobel-Helas (Closes: #500999). * debian/rules: set OT_DEBUG_LEVEL to 3 as per default -- Christophe Prud'homme Sat, 04 Oct 2008 08:42:57 +0200 openturns (0.12.1-6) unstable; urgency=low * debian/rules: Fix FTBS on hppa, sparc, arm, and armel because of __sync_fetch_and_add_4 not being available, the remedy is to use -DBOOST_SP_USE_PTHREADS * debian/rules: add --disable-debug option to configure and set the compiler flags to -g -O2 (no -Wall) -- Christophe Prud'homme Fri, 03 Oct 2008 10:55:20 +0200 openturns (0.12.1-5) unstable; urgency=low * Bug fix: "Should recommend python-rpy", thanks to Jerome Robert (Closes: #500874). * Bug fix: "Missing r-rot package", thanks to Jerome Robert (Closes: #500872). -- Christophe Prud'homme Thu, 02 Oct 2008 12:57:48 +0200 openturns (0.12.1-4) unstable; urgency=low * debian/rules: use DEB_COMPRESS_EXCLUDE to avoid zipping pdf files * Bug fix: "gzipped pdf", thanks to Jerome Robert (Closes: #499673). * debian/qopenturns.sgml: fixed warnings and errors from docbook-to-man * Bug fix: "No module named _openturns", thanks to Jerome Robert (Closes: #499668). * Bug fix: "short description should not contain 'A' by policy", thanks to Eugene V. Lyubimkin (Closes: #500427). * Bug fix: "short description should not start with a capital letter by policy", thanks to Eugene V. Lyubimkin (Closes: #500428). * Bug fix: "Duplicated documentation", thanks to Jerome Robert (Closes: #499672). -- Christophe Prud'homme Wed, 01 Oct 2008 11:06:56 +0200 openturns (0.12.1-3) unstable; urgency=low * debian/control: Fixed override disparity, python-openturns is now in section python and no more in section science * debian/rules: use -O2 instead -O3, it might help build OpenTURNS on the other arch * debian/rules: fixed typo, changed -enable-lib to --enable-lib -- Christophe Prud'homme Tue, 09 Sep 2008 14:59:04 +0200 openturns (0.12.1-2) unstable; urgency=low * debian/control: Improved package description, "the description does not explain what OpenTURNS is" thanks to Helmut Grohne (Closes: #498026). * debian/control: Fixed FTBFS, "OpenTURNS_ArchitectureGuide.tex: command not found" thanks to Kurt Roeckx (Closes: #498036). * debian/control: Improved openturns-doc, "Useless long description" tanks to Vincent Danjean (Closes: #498245) -- Christophe Prud'homme Tue, 09 Sep 2008 08:04:26 +0200 openturns (0.12.1-1) unstable; urgency=low * Initial release (Closes: #490907) -- Christophe Prud'homme Sun, 06 Jul 2008 21:39:33 +0200 debian/source/0000755000000000000000000000000012174264554010500 5ustar debian/source/format0000644000000000000000000000001412174264554011706 0ustar 3.0 (quilt)