[Pkg-octave-commit] [SCM] Debian packaging for dynare branch, experimental, updated. debian/4.3.1-1-1-gafb978f

Sébastien Villemot sebastien at debian.org
Sun Oct 14 14:15:40 UTC 2012


The following commit has been merged in the experimental branch:
commit afb978f43171ac159eeefc29d48810252f1ea4e8
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sun Oct 14 16:12:32 2012 +0200

    Stricter version dependency between dynare, dynare-common and dynare-matlab

diff --git a/debian/control b/debian/control
index c0fcd62..6a213ca 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-octave/dynare.git
 
 Package: dynare
 Architecture: any
-Depends: octave, dynare-common, ${shlibs:Depends}, ${misc:Depends}
+Depends: octave, dynare-common (= ${source:Version}), ${shlibs:Depends},
+ ${misc:Depends}
 Suggests: dynare-doc, dynare-matlab
 Recommends: liboctave-dev, octave-optim, octave-io, octave-statistics,
  octave-control
@@ -116,8 +117,8 @@ Description: documentation for Dynare
 Package: dynare-matlab
 Architecture: all
 Section: contrib/math
-Depends: ${misc:Depends}, dynare, libboost-graph-dev (>= 1.36),
- gfortran, matlab-support, make, libslicot-pic
+Depends: ${misc:Depends}, dynare (>= ${source:Version}),
+ libboost-graph-dev (>= 1.36), gfortran, matlab-support, make, libslicot-pic
 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

-- 
Debian packaging for dynare



More information about the Pkg-octave-commit mailing list