diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 13 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a68b9d2..7ce656a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +ivy-java (1.0.11) unstable; urgency=low + + - moved TestIvy and TestIvySwing to examples + - added Counter.java in CVS repository and examples. Counter gives the + number of ivy message in the last second, last ten seconds, and last + minutes. It can also send those information on an ivy bus + - added a Makefile in examples + - modified the ivy-java man page + - made a link to /usr/share/java/repository/gnu instead of copying the files + - changed the package version number scheme to be a little more "debian compliant" + + -- Yannick Jestin <jestin@cena.fr> Wed, 5 Jun 2002 11:30:31 + ivy-java (1.0.10-1) unstable; urgency=low - TestIvy and Probe System.exit on bus die diff --git a/debian/rules b/debian/rules index e2964a6..6c59926 100755 --- a/debian/rules +++ b/debian/rules @@ -35,7 +35,7 @@ debian/stamp/binary/ivy-java : debian/stamp/build gzip -9 $(mandir)/ivy-java.1 rm -f $(docdir)/changes.html $(install_nonex) debian/README.Debian $(docdir) - $(install_nonex) README TODO $(docdir) + $(install_nonex) BUGS README $(docdir) $(install_nonex) examples/*.java $(exampledir) $(install_nonex) debian/ivy-java $(docbasedir) $(install_nonex) doc/changes.html $(docdir)/changelog.html |