This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository openjdk-7-jre-dcevm.
commit eb6c6dae26088bf3e7a1f9223029931a609d491d Author: Emmanuel Bourg <[email protected]> Date: Mon Sep 1 19:14:29 2014 +0200 Fixed a build failure on i386 (Closes: #759705) --- debian/changelog | 6 ++++++ debian/rules | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5c8a80c..ce4f3cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +openjdk-7-jre-dcevm (7u55-2) UNRELEASED; urgency=medium + + * Fixed a build failure on i386 (Closes: #759705) + + -- Emmanuel Bourg <[email protected]> Mon, 01 Sep 2014 17:49:55 +0200 + openjdk-7-jre-dcevm (7u55-1) unstable; urgency=medium * Initial release. (Closes: #747493) diff --git a/debian/rules b/debian/rules index a8f495c..27cfdab 100755 --- a/debian/rules +++ b/debian/rules @@ -22,6 +22,7 @@ override_dh_auto_build: HOTSPOT_BUILD_JOBS=2 \ ALT_BOOTDIR=$(JAVA_HOME) \ OPENJDK=true \ + DEBUG_BINARIES=true \ HOTSPOT_BUILD_VERSION=dcevm-full override_dh_install: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-7-jre-dcevm.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

