aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjestin2002-06-05 09:35:57 +0000
committerjestin2002-06-05 09:35:57 +0000
commit044b408ae99989be9a7eed89ed51a6aba5aa42d9 (patch)
tree22b698dbc3e6a5b242161d50ba647031b13c23dc /debian
parent11cd642b20045e35293f8510fbab5be9eeca11d7 (diff)
downloadivy-java-044b408ae99989be9a7eed89ed51a6aba5aa42d9.zip
ivy-java-044b408ae99989be9a7eed89ed51a6aba5aa42d9.tar.gz
ivy-java-044b408ae99989be9a7eed89ed51a6aba5aa42d9.tar.bz2
ivy-java-044b408ae99989be9a7eed89ed51a6aba5aa42d9.tar.xz
Clean package build.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog13
-rwxr-xr-xdebian/rules2
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