From 6c56ec1a7673e5e5f51ec91cd12b8bd2b700eaf4 Mon Sep 17 00:00:00 2001 From: Ola Nordmann Date: Tue, 2 Oct 2001 15:17:27 +0000 Subject: Major changes to the policy and wrote simple publish script. --- debian/control | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'debian/control') 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 -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. -- cgit v1.2.3