[hdf-eos5] 01/10: * Now build with szip support. Closes: #813160. * Standards-Version: 3.9.7 * Add Vcs-Git to repo in debian-science

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Oct 25 12:29:00 UTC 2017


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

mckinstry pushed a commit to branch debian/master
in repository hdf-eos5.

commit 3de66552bf96a6e20bd7fcb0da24bcc5894d5336
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Fri Feb 5 15:34:18 2016 +0000

    * Now build with szip support. Closes: #813160.
    * Standards-Version: 3.9.7
    * Add Vcs-Git to repo in debian-science
---
 debian/changelog | 8 +++++---
 debian/control   | 5 +++--
 debian/rules     | 5 ++++-
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d30f51d..bea8c30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,13 @@
-hdf-eos5 (5.1.15.dfsg.1-6) UNRELEASED; urgency=medium
+hdf-eos5 (5.1.15.dfsg.1-6) experimental; urgency=medium
 
+  * Now build with szip support. Closes: #813160.
   * Delete obsolete links file (replace by multiarch rules in ./rules)
     Closes: #760279. 
-  * Standards-Version: 3.9.6 
+  * Standards-Version: 3.9.7 
   * Updated watch file.
+  * Add Vcs-Git to repo in debian-science
 
- -- Alastair McKinstry <mckinstry at debian.org>  Mon, 17 Aug 2015 01:04:16 +0100
+ -- Alastair McKinstry <mckinstry at debian.org>  Fri, 05 Feb 2016 15:34:04 +0000
 
 hdf-eos5 (5.1.15.dfsg.1-5) experimental; urgency=medium
 
diff --git a/debian/control b/debian/control
index 8d8cb84..0540369 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,11 @@ Source: hdf-eos5
 Section: libs
 Priority: optional
 Maintainer: Alastair McKinstry <mckinstry at debian.org>
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Homepage: http://www.hdfeos.org
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/hdf-eos5.git
 Build-Depends: debhelper (>= 9), dh-buildinfo, gfortran, 
-  libhdf5-serial-dev | libhdf5-dev, libjpeg-dev, 
+  libhdf5-serial-dev | libhdf5-dev, libjpeg-dev, libaec-dev,
   zlib1g-dev, autotools-dev, libtool, libgctp-dev, chrpath, autoconf, automake, dh-autoreconf
 
 Package: libhe5-hdfeos0
diff --git a/debian/rules b/debian/rules
index 6551caf..701fb07 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,12 +7,15 @@
 %:
 	dh $@ --with autoreconf
 
+export HDF5_USE_SHLIB=yes
+export CC=/usr/bin/h5cc
+
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 LIBDIR:=/usr/lib/$(DEB_HOST_MULTIARCH)
 
 
 # Disable checks: known bad test case ignored this release
-DEB_CONFIGURE_EXTRA_FLAGS :=  --enable-shared --with-pic
+DEB_CONFIGURE_EXTRA_FLAGS :=  --enable-shared --with-pic --with-szlib=/usr/include,$(LIBDIR)
 
 ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),)
   DEB_CONFIGURE_EXTRA_FLAGS += --with-hdf5=/usr/include/hdf5/serial,/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hdf-eos5.git



More information about the debian-science-commits mailing list