r44806 - /packages/openturns/trunk/debian/control

barbier-guest at users.alioth.debian.org barbier-guest at users.alioth.debian.org
Tue May 15 20:20:22 UTC 2012


Author: barbier-guest
Date: Tue May 15 20:20:21 2012
New Revision: 44806

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44806
Log:
Remove some useless variable substitutions from debian/control

Modified:
    packages/openturns/trunk/debian/control

Modified: packages/openturns/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk/debian/control?rev=44806&op=diff
==============================================================================
--- packages/openturns/trunk/debian/control (original)
+++ packages/openturns/trunk/debian/control Tue May 15 20:20:21 2012
@@ -45,7 +45,7 @@
 Package: libopenturns-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libopenturns0.1 (= ${binary:Version})
+Depends: ${misc:Depends}, libopenturns0.1 (= ${binary:Version})
 Replaces: openturns-wrapper
 Breaks: openturns-wrapper
 Description: headers and development libraries for OpenTURNS
@@ -67,7 +67,7 @@
 Package: libopenturns-dbg
 Section: debug
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libopenturns-dev
+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
@@ -108,8 +108,7 @@
 Package: python-openturns-dev
 Section: python
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libopenturns-dev, python-openturns (= ${binary:Version}), python-dev
-Provides: ${python:Provides}
+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)
@@ -130,7 +129,7 @@
 Package: r-openturns-utils
 Section: gnu-r
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, r-base-core
+Depends: ${misc:Depends}, r-base-core
 Replaces: python-openturns
 Breaks: python-openturns (<< 1.0)
 Description: GNU R package of few tools needed by OpenTURNS




More information about the debian-science-commits mailing list