summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOla Nordmann <olapc@yahoo.no>2003-07-22 18:25:08 +0000
committerOla Nordmann <olapc@yahoo.no>2003-07-22 18:25:08 +0000
commitfd4f467ee39b6cd8aad3d2fe72eba32dbfbb118c (patch)
treea2b81edb13bedb912e83da6600817d562a866583
parent7ae60145203563460fd41c242ebee183132b6f64 (diff)
downloadjava-common-fd4f467ee39b6cd8aad3d2fe72eba32dbfbb118c.tar.gz
Div things that is not important anymore.debian/0.21
-rw-r--r--debian/changelog7
-rw-r--r--dummy/java-compiler-dummy.control2
-rw-r--r--dummy/java-virtual-machine-dummy.control2
-rw-r--r--dummy/java2-compiler-dummy.control7
4 files changed, 12 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 594a7ba..77aa03a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+java-common (0.21) unstable; urgency=low
+
+ * Fixed dummy control files, closes: #201495.
+ * Updated java FAQ from CVS, closes: #197577.
+
+ -- Ola Lundqvist <opal@debian.org> Thu, 17 Jul 2003 08:16:43 +0200
+
java-common (0.20) unstable; urgency=low
* Updated Java FAQ from CVS, closes: #192286.
diff --git a/dummy/java-compiler-dummy.control b/dummy/java-compiler-dummy.control
index 1b7d02b..8dc8e62 100644
--- a/dummy/java-compiler-dummy.control
+++ b/dummy/java-compiler-dummy.control
@@ -2,7 +2,7 @@ Package: java-compiler-dummy
Architecture: all
Section: misc
Priority: optional
-Depends: java-common, java-runtime
+Depends: java-common, java1-runtime | java2-runtime
Provides: java-compiler
Description: Dummy package providing java-compiler
This package does NOT provide java compiler binary, it is here only to fulfill
diff --git a/dummy/java-virtual-machine-dummy.control b/dummy/java-virtual-machine-dummy.control
index d5d662e..8e8938e 100644
--- a/dummy/java-virtual-machine-dummy.control
+++ b/dummy/java-virtual-machine-dummy.control
@@ -2,7 +2,7 @@ Package: java-virtual-machine-dummy
Architecture: all
Section: misc
Priority: optional
-Depends: java-common
+Depends: java-common, java1-runtime | java2-runtime
Provides: java-virtual-machine
Description: Dummy package providing java-virtual-machine
This package does NOT provide java virtual machine binary, it is here only
diff --git a/dummy/java2-compiler-dummy.control b/dummy/java2-compiler-dummy.control
index 90574c3..c7509b8 100644
--- a/dummy/java2-compiler-dummy.control
+++ b/dummy/java2-compiler-dummy.control
@@ -2,12 +2,11 @@ Package: java2-compiler-dummy
Architecture: all
Section: misc
Priority: optional
-Depends: java2-common, java2-runtime
+Depends: java-common, java2-runtime
Provides: java2-compiler
Description: Dummy package providing java2-compiler
- This package does NOT provide java2 compiler binary, it is here only to fulfill
- dependencies of other packages.
+ This package does NOT provide java2 compiler binary, it is here only to
+ fulfill dependencies of other packages.
.
You probably will want to use this package if you have installed the compiler
"by hand" or from package that does not provide java2-compiler dependency.
-