diff options
| author | Stephane Bortzmeyer <bortz@debian.org> | 2000-11-20 16:33:59 +0000 |
|---|---|---|
| committer | Stephane Bortzmeyer <bortz@debian.org> | 2000-11-20 16:33:59 +0000 |
| commit | 195de7937571d8d6eed216a917a30dc017b2f4f4 (patch) | |
| tree | b773564b502522d560d0eacb90438caf524d6b33 | |
| parent | 4038e562e8cdab39cb008fa3fb61848c60424023 (diff) | |
| download | java-common-195de7937571d8d6eed216a917a30dc017b2f4f4.tar.gz | |
Add examples, new item in the FAQ, etc
| -rw-r--r-- | Makefile | 3 | ||||
| -rw-r--r-- | debian-java-faq.sgml | 8 | ||||
| -rw-r--r-- | debian/changelog | 7 |
3 files changed, 15 insertions, 3 deletions
@@ -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 <jfs@computer.org> 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 <bortzmeyer@debian.org> Thu, 9 Nov 2000 17:23:30 +0100 + java-common (0.4) unstable; urgency=low * A few fixes (URLs mostly). |
