diff options
| author | Ola Nordmann <olapc@yahoo.no> | 2002-09-25 06:26:59 +0000 |
|---|---|---|
| committer | Ola Nordmann <olapc@yahoo.no> | 2002-09-25 06:26:59 +0000 |
| commit | 7dd7e3ab9f365fa496d9e9dcc8151916c07e4db8 (patch) | |
| tree | 5dacc2d4754eb3affd6700c02c553a00fd2660f3 /debian | |
| parent | fd3769ae4d7c54160a3165e0a2ecca8f0132e3e5 (diff) | |
| download | java-common-7dd7e3ab9f365fa496d9e9dcc8151916c07e4db8.tar.gz | |
Dummy package information.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 3d0df68..75fe4fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,9 @@ java-common (0.15) unstable; urgency=low * Java libraries should now only suggest java-virtual-machine, closes: #159448. * Documentation about -gcj and -jni, closes: #146771. + * Java-common now suggests equivs and contain instructions on how to create + a dummy package, closes: #159483. Thanks to + "Grzegorz Prokopski (Debian Developer)" <gadek@debian.org>. -- Ola Lundqvist <opal@debian.org> Wed, 25 Sep 2002 07:41:45 +0200 diff --git a/debian/control b/debian/control index f036dd4..ff2724d 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.5.2 Package: java-common Architecture: all -Depends: +Suggests: equivs Description: Base of all Java packages This package must be installed in the system if a Java environment is desired. It covers useful information for Java users in @@ -17,3 +17,5 @@ Description: Base of all Java packages - 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 on legal issues. + - Information on how to create dummy packages to fullfill java2 + requirements. |
