This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository h5utils.
commit 6c5722c2379eecd7cccc7264d8cd26478d77df47 Author: Bas Couwenberg <[email protected]> Date: Sat Sep 19 08:14:33 2015 +0200 Drop octave support to not need manual dependency changes every transition. --- debian/changelog | 7 +++++++ debian/control | 5 +---- debian/rules | 11 +---------- 3 files changed, 9 insertions(+), 14 deletions(-) diff --git a/debian/changelog b/debian/changelog index fb2b264..5f94394 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +h5utils (1.12.1-4) UNRELEASED; urgency=medium + + * Drop octave support to not need manual dependency changes every transition. + (closes: #799394) + + -- Bas Couwenberg <[email protected]> Sat, 19 Sep 2015 08:13:59 +0200 + h5utils (1.12.1-3) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 50a7cd8..5625024 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,6 @@ Build-Depends: debhelper (>= 9), libhdf5-dev, libhdf4-dev, libmatheval-dev, - liboctave-dev (>= 4.0.0), libpng-dev, zlib1g-dev Standards-Version: 3.9.6 @@ -19,8 +18,7 @@ Homepage: http://ab-initio.mit.edu/h5utils/ Package: h5utils Architecture: any -Depends: liboctave3 (>= 4.0.0), - ${shlibs:Depends}, +Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: hdf5-tools Suggests: octave @@ -37,5 +35,4 @@ Description: HDF5 files visualization tools - h5fromh4, which converts HDF4 data to HDF5; - h5tovtk, which converts HDF5 files to VTK files for visualization with VTK-aware programs; - - h5read, a plugin for the Octave numerical language. diff --git a/debian/rules b/debian/rules index 68c3a32..edf96e0 100755 --- a/debian/rules +++ b/debian/rules @@ -25,17 +25,8 @@ endif %: dh $@ --with autoreconf --parallel -override_dh_clean: - dh_clean h5read.oct - override_dh_auto_configure: - dh_auto_configure -- --with-octave --with-hdf4 - -override_dh_auto_install: - dh_auto_install - - # Strip manually - strip --strip-unneeded --remove-section=.comment --remove-section=.note debian/*/usr/lib/*/octave/*/site/oct/*/h5read.oct + dh_auto_configure -- --with-hdf4 override_dh_install: dh_install --list-missing -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/h5utils.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

