aboutsummaryrefslogtreecommitdiff
path: root/debian/control.zero-jre
blob: f53e3725f77fa4fe0cb86c679c31ae3f42e90aec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.