diff options
| author | Ola Nordmann <olapc@yahoo.no> | 2002-03-04 19:29:15 +0000 | 
|---|---|---|
| committer | Ola Nordmann <olapc@yahoo.no> | 2002-03-04 19:29:15 +0000 | 
| commit | 6b141ad3b671d5a6daef4ddae12474e910f9fffe (patch) | |
| tree | 3e3a6a43a8fcf5fac4416627889828ccb8b4433b | |
| parent | 847b7cdd04821d696ad607a21225e76678d8862e (diff) | |
| download | java-common-6b141ad3b671d5a6daef4ddae12474e910f9fffe.tar.gz | |
Changed descriotion, closes: #118458.
| -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. | 
