szip is now available in Debian as part of the libaec package. The following patch fixes the FTBFS.
regards Alastair On 18/03/2016 04:39, Debian testing autoremoval watch wrote: > jhdf 2.9-3 is marked for autoremoval from testing on 2016-03-14 > > It is affected by these RC bugs: > 813261: jhdf: FTBFS: checking dependencies for HDF5 library... configure: > error: HDF5 library needs SZIP, SZIP not defined. > > diff -urN debian.orig/changelog debian/changelog --- debian.orig/changelog 2014-08-12 23:36:21.000000000 +0100 +++ debian/changelog 2016-03-18 13:33:25.225723656 +0000 @@ -1,3 +1,10 @@ +jhdf (2.9-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Add SZIP support + + -- Alastair McKinstry <mckins...@debian.org> Fri, 18 Mar 2016 13:33:15 +0000 + jhdf (2.9-3) unstable; urgency=medium * Team Upload. diff -urN debian.orig/compat debian/compat --- debian.orig/compat 1970-01-01 01:00:00.000000000 +0100 +++ debian/compat 2016-03-18 13:42:31.634239438 +0000 @@ -0,0 +1 @@ +5 diff -urN debian.orig/control debian/control --- debian.orig/control 2014-08-12 23:33:10.000000000 +0100 +++ debian/control 2016-03-18 13:33:38.266214160 +0000 @@ -5,7 +5,7 @@ Uploaders: Sylvestre Ledru <sylves...@debian.org> Build-Depends: debhelper (>= 7), autotools-dev, cdbs, default-jdk (>= 2:1.6), libjpeg-dev, zlib1g-dev, libhdf4-dev, libhdf5-dev (>= 1.8.8), - automake, autoconf, imagemagick + automake, autoconf, imagemagick, libaec-dev Standards-Version: 3.9.5 Homepage: http://www.hdfgroup.org/hdf-java-html/ Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/jhdf/ diff -urN debian.orig/patches/series debian/patches/series --- debian.orig/patches/series 2014-08-12 16:02:13.000000000 +0100 +++ debian/patches/series 2016-03-18 13:49:42.658822387 +0000 @@ -14,3 +14,5 @@ z_sharedOptMissing.diff source1.5.diff +conf +comm diff -urN debian.orig/rules debian/rules --- debian.orig/rules 2014-08-12 23:04:30.000000000 +0100 +++ debian/rules 2016-03-18 13:49:29.622313274 +0000 @@ -17,5 +17,5 @@ DEB_CONFIGURE_EXTRA_FLAGS := CC=gcc -DEB_CONFIGURE_NORMAL_ARGS += --with-jdk=/usr/lib/jvm/default-java/include/,/usr/lib/jvm/default-java/lib/ --with-classpath=/usr/lib/jvm/default-java/lib/ --with-javabin=/usr/lib/jvm/default-java/bin/ --with-libz=yes,/usr/lib --with-libjpeg=yes,/usr/lib/ $(WITH_HDF5) --with-hdf4=/usr/include/hdf/,/usr/lib/ +DEB_CONFIGURE_NORMAL_ARGS += --with-jdk=/usr/lib/jvm/default-java/include/,/usr/lib/jvm/default-java/lib/ --with-classpath=/usr/lib/jvm/default-java/lib/ --with-javabin=/usr/lib/jvm/default-java/bin/ --with-libz=yes,/usr/lib --with-libjpeg=yes,/usr/lib/ $(WITH_HDF5) --with-hdf4=/usr/include/hdf/,/usr/lib/ --with-libsz=yes,/usr/lib/$(DEB_HOST_MULTIARCH) DEB_CONFIGURE_PREFIX := $(CURDIR)/debian/tmp/ -- Alastair McKinstry, <alast...@sceal.ie>, <mckins...@debian.org>, https://diaspora.sceal.ie/u/amckinstry Misentropy: doubting that the Universe is becoming more disordered. -- debian-science-maintainers mailing list debian-science-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers