Package: release.debian.org Severity: normal Tags: stretch User: release.debian....@packages.debian.org Usertags: pu
HDF5 in stretch is affected by RC bug #871506 now fixed in unstable and testing. I have prepared release 1.10.0-patch1+docs-3+deb9u1 for stretch with the very same fix as in unstable. Debdiff attached. I'd appreciate if you consider allowing this upload to stretch. Thanks in advance, _g. -- System Information: Debian Release: buster/sid APT prefers testing-debug APT policy: (500, 'testing-debug'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.9.0-3-amd64 (SMP w/8 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru hdf5-1.10.0-patch1+docs/debian/changelog hdf5-1.10.0-patch1+docs/debian/changelog --- hdf5-1.10.0-patch1+docs/debian/changelog 2016-12-05 09:27:39.000000000 +0100 +++ hdf5-1.10.0-patch1+docs/debian/changelog 2017-08-19 09:33:00.000000000 +0200 @@ -1,3 +1,9 @@ +hdf5 (1.10.0-patch1+docs-3+deb9u1) stretch; urgency=medium + + * debian/rules: fix javahelper invocation (closes: #871506) + + -- Gilles Filippini <p...@debian.org> Sat, 19 Aug 2017 09:33:00 +0200 + hdf5 (1.10.0-patch1+docs-3) unstable; urgency=medium * Enable openmpi flavor on hppa (closes: #833457) diff -Nru hdf5-1.10.0-patch1+docs/debian/rules hdf5-1.10.0-patch1+docs/debian/rules --- hdf5-1.10.0-patch1+docs/debian/rules 2016-12-05 09:27:39.000000000 +0100 +++ hdf5-1.10.0-patch1+docs/debian/rules 2017-08-18 13:01:20.000000000 +0200 @@ -107,7 +107,7 @@ # No java >= 1.7 on hppa and hurd-i386 ifeq (,$(filter $(DEB_HOST_ARCH),hppa hurd-i386)) SERIAL_FLAGS += --enable-java -DH_HELPERS = --with-javahelper +DH_HELPERS = --with javahelper install_jni := install_jni dh_install_java := dh_install_java PACKAGES_java := libhdf5-java libhdf5-jni