diff options
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. |
