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 121be2ddf41fca62e9c0b5c96c0fcf79af374b8e Author: Ola Nordmann <[email protected]> Date: Tue Feb 5 15:32:06 2002 +0000 Added README file, added another author to the document and updated the changelog. --- debian/README.Debian | 15 +++++++++++++++ debian/changelog | 16 ++++++++++++++++ policy.xml | 31 +++++++++++++++++++++++++++---- 3 files changed, 58 insertions(+), 4 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..13c7676 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,15 @@ +This packages contains information about how to make your java environment +work. The package contains the Proposed Debian Java Policy and +the Debian Java FAQ. It should probably be enough to get things going. + +They can be found at +/usr/share/doc/java-common/debian-java-faq.html +and +/usr/share/doc/java-common/debian-java-policy.html + +Previously it existed a bunch of *-dummy packages. They have now been +removed from the archive. If you need to fullfill the dependencies you have +to make your own dummy package. The equivs package might help you with +this. + + Ola Lundqvist <[email protected]> diff --git a/debian/changelog b/debian/changelog index 877e7d2..e2ffc7d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +java-common (0.9) unstable; urgency=low + + * Updated the java policy. This is a major rewrite from all the information + that people seems to have agreed upon, in the [email protected] + mailinglist. Closes: #107809, #107810. + Also converted it to docbook format. + * Removed manpage. + * Fixed the copyright file, closes: #55524. + * Removed java-compiler-dummy. + * Removed java-virtual-machine-dummy. + * Removed java1-runtime-dummy. + * Removed dummy config files. After this package is uploaded I'll ask for + the removal of the *-dummy packages that was previously mentioned in + the policy. + + -- Ola Lundqvist <[email protected]> Mon, 01 Oct 2001 13:43:56 +0200 java-common (0.8) unstable; urgency=low * Moved java-compiler-dummy to java-common. diff --git a/policy.xml b/policy.xml index 787e0e1..76d80c9 100644 --- a/policy.xml +++ b/policy.xml @@ -21,22 +21,45 @@ <surname>Lundqvist</surname> <firstname>Ola</firstname> <authorblurb> - <para><email>[email protected]</email></para> - <para>The current author of the java policy.</para> + <para> + <email>[email protected]</email> + </para> + <para> + The current author of the java policy. + </para> </authorblurb> </author> <author> <surname>Bortzmeyer</surname> <firstname>Stephane</firstname> <authorblurb> - <para><email>[email protected]</email></para> - <para>The original author of the java policy.</para> + <para> + <email>[email protected]</email> + </para> + <para> + The original author of the java policy. + </para> + </authorblurb> + </author> + <author> + <authorblurb> + <para> + Most issues of the proposed java policy have been discussed on the + <email>[email protected]</email> mailinglist. + </para> </authorblurb> </author> </authorgroup> <abstract> <title>Abstract</title> <para> + This is the proposed java policy for Debian. It begins with a + background description, continues with the real policy, some + issues to discuss and ends with some advices to java packagers. + </para> + <para> + The policy covers java virtual machines, java compilers, java + porgrams and java libraries. </para> </abstract> </bookinfo> -- 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

