summaryrefslogtreecommitdiff
path: root/debian/control.jamvm-jre
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-05-12 22:48:36 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-05-12 22:48:36 +0300
commit37d630875d33bf3c291026c40bb08d1b6c9edcc8 (patch)
tree68fb026f54a962cf1d631f010e98681add6ed014 /debian/control.jamvm-jre
downloadopenjdk-8-debian.tar.gz
Imported debian/openjdk-8_8u131-b11-1debian/8u131-b11-1debian
Diffstat (limited to 'debian/control.jamvm-jre')
-rw-r--r--debian/control.jamvm-jre13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/control.jamvm-jre b/debian/control.jamvm-jre
new file mode 100644
index 0000000..9a52815
--- /dev/null
+++ b/debian/control.jamvm-jre
@@ -0,0 +1,13 @@
+
+Package: openjdk-8-jre-jamvm
+Architecture: @jamvm_archs@
+Multi-Arch: same
+Priority: extra
+Pre-Depends: ${dpkg:Depends}
+Depends: @basename@-jre-headless (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: Alternative JVM for OpenJDK, using JamVM
+ The package provides an alternative runtime using the JamVM. This is a
+ somewhat faster alternative than the Zero port on architectures like armel,
+ mips, mipsel, powerpc.
+ .
+ The VM is started with the option `-jamvm'. See the README.Debian for details.