summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorOla Nordmann <olapc@yahoo.no>2001-10-01 12:45:30 +0000
committerOla Nordmann <olapc@yahoo.no>2001-10-01 12:45:30 +0000
commit8090e8a84320163b7416629df9009864da93c941 (patch)
tree9795d4b2f89361f5199f22f95fb953c010a5eee8 /debian/control
parentc98cf17903d26cf28001386e60ed908a1cbcb665 (diff)
downloadjava-common-8090e8a84320163b7416629df9009864da93c941.tar.gz
Merged and fixed lintian errors.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control17
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.