diff options
| author | Ola Nordmann <olapc@yahoo.no> | 2001-11-14 08:07:11 +0000 |
|---|---|---|
| committer | Ola Nordmann <olapc@yahoo.no> | 2001-11-14 08:07:11 +0000 |
| commit | 196406f5864796382aaec1b375744b0574f0fa2c (patch) | |
| tree | fc6eba6c8c7aa27d2e75a252ed79f16533280ed0 /debian | |
| parent | 6c56ec1a7673e5e5f51ec91cd12b8bd2b700eaf4 (diff) | |
| download | java-common-196406f5864796382aaec1b375744b0574f0fa2c.tar.gz | |
Made it possible to compile it.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 17 |
2 files changed, 1 insertions, 19 deletions
diff --git a/debian/changelog b/debian/changelog index 6aee35b..877e7d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,7 @@ 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. + * Created java1-runtime-dummy. * Moved dummy config files, closes: #55527, #55747. * Fixed manpage, closes: #55525. * Fixed the copyright file, closes: #55524. diff --git a/debian/control b/debian/control index cdf095d..6a66de5 100644 --- a/debian/control +++ b/debian/control @@ -28,14 +28,6 @@ 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 @@ -44,12 +36,3 @@ 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. |
