diff options
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 13 |
2 files changed, 16 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index e2ffc7d..eda777b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +java-common (0.10) unstable; urgency=low + + * Changed descriotion, closes: #118458. + + -- Ola Lundqvist <opal@debian.org> Mon, 4 Mar 2002 20:41:16 +0100 + java-common (0.9) unstable; urgency=low * Updated the java policy. This is a major rewrite from all the information diff --git a/debian/control b/debian/control index 28b6dd4..a8c0c9e 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,13 @@ Standards-Version: 3.5.2 Package: java-common Architecture: all Depends: -Description: Base of all Java packages - This package is mandatory for any Java package. It - includes the Debian Java policy and the Java FAQ. +Description: Base of all java packages + This package must be installed in the system if a java environment + is desired. It includes useful information for java user in + Debian GNU/Linux including: + - the Java policy document which describes + the layout of java support in Debian and how Java packages should + behave. + - the Debian-Java-FAQ which provides information on the status of + java support in Debian, available compilers, virtual machines, java + programs and libraries as well as information on legal issues. |
