This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository openjdk-8.
commit b05e8e2433ea559056bbe40e460d123e845b7901 Author: Emmanuel Bourg <[email protected]> Date: Fri May 16 14:11:36 2014 +0200 Don't build the -jre-zero package until zero builds along hotspot --- debian/control | 28 ++++++++++++++-------------- debian/control.zero-jre | 28 ++++++++++++++-------------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/debian/control b/debian/control index 7e975ff..c3ec0f9 100644 --- a/debian/control +++ b/debian/control @@ -128,17 +128,17 @@ Description: Java runtime based on OpenJDK (debugging symbols) # . # The VM is started with the option `-jamvm'. See the README.Debian for details. -Package: openjdk-8-jre-zero -Architecture: amd64 i386 arm64 lpia kfreebsd-amd64 kfreebsd-i386 -Multi-Arch: same -Priority: extra -Pre-Depends: ${dpkg:Depends} -Depends: openjdk-8-jre-headless (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} -Provides: ${zerovm:Provides} -Description: Alternative JVM for OpenJDK, using Zero/Shark - The package provides an alternative runtime using the Zero VM and the - Shark Just In Time Compiler (JIT). Built on architectures in addition - to the Hotspot VM as a debugging aid for those architectures which don't - have a Hotspot VM. - . - The VM is started with the option `-zero'. See the README.Debian for details. +#Package: openjdk-8-jre-zero +#Architecture: amd64 i386 arm64 lpia kfreebsd-amd64 kfreebsd-i386 +#Multi-Arch: same +#Priority: extra +#Pre-Depends: ${dpkg:Depends} +#Depends: openjdk-8-jre-headless (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +#Provides: ${zerovm:Provides} +#Description: Alternative JVM for OpenJDK, using Zero/Shark +# The package provides an alternative runtime using the Zero VM and the +# Shark Just In Time Compiler (JIT). Built on architectures in addition +# to the Hotspot VM as a debugging aid for those architectures which don't +# have a Hotspot VM. +# . +# The VM is started with the option `-zero'. See the README.Debian for details. diff --git a/debian/control.zero-jre b/debian/control.zero-jre index f53e372..8ebbdc3 100644 --- a/debian/control.zero-jre +++ b/debian/control.zero-jre @@ -1,15 +1,15 @@ -Package: @basename@-jre-zero -Architecture: @altzero_archs@ -Multi-Arch: same -Priority: extra -Pre-Depends: ${dpkg:Depends} -Depends: @basename@-jre-headless (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} -Provides: ${zerovm:Provides} -Description: Alternative JVM for OpenJDK, using Zero/Shark - The package provides an alternative runtime using the Zero VM and the - Shark Just In Time Compiler (JIT). Built on architectures in addition - to the Hotspot VM as a debugging aid for those architectures which don't - have a Hotspot VM. - . - The VM is started with the option `-zero'. See the README.Debian for details. +#Package: @basename@-jre-zero +#Architecture: @altzero_archs@ +#Multi-Arch: same +#Priority: extra +#Pre-Depends: ${dpkg:Depends} +#Depends: @basename@-jre-headless (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +#Provides: ${zerovm:Provides} +#Description: Alternative JVM for OpenJDK, using Zero/Shark +# The package provides an alternative runtime using the Zero VM and the +# Shark Just In Time Compiler (JIT). Built on architectures in addition +# to the Hotspot VM as a debugging aid for those architectures which don't +# have a Hotspot VM. +# . +# The VM is started with the option `-zero'. See the README.Debian for details. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-8.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

