Adding version info for a package?

Matthias Klose doko at ubuntu.com
Fri Sep 12 10:01:13 PDT 2008


How to add version information for a package build?

$ java -version
java version "1.6.0_0"
OpenJDK  Runtime Environment (build 1.6.0_0-b11)
OpenJDK Server VM (build 1.6.0_0-b11, mixed mode)

does changing this to

$ java -version
java version "1.6.0_0"
OpenJDK  Runtime Environment (build 1.6.0_0-b11, Ubuntu 6b11-1ubuntu1)
OpenJDK Server VM (build 1.6.0_0-b11, mixed mode)

break something? Or should an extra line be added (same thing for the crash report)?

  Matthias



More information about the jdk6-dev mailing list