[Pkg-octave-commit] [dynare] 04/08: d/control: drop unnecessary versioned dependency on libboost-graph-dev.

Sébastien Villemot sebastien at debian.org
Tue Jun 13 15:07:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository dynare.

commit 0f3b849398b7389cc5be235ecf27060342a4ea5b
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Tue Jun 13 15:27:41 2017 +0200

    d/control: drop unnecessary versioned dependency on libboost-graph-dev.
---
 debian/control | 50 +++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 37 insertions(+), 13 deletions(-)

diff --git a/debian/control b/debian/control
index 30dd5de..a45ca34 100644
--- a/debian/control
+++ b/debian/control
@@ -3,24 +3,43 @@ Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
 Uploaders: Sébastien Villemot <sebastien at debian.org>
 Section: math
 Priority: optional
-Build-Depends: debhelper (>= 9), liboctave-dev, libboost-graph-dev (>= 1.36),
- libmatio-dev, libgsl-dev, libslicot-dev, dh-autoreconf, libsuitesparse-dev,
- texlive, texlive-publishers, texlive-extra-utils,
- texlive-formats-extra, texlive-generic-recommended, texi2html, latex2html,
- latex-beamer, texlive-math-extra
+Build-Depends: debhelper (>= 9),
+               liboctave-dev,
+               libboost-graph-dev,
+               libmatio-dev,
+               libgsl-dev,
+               libslicot-dev,
+               dh-autoreconf,
+               libsuitesparse-dev,
+               texlive,
+               texlive-publishers,
+               texlive-extra-utils,
+               texlive-formats-extra,
+               texlive-generic-recommended,
+               texi2html,
+               latex2html,
+               latex-beamer,
+               texlive-math-extra
 Standards-Version: 3.9.6
-Homepage: http://www.dynare.org/
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-octave/dynare.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-octave/dynare.git
+Homepage: http://www.dynare.org/
 
 Package: dynare
 Architecture: any
-Depends: octave, ${shlibs:Depends}, ${misc:Depends}
-Suggests: dynare-doc, dynare-matlab
+Depends: octave,
+         ${shlibs:Depends},
+         ${misc:Depends}
+Recommends: liboctave-dev,
+            octave-optim,
+            octave-io,
+            octave-statistics,
+            octave-control,
+            matlab2tikz
+Suggests: dynare-doc,
+          dynare-matlab
 Breaks: dynare-common
 Replaces: dynare-common
-Recommends: liboctave-dev, octave-optim, octave-io, octave-statistics,
- octave-control, matlab2tikz
 Description: platform for handling a wide class of economic models
  Dynare is a software platform for handling a wide class of economic models, in
  particular dynamic stochastic general equilibrium (DSGE) and overlapping
@@ -82,9 +101,14 @@ Description: documentation for Dynare
 Package: dynare-matlab
 Architecture: all
 Section: contrib/math
-Depends: ${misc:Depends}, dynare (>= ${source:Version}),
- libboost-graph-dev (>= 1.36),
- gfortran, matlab-support, make, libslicot-pic, libmatio-dev
+Depends: ${misc:Depends},
+         dynare (>= ${source:Version}),
+         libboost-graph-dev,
+         gfortran,
+         matlab-support,
+         make,
+         libslicot-pic,
+         libmatio-dev
 Description: MATLAB support for Dynare
  Dynare is a software platform for handling a wide class of economic models, in
  particular dynamic stochastic general equilibrium (DSGE) and overlapping

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/dynare.git



More information about the Pkg-octave-commit mailing list