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 | |
| parent | 9bf11e58cb362aaf4adfa0cc82f972d772d8b115 (diff) | |
| download | java-common-6c56ec1a7673e5e5f51ec91cd12b8bd2b700eaf4.tar.gz | |
Major changes to the policy and wrote simple publish script.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/.cvsignore | 3 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 28 | ||||
| -rw-r--r-- | debian/java-common.dirs | 2 |
4 files changed, 36 insertions, 3 deletions
diff --git a/debian/.cvsignore b/debian/.cvsignore index 3cb342d..b762e8f 100644 --- a/debian/.cvsignore +++ b/debian/.cvsignore @@ -4,3 +4,6 @@ files java-common java-virtual-machine-dummy java-compiler-dummy +java2-compiler-dummy +java1-runtime-dummy +java2-runtime-dummy diff --git a/debian/changelog b/debian/changelog index 8a1f597..6aee35b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,13 +2,17 @@ java-common (0.8) unstable; urgency=low * Moved java-compiler-dummy to java-common. * Moved java-virtual-machine-dummy to java-common. + * Created java1-runtime-dummy, java2-runtime-dummy and + java2-compiler-dummy. * Moved dummy config files, closes: #55527, #55747. * Fixed manpage, closes: #55525. * Fixed the copyright file, closes: #55524. * No I will not add a jar hook. It does not require any special classpaths and the jar program should exist in the package that provides the binary, closes: #81647. - * The updated java policy will be updated soon. + * Updated the java policy. This is a major rewrite from all the information + that people seems to have agreed upon, in the debian-java@lists.debian.org + mailinglist. Closes: #107809, #107810. -- Ola Lundqvist <opal@debian.org> Mon, 01 Oct 2001 13:43:56 +0200 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. diff --git a/debian/java-common.dirs b/debian/java-common.dirs index bae4823..13c9f03 100644 --- a/debian/java-common.dirs +++ b/debian/java-common.dirs @@ -1 +1 @@ -usr/share/java/repository +usr/share/java |
