diff options
| author | Ola Nordmann <olapc@yahoo.no> | 2001-10-02 15:17:27 +0000 |
|---|---|---|
| committer | Ola Nordmann <olapc@yahoo.no> | 2001-10-02 15:17:27 +0000 |
| commit | 6c56ec1a7673e5e5f51ec91cd12b8bd2b700eaf4 (patch) | |
| tree | f7d6698b2b20a15e8acce3709bcbb9eab3f3f3d0 /debian/control | |
| parent | 9bf11e58cb362aaf4adfa0cc82f972d772d8b115 (diff) | |
| download | java-common-6c56ec1a7673e5e5f51ec91cd12b8bd2b700eaf4.tar.gz | |
Major changes to the policy and wrote simple publish script.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b177992..cdf095d 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, docbook-xml-simple, dpsyco-devel +Build-Depends-Indep: debhelper (>> 3.0.0), jade, jadetex, tetex-bin, debiandoc-sgml, sp, lynx, docbook-xml-simple, dpsyco-devel Standards-Version: 3.5.2 Package: java-common @@ -27,3 +27,29 @@ 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. + +Package: java2-compiler-dummy +Architecture: all +Depends: java-common +Provides: java2-compiler +Description: Dummy Java compiler + This package is only to respect the dependencies. + Install it only if you have a real Java version 2 compiler. + +Package: java1-runtime-dummy +Architecture: all +Depends: java-virtual-machine +Provides: java1-runtime +Description: Dummy java 1 runtime environment. + This package is only to respect the dependenies. + Install it only if you have a real Java version 1 + compliant environment. + +Package: java2-runtime-dummy +Architecture: all +Depends: java-virtual-machine +Provides: java2-runtime +Description: Dummy java 2 runtime environment. + This package is only to respect the dependenies. + Install it only if you have a real Java version 2 + compliant environment. |
