diff options
Diffstat (limited to 'debian/control.zero-jre')
-rw-r--r-- | debian/control.zero-jre | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/control.zero-jre b/debian/control.zero-jre new file mode 100644 index 0000000..f53e372 --- /dev/null +++ b/debian/control.zero-jre @@ -0,0 +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. |