Gert Wollny pushed to branch experimental at Debian Med / gdcm
Commits: e458c167 by Gert Wollny at 2018-05-15T23:03:10+00:00 d/rules: Add explicit java home path on arm* - - - - - efe99cfa by Gert Wollny at 2018-05-16T01:07:56+02:00 Update changelog for upload - - - - - 95abd6a4 by Gert Wollny at 2018-05-16T01:49:08+02:00 Upload to experimental - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,16 @@ -gdcm (2.8.6-1python3) experimental; urgency=medium +gdcm (2.8.6-2python3) experimental; urgency=medium * Experimental upload with python 3 support -- Gert Wollny <[email protected]> Sun, 29 Apr 2018 23:51:14 +0200 +gdcm (2.8.6-2) unstable; urgency=medium + + * d/rules: Add explicit java home path on arm* and + powerpc ppc64el + + -- Gert Wollny <[email protected]> Wed, 16 May 2018 01:04:30 +0200 + gdcm (2.8.6-1) unstable; urgency=medium * New upstream version 2.8.6 ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -32,6 +32,12 @@ ifeq ($(DEB_BUILD_ARCH),$(filter $(DEB_BUILD_ARCH),hppa hurd-i386)) DEFAULT_JAVA_VERSION=1.5 endif +# set JAVA path on arm, doesn't seem to find it otherwise +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 + + # deduce documentation option (build-indep target) ifeq "" "$(filter %-doc,$(shell dh_listpackages))" BUILDDOC = OFF View it on GitLab: https://salsa.debian.org/med-team/gdcm/compare/713a731dbff60c50513894b58b1213213596edd1...95abd6a44598384f80e1a179bbb870539a09ec00 --- View it on GitLab: https://salsa.debian.org/med-team/gdcm/compare/713a731dbff60c50513894b58b1213213596edd1...95abd6a44598384f80e1a179bbb870539a09ec00 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
