This is an automated email from the git hooks/post-receive script. pini pushed a commit to branch master in repository hdf5.
commit f4b5e675a41b9cc71a093b66781dbb2a4f646061 Author: Gilles Filippini <p...@debian.org> Date: Sun Aug 13 19:10:20 2017 +0200 debian/rules: fix javahelper invocation (closes: #871506) --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fce9172..90309cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hdf5 (1.10.0-patch1+docs-4) unstable; urgency=medium + + * debian/rules: fix javahelper invocation (closes: #871506) + + -- Gilles Filippini <p...@debian.org> Sun, 13 Aug 2017 18:50:36 +0200 + hdf5 (1.10.0-patch1+docs-3) unstable; urgency=medium * Enable openmpi flavor on hppa (closes: #833457) diff --git a/debian/rules b/debian/rules index ad84f79..c6dcede 100755 --- a/debian/rules +++ b/debian/rules @@ -107,7 +107,7 @@ SERIAL_FLAGS = $(call FLAVOR_FLAGS,serial) --enable-threadsafe --enable-cxx # 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf5.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel