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 195de7937571d8d6eed216a917a30dc017b2f4f4 Author: Stephane Bortzmeyer <[email protected]> Date: Mon Nov 20 16:33:59 2000 +0000 Add examples, new item in the FAQ, etc --- Makefile | 3 ++- debian-java-faq.sgml | 8 ++++++-- debian/changelog | 7 +++++++ 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0430ab9..d70369a 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,8 @@ install:: $(OUTPUTS) install -m 0444 $(OUTPUTS) $(PUBLISHDIR) clean: - rm -rf *.html *.aux *.log *.dvi *.ps *.tex *.txt + rm -rf *.html *.aux *.log *.dvi *.ps *.tex *.txt *~ + (cd examples; rm -f *~) # For the debian-java-FAQ # by Javier Fern�ndez-Sanguino Pe�a <[email protected]> diff --git a/debian-java-faq.sgml b/debian-java-faq.sgml index a25e833..21aa69d 100644 --- a/debian-java-faq.sgml +++ b/debian-java-faq.sgml @@ -788,7 +788,7 @@ to download Sun's classes any longer. <p> It is still in the works. The current policy addresses <em>some</em> of the problems. It has not been officially released. You can find -it in <url id="http://www.debian.org/~bortz/Java/policy.html">. +it in <url id="http://people.debian.org/~bortz/Java/policy.html">. <sect>Are there Holes in the Java Policy? <p>Yes, some until under discussion. Thus it is <em>very</em> inconvenient to @@ -799,7 +799,11 @@ CLASSPATH setting for all. <p> <sect>Making jdk 1.2 work in Debian <p> -If you wish to use Sun's or Blackdown's jdk 1.2 in Debian you can use the following mechanism. +If you wish to use Sun's or Blackdown's jdk 1.2 in Debian you can use + packages (they are available, + for the i386 only in aptable directories) from Blackdown <url + id="http://www.blackdown.org/java-linux/mirrors.html"> +or you can use the following mechanism. <list> <item>Make a directory under /usr/local (for example /usr/local/sun). <item> Download the archine into this directory, then unpack it. A diff --git a/debian/changelog b/debian/changelog index 7e9f40e..c85a872 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +java-common (0.5) unstable; urgency=low + + * examples/ directory + * Debian packages at Blackdown in the FAQ + + -- Stephane Bortzmeyer <[email protected]> Thu, 9 Nov 2000 17:23:30 +0100 + java-common (0.4) unstable; urgency=low * A few fixes (URLs mostly). -- 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

