diff options
-rw-r--r-- | debian/changelog | 9 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b9ef2a1..a282de9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +ivy-java (1.0.9-1) unstable; urgency=low + + * there were still some bugs in the protocol handling + * the die semantics is now abided by our java clients + * code cleaning + * the real examples have been put in examples + + -- Yannick Jestin <jestin@cena.fr> Thu, 7 Mar 2002 15:16:08 +0200 + ivy-java (1.0.8-1) unstable; urgency=low * don't use StringTokenizer any more, it is too buggy and version dependent diff --git a/debian/rules b/debian/rules index c5b8cf0..cc38cfe 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,8 @@ debian/stamp/binary/ivy-java : debian/stamp/build $(install_dir) $(docbasedir) $(install_dir) $(mandir) cp -r src/fr $(javarep) - cp -r doc/html/api $(docdir) + mkdir $(docdir)/doc/html/api + ( cd src; javadoc -d $(docdir)/doc/html/api *java ) cp -r doc/changes.html $(docdir) cp doc/ivy-java.1 $(mandir) gzip -9 $(mandir)/ivy-java.1 |