Loading debian/changelog +7 −0 Original line number Diff line number Diff line gdcm (2.8.6-2) unstable; urgency=medium * d/rules: Add explicit java home path on arm* and powerpc ppc64el -- Gert Wollny <gewo@debian.org> Wed, 16 May 2018 01:04:30 +0200 gdcm (2.8.6-1) unstable; urgency=medium * New upstream version 2.8.6 Loading debian/rules +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ ifeq ($(DEB_BUILD_ARCH),$(filter $(DEB_BUILD_ARCH),hppa hurd-i386)) endif # set JAVA path on arm, doesn't seem to find it otherwise ifeq ($(DEB_BUILD_ARCH),$(filter $(DEB_BUILD_ARCH),armhf armel arm64)) ifeq ($(DEB_BUILD_ARCH),$(filter $(DEB_BUILD_ARCH),armhf armel arm64 powerpc ppc64el)) export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-$(DEB_BUILD_ARCH) endif Loading Loading
debian/changelog +7 −0 Original line number Diff line number Diff line gdcm (2.8.6-2) unstable; urgency=medium * d/rules: Add explicit java home path on arm* and powerpc ppc64el -- Gert Wollny <gewo@debian.org> Wed, 16 May 2018 01:04:30 +0200 gdcm (2.8.6-1) unstable; urgency=medium * New upstream version 2.8.6 Loading
debian/rules +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ ifeq ($(DEB_BUILD_ARCH),$(filter $(DEB_BUILD_ARCH),hppa hurd-i386)) endif # set JAVA path on arm, doesn't seem to find it otherwise ifeq ($(DEB_BUILD_ARCH),$(filter $(DEB_BUILD_ARCH),armhf armel arm64)) ifeq ($(DEB_BUILD_ARCH),$(filter $(DEB_BUILD_ARCH),armhf armel arm64 powerpc ppc64el)) export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-$(DEB_BUILD_ARCH) endif Loading