diff options
| author | Ola Nordmann <olapc@yahoo.no> | 2001-10-01 12:45:30 +0000 |
|---|---|---|
| committer | Ola Nordmann <olapc@yahoo.no> | 2001-10-01 12:45:30 +0000 |
| commit | 8090e8a84320163b7416629df9009864da93c941 (patch) | |
| tree | 9795d4b2f89361f5199f22f95fb953c010a5eee8 /debian/control | |
| parent | c98cf17903d26cf28001386e60ed908a1cbcb665 (diff) | |
| download | java-common-8090e8a84320163b7416629df9009864da93c941.tar.gz | |
Merged and fixed lintian errors.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 03c125f..f4ee1c0 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: java-common Section: misc Priority: optional Maintainer: Ola Lundqvist <opal@debian.org> -Build-Depends: debhelper (>> 3.0.0), jade, jadetex, tetex-bin, debiandoc-sgml, sp, lynx +Build-Depends: debhelper (>> 3.0.0), jade, jadetex, tetex-bin, debiandoc-sgml, sp, lynx, docbook-xml-simple Standards-Version: 3.5.2 Package: java-common @@ -12,3 +12,18 @@ Description: Base of all Java packages This package is mandatory for any Java package. It includes the Java policy. +Package: java-virtual-machine-dummy +Architecture: all +Depends: java-common +Provides: java-virtual-machine +Description: Dummy Java virtual machine + This package is only to respect the dependencies rules. + Install it only if you have a real Java virtual machine. + +Package: java-compiler-dummy +Architecture: all +Depends: java-common +Provides: java-compiler +Description: Dummy Java compiler + This package is only to respect the dependencies rules. + Install it only if you have a real Java compiler. |
