This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository java-policy.
commit fd4f467ee39b6cd8aad3d2fe72eba32dbfbb118c Author: Ola Nordmann <[email protected]> Date: Tue Jul 22 18:25:08 2003 +0000 Div things that is not important anymore. --- debian/changelog | 7 +++++++ dummy/java-compiler-dummy.control | 2 +- dummy/java-virtual-machine-dummy.control | 2 +- dummy/java2-compiler-dummy.control | 7 +++---- 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 <[email protected]> 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. - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-policy.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

