Package: openturns Version: 0.12.1-6 Severity: wishlist A new release of openturns is available. Concerning packaging there are 2 bigs changes (see attached patch): - there is no longer any dependancies on boost (so may be -DBOOST_SP_USE_PTHREADS won't be required anymore). - the wrapper architecture has changed so some *.install files has to be updated.
The version of rotPackage has been increased but diff says that there is no changes, so there is no reason to change the content of debian/rotRPackage. Regards, Jerome -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (900, 'testing'), (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/4 CPU cores) Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash
diff --git a/debian/control b/debian/control index 43e467b..7873ab6 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: science Priority: extra Maintainer: Debian Scientific Computing Team <[EMAIL PROTECTED]> Uploaders: Christophe Prud'homme <[EMAIL PROTECTED]> -Build-Depends: cdbs(>= 0.4.51), quilt (>= 0.46-4), debhelper (>= 5), gcc (>= 4.2), g++ (>= 4.2), gfortran (>= 4.2), libxerces-c2-dev, libboost1.35-dev, liblapack-dev, libblas-dev, libqt3-mt-dev, r-base-core (>= 2.0), python-central (>= 0.5.6), python-dev, graphviz, doxygen, docbook-to-man, texlive +Build-Depends: cdbs(>= 0.4.51), quilt (>= 0.46-4), debhelper (>= 5), gcc (>= 4.2), g++ (>= 4.2), gfortran (>= 4.2), libxerces-c2-dev, liblapack-dev, libblas-dev, libqt3-mt-dev, r-base-core (>= 2.0), python-central (>= 0.5.6), python-dev, graphviz, doxygen, docbook-to-man, texlive Standards-Version: 3.8.0 Homepage: http://trac.openturns.org/ Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/openturns/trunk @@ -43,7 +43,7 @@ Description: dynamic libraries for OpenTURNS Package: libopenturns-dev Section: libdevel Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libopenturns0, libxerces-c2-dev, libboost1.35-dev +Depends: ${shlibs:Depends}, ${misc:Depends}, libopenturns0, libxerces-c2-dev 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 diff --git a/debian/libopenturns-dev.install b/debian/libopenturns-dev.install index d6f07ac..344e1dc 100644 --- a/debian/libopenturns-dev.install +++ b/debian/libopenturns-dev.install @@ -1,7 +1,4 @@ debian/tmp/usr/lib/openturns/libOT.so usr/lib/openturns debian/tmp/usr/lib/openturns/libOT.la usr/lib/openturns debian/tmp/usr/lib/openturns/libOT.a usr/lib/openturns -debian/tmp/usr/lib/openturns/libOTwrapper.so usr/lib/openturns -debian/tmp/usr/lib/openturns/libOTwrapper.la usr/lib/openturns -debian/tmp/usr/lib/openturns/libOTwrapper.a usr/lib/openturns debian/tmp/usr/include/openturns/* usr/include/openturns diff --git a/debian/libopenturns0.install b/debian/libopenturns0.install index b8e31dc..d361af4 100644 --- a/debian/libopenturns0.install +++ b/debian/libopenturns0.install @@ -1,3 +1,2 @@ debian/tmp/usr/lib/openturns/libOT.so.0* usr/lib/openturns -debian/tmp/usr/lib/openturns/libOTwrapper.so.0* usr/lib/openturns debian/tmp/etc/openturns/* etc/openturns diff --git a/debian/openturns-wrapper.install b/debian/openturns-wrapper.install index c861eae..1cdc6b3 100644 --- a/debian/openturns-wrapper.install +++ b/debian/openturns-wrapper.install @@ -1,3 +1,3 @@ debian/tmp/usr/share/openturns/wrappers/* usr/lib/openturns/wrappers -debian/tmp/usr/share/openturns/WrapperTemplate/* usr/share/openturns/WrapperTemplate +debian/tmp/usr/share/openturns/WrapperTemplates/* usr/share/openturns/WrapperTemplates diff --git a/debian/python-openturns.install b/debian/python-openturns.install index 6519831..d852ee7 100644 --- a/debian/python-openturns.install +++ b/debian/python-openturns.install @@ -1,3 +1,4 @@ debian/tmp/usr/lib/python2.5/site-packages/openturns/*.py usr/lib/python2.5/site-packages -debian/tmp/usr/lib/python2.5/site-packages/openturns/_openturns* usr/lib/python2.5/site-packages +debian/tmp/usr/lib/python2.5/site-packages/openturns/_ot* usr/lib/python2.5/site-packages +debian/tmp/usr/lib/python2.5/site-packages/openturns/openturns_preload* usr/lib/python2.5/site-packages diff --git a/debian/python-openturns.lintian-overrides b/debian/python-openturns.lintian-overrides index 52f146a..3b7ee6f 100644 --- a/debian/python-openturns.lintian-overrides +++ b/debian/python-openturns.lintian-overrides @@ -1,4 +1,4 @@ python-openturns binary: postinst-has-useless-call-to-ldconfig python-openturns binary: postrm-has-useless-call-to-ldconfig -python-openturns binary: binary-or-shlib-defines-rpath ./usr/lib/python2.5/site-packages/_openturns.so.0.0.0 /usr/lib/openturns +python-openturns binary: binary-or-shlib-defines-rpath ./usr/lib/python2.5/site-packages/_ot.so.0.0.0 /usr/lib/openturns

