[openjdk-8] 01/03: Replaced 7 with 8 in the package documentation
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Apr 3 11:35:46 UTC 2014
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 565e21439daf133cc7772fed211ffe58e7fee19b
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Apr 3 12:48:36 2014 +0200
Replaced 7 with 8 in the package documentation
---
debian/JAVA_HOME | 4 ++--
debian/README.Debian | 16 ++++++++--------
debian/README.source | 6 +++---
3 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/debian/JAVA_HOME b/debian/JAVA_HOME
index 876e989..4e62dd1 100644
--- a/debian/JAVA_HOME
+++ b/debian/JAVA_HOME
@@ -7,7 +7,7 @@
integrated with your Debian GNU/Linux system.
-2. Selecting OpenJDK 7 as the default Java(TM) implementation
+2. Selecting OpenJDK 8 as the default Java(TM) implementation
Please see README.alternatives for instructions on how
- to make OpenJDK 7 executables and man pages the default on your system.
+ to make OpenJDK 8 executables and man pages the default on your system.
diff --git a/debian/README.Debian b/debian/README.Debian
index 579fef0..5f1c629 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,4 +1,4 @@
-openjdk-7 for Debian/Ubuntu
+openjdk-8 for Debian/Ubuntu
---------------------------
The OpenJDK build is configured --with-additional-vms to build with
@@ -23,20 +23,20 @@ compiler); to use the zero build without shark support, use the `-Xint'
option to operate in interpreted-only mode.
On some architectures (currently armel and powerpc, when built against
-llvm-2.6) which use ther zero vm as the default, the openjdk-7-jre-zero
+llvm-2.6) which use ther zero vm as the default, the openjdk-8-jre-zero
package contains the shark vm.
-To change the default permanently, edit /etc/java-7-openjdk/jvm.cfg.
+To change the default permanently, edit /etc/java-8-openjdk/jvm.cfg.
-The CACAO VM can be found in the icedtea-7-jre-cacao package, the Zero/Shark
-VM can be found in the openjdk-7-jre-zero package (on the architectures
+The CACAO VM can be found in the icedtea-8-jre-cacao package, the Zero/Shark
+VM can be found in the openjdk-8-jre-zero package (on the architectures
where the Hotspot VM is available).
Please look for further documentation in the directory
-/usr/share/doc/openjdk-7-jre/ .
+/usr/share/doc/openjdk-8-jre/ .
-The package openjdk-7-jre-headless ships a cgi script
-/usr/lib/jvm/java-7-openjdk/bin/java-rmi.cgi that you must integrate
+The package openjdk-8-jre-headless ships a cgi script
+/usr/lib/jvm/java-8-openjdk/bin/java-rmi.cgi that you must integrate
into your webserver setup manually if you need it. It is not activated
automatically.
diff --git a/debian/README.source b/debian/README.source
index 843de16..50daf8b 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,7 +1,7 @@
Content of the openjdk-8 source package
---------------------------------------
-openjdk8 is a composite source package. It consists in:
+openjdk-8 is a composite source package. It consists in:
- Multiple tarballs containing the sources of the different VMs or ports
supported.
@@ -47,9 +47,9 @@ contain several flags to change how a package is compiled and built.
* noaltjamvm: don't build alternative Jamvm VM.
Sample usage:
-DEB_BUILD_OPTIONS="parallel=5 nocheck" debuild -i"(\.hg|\.bzr|\.git)"
+DEB_BUILD_OPTIONS="parallel=5 nocheck" debuild
Build with 5 parallel processes and don't run mauve/jtreg test suites.
This also work with cowbuilder/pbuilder:
-DEB_BUILD_OPTIONS="parallel=5 nocheck" pdebuild -i"(\.hg|\.bzr|\.git)" --logfile ../build.log --pbuilder cowbuilder
+DEB_BUILD_OPTIONS="parallel=5 nocheck" pdebuild --logfile ../build.log --pbuilder cowbuilder
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-8.git
More information about the pkg-java-commits
mailing list