[SCM] Debian packaging for openturns www.openturns.org branch, debian, updated. debian/1.0-4-14-g1a1e7b9

Denis Barbier bouzim at gmail.com
Mon Dec 3 23:40:24 UTC 2012


The following commit has been merged in the debian branch:
commit 1a1e7b986df082cc2728e67b1a20434286eacc65
Author: Denis Barbier <bouzim at gmail.com>
Date:   Mon Dec 3 22:34:21 2012 +0100

    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.
     + python-openturns: Drop Depends on python-rpy2,
       ghostscript, python-qt4;
       Add Suggests: python-matplotlib, python-scipy

diff --git a/debian/control b/debian/control
index cacaff5..d1c416e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: science
 Priority: extra
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Christophe Prud'homme <prudhomm at debian.org>, Denis Barbier <barbier at debian.org>
-Build-Depends: debhelper (>= 8), quilt, gfortran, bison, flex, libxml2-dev, liblapack-dev, libblas-dev, libtbb-dev [i386 amd64 ia64], r-base-core, python-dev, python-rpy2, ghostscript, graphviz, swig, cmake, bc
+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.3
 Homepage: http://trac.openturns.org/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/openturns.git
@@ -13,8 +13,8 @@ X-Python-Version: current
 Package: libopenturns0.2
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, r-other-rot (= ${binary:Version})
-Suggests: python-openturns
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: python-openturns, r-other-rot (= ${binary:Version})
 Replaces: openturns-wrapper
 Breaks: openturns-wrapper
 Description: dynamic libraries for OpenTURNS
@@ -87,8 +87,9 @@ Description: debug symbols for OpenTURNS
 Package: python-openturns
 Section: python
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libopenturns0.2 (= ${binary:Version}), ${python:Depends}, python-rpy2, ghostscript, python-qt4
+Depends: ${shlibs:Depends}, ${misc:Depends}, libopenturns0.2 (= ${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

-- 
Debian packaging for openturns www.openturns.org



More information about the debian-science-commits mailing list