diff options
| author | Ola Nordmann <olapc@yahoo.no> | 2002-02-05 15:32:06 +0000 | 
|---|---|---|
| committer | Ola Nordmann <olapc@yahoo.no> | 2002-02-05 15:32:06 +0000 | 
| commit | 121be2ddf41fca62e9c0b5c96c0fcf79af374b8e (patch) | |
| tree | 2d85f4beba61197f655def10798456ecb372326d | |
| parent | fd7af8be9ea7da3e92702d88434a8f1bce4b9a6b (diff) | |
| download | java-common-121be2ddf41fca62e9c0b5c96c0fcf79af374b8e.tar.gz | |
Added README file, added another author to the document and updated the changelog.
| -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> | 
