[h5utils] 37/39: Add dependency on liboctave3 not included in ${shlibs:Depends}.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Jul 21 23:56:12 UTC 2015


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

sebastic pushed a commit to branch master
in repository h5utils.

commit 685f39fdcfd14ffbf1a8dea4653c6054f7d4e01d
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Jul 22 01:20:04 2015 +0200

    Add dependency on liboctave3 not included in ${shlibs:Depends}.
---
 debian/changelog | 2 ++
 debian/control   | 5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5a98546..3ed3fe1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,8 @@ h5utils (1.12.1-3) UNRELEASED; urgency=medium
     - canonical Vcs-* URLs
     - copyright-format 1.0
     - minimal dh rules for new mandatory targets
+  * Add dependency on liboctave3 not included in ${shlibs:Depends}.
+    (closes: #793150)
 
  -- Bas Couwenberg <sebastic at debian.org>  Tue, 21 Jul 2015 23:15:08 +0200
 
diff --git a/debian/control b/debian/control
index c453a79..50a7cd8 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9),
                libhdf5-dev,
                libhdf4-dev,
                libmatheval-dev,
-               liboctave-dev,
+               liboctave-dev (>= 4.0.0),
                libpng-dev,
                zlib1g-dev
 Standards-Version: 3.9.6
@@ -19,7 +19,8 @@ Homepage: http://ab-initio.mit.edu/h5utils/
 
 Package: h5utils
 Architecture: any
-Depends: ${shlibs:Depends},
+Depends: liboctave3 (>= 4.0.0),
+         ${shlibs:Depends},
          ${misc:Depends}
 Recommends: hdf5-tools
 Suggests: octave

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/h5utils.git



More information about the Pkg-grass-devel mailing list