[h5utils] 07/39: Imported Debian patch 1.10-2
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Tue Jul 21 23:56:06 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 c512b5fd45f732631328dbb8bc5845d9e5a81b7b
Author: Josselin Mouette <joss at debian.org>
Date: Mon Nov 7 21:44:20 2005 +0100
Imported Debian patch 1.10-2
---
debian/changelog | 14 ++++++++++++++
debian/compat | 1 +
debian/control | 5 +++--
debian/rules | 9 +++------
4 files changed, 21 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5d43fcc..f41d686 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+h5utils (1.10-2) unstable; urgency=low
+
+ * control:
+ + Build-depend on octave2.1-headers.
+ + Mention the octave plugin in the description.
+ * rules:
+ + Build the octave h5read plugin.
+ + Use DESTDIR instead of hacking the prefix.
+ + Clean h5read.oct.
+ * Makefile.{am,in}: build the octave plugin with -fPIC.
+ * compat: switch to compatibility level 4 for debhelper.
+
+ -- Josselin Mouette <joss at debian.org> Mon, 7 Nov 2005 21:44:20 +0100
+
h5utils (1.10-1) unstable; urgency=low
* New upstream release (closes: #326402).
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b8626c4
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+4
diff --git a/debian/control b/debian/control
index 6fb80f8..fe8d5e7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: h5utils
Section: science
Priority: optional
Maintainer: Josselin Mouette <joss at debian.org>
-Build-Depends: debhelper (>> 3.0.0), libhdf5-serial-dev (>= 1.6.4-3), libz-dev, libpng-dev, hdf5-tools, libhdf4g-dev, libmatheval1-dev
+Build-Depends: debhelper (>= 4), libhdf5-serial-dev (>= 1.6.4-3), libz-dev, libpng-dev, hdf5-tools, libhdf4g-dev, libmatheval1-dev, octave2.1-headers
Standards-Version: 3.6.2
Package: h5utils
@@ -21,6 +21,7 @@ Description: HDF5 files visualization tools
multi-dimensional numeric HDF5 datasets;
- h5fromh4, which converts HDF4 data to HDF5;
- h5tovtk, which converts HDF5 files to VTK files for
- visualization with VTK-aware programs.
+ visualization with VTK-aware programs;
+ - h5read, a plugin for the Octave numerical language.
.
URL: http://ab-initio.mit.edu/h5utils/
diff --git a/debian/rules b/debian/rules
index fc0909f..1699351 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-# This is the debhelper compatability version to use.
-export DH_COMPAT=3
-
# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
@@ -27,7 +24,7 @@ config.status:
dh_testdir
./configure --prefix=/usr --mandir=\$${prefix}/share/man \
--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
- --without-h5tov5d --without-octave --with-hdf4
+ --without-h5tov5d --with-octave --with-hdf4
touch configure-stamp
build: build-stamp
@@ -43,7 +40,7 @@ clean:
-$(MAKE) distclean
- dh_clean
+ dh_clean h5read.oct
install: build
dh_testdir
@@ -51,7 +48,7 @@ install: build
dh_clean -k
dh_installdirs
- $(MAKE) install prefix=$(CURDIR)/debian/h5utils/usr
+ $(MAKE) install DESTDIR=$(CURDIR)/debian/h5utils
# Build architecture-independent files here.
--
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