------------------------------------------------------------ revno: 666 committer: Matthias Klose <[email protected]> branch nick: openjdk8 timestamp: Wed 2015-12-16 05:24:41 +0100 message: openjdk-8 (8u72-b05-5) unstable; urgency=medium * Fix applying patches on arm64. * Hack around the split KFreeBSD personality. -- Matthias Klose <[email protected]> Tue, 15 Dec 2015 07:49:25 +0100 modified: debian/changelog debian/patches/kfreebsd-support-hotspot.diff debian/update-hgrev.sh
-- lp:~openjdk/openjdk/openjdk8 https://code.launchpad.net/~openjdk/openjdk/openjdk8 Your team Debian Java Maintainers is subscribed to branch lp:~openjdk/openjdk/openjdk8. To unsubscribe from this branch go to https://code.launchpad.net/~openjdk/openjdk/openjdk8/+edit-subscription
=== modified file 'debian/changelog' --- debian/changelog 2015-12-15 07:51:17 +0000 +++ debian/changelog 2015-12-16 04:24:41 +0000 @@ -1,8 +1,9 @@ -openjdk-8 (8u72-b05-5) UNRELEASED; urgency=medium +openjdk-8 (8u72-b05-5) unstable; urgency=medium * Fix applying patches on arm64. + * Hack around the split KFreeBSD personality. - -- Matthias Klose <[email protected]> Tue, 15 Dec 2015 08:49:25 +0100 + -- Matthias Klose <[email protected]> Tue, 15 Dec 2015 07:49:25 +0100 openjdk-8 (8u72-b05-4) unstable; urgency=medium === modified file 'debian/patches/kfreebsd-support-hotspot.diff' --- debian/patches/kfreebsd-support-hotspot.diff 2015-10-15 13:48:30 +0000 +++ debian/patches/kfreebsd-support-hotspot.diff 2015-12-16 04:24:41 +0000 @@ -807,3 +807,13 @@ #endif /* amd64 */ #if defined(sparc) || defined(sparcv9) +--- a/hotspot/make/linux/makefiles/saproc.make ++++ b/hotspot/make/linux/makefiles/saproc.make +@@ -90,6 +90,7 @@ + -I$(GENERATED) \ + -I$(BOOT_JAVA_HOME)/include \ + -I$(BOOT_JAVA_HOME)/include/$(Platform_os_family) \ ++ -I$(BOOT_JAVA_HOME)/include/bsd \ + $(ALT_SAINCDIR) \ + $(SASRCFILES) \ + $(SA_LFLAGS) \ === modified file 'debian/update-hgrev.sh' --- debian/update-hgrev.sh 2015-03-17 00:18:35 +0000 +++ debian/update-hgrev.sh 2015-12-16 04:24:41 +0000 @@ -26,4 +26,4 @@ for (( i = 0 ; i < ${#varhgchange[@]} ; i++ )); do actual_tar_rev $tarballdir/${tarballs[$i]} update_var ${varhgchange[$i]} $revision -done \ No newline at end of file +done
__ This is the maintainer address of Debian's Java team <http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.

