[SCM] Debian packaging for openturns www.openturns.org branch, debian, updated. debian/1.1-9

Denis Barbier bouzim at gmail.com
Fri Jul 19 19:39:12 UTC 2013


The following commit has been merged in the debian branch:
commit b9ae68ceb2ff1937cda1c0df9fb4e76b0da96ade
Author: Denis Barbier <bouzim at gmail.com>
Date:   Thu Jul 18 19:26:05 2013 +0200

    Let libopenturns-dev depend on several *-dev packages
    
    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]
    Suggested by Julien Schueller.

diff --git a/debian/control b/debian/control
index a910d54..d519acb 100644
--- a/debian/control
+++ b/debian/control
@@ -45,7 +45,8 @@ Description: dynamic libraries for OpenTURNS
 Package: libopenturns-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libopenturns0.2 (= ${binary:Version})
+Depends: ${misc:Depends}, libopenturns0.2 (= ${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

-- 
Debian packaging for openturns www.openturns.org



More information about the debian-science-commits mailing list