diff options
-rw-r--r-- | debian/README.Debian | 15 | ||||
-rw-r--r-- | debian/changelog | 16 | ||||
-rw-r--r-- | 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 <opal@debian.org> 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 debian-java@lists.debian.org + 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 <opal@debian.org> Mon, 01 Oct 2001 13:43:56 +0200 java-common (0.8) unstable; urgency=low * Moved java-compiler-dummy to java-common. @@ -21,22 +21,45 @@ <surname>Lundqvist</surname> <firstname>Ola</firstname> <authorblurb> - <para><email>opal@debian.org</email></para> - <para>The current author of the java policy.</para> + <para> + <email>opal@debian.org</email> + </para> + <para> + The current author of the java policy. + </para> </authorblurb> </author> <author> <surname>Bortzmeyer</surname> <firstname>Stephane</firstname> <authorblurb> - <para><email>bortzmeyer@debian.org</email></para> - <para>The original author of the java policy.</para> + <para> + <email>bortzmeyer@debian.org</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>debian-java@lists.debian.org</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> |