[hdf5] 01/01: debian/rules: fix javahelper invocation (closes: #871506)
Gilles Filippini
pini at debian.org
Thu Dec 21 22:06:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
pini pushed a commit to annotated tag debian/1.10.0-patch1+docs-3+deb9u1
in repository hdf5.
commit c0020f9883ab84d5f59a91153a5ff3c59458d197
Author: Gilles Filippini <pini at debian.org>
Date: Sun Aug 13 19:10:20 2017 +0200
debian/rules: fix javahelper invocation (closes: #871506)
Backport of the fix from unstable.
---
debian/changelog | 6 ++++++
debian/rules | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index fce9172..35d8b47 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hdf5 (1.10.0-patch1+docs-3+deb9u1) stretch; urgency=medium
+
+ * debian/rules: fix javahelper invocation (closes: #871506)
+
+ -- Gilles Filippini <pini at 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 --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
More information about the Pkg-grass-devel
mailing list