aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/control4
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 6684fbb..75da884 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ivy-java (1.0.7-1) unstable; urgency=low
+
+ * Corrects the Bug of StringTokenizer ( no Bug tracking system yet )
+ reported on the mailing list.
+
+ -- Yannick Jestin <jestin@cena.fr> Wen, 10 Oct 2001 13:35:08 +0200
+
ivy-java (1.0.5-2) unstable; urgency=low
* Fix problems in the package building
diff --git a/debian/control b/debian/control
index a96a638..a554e9b 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Build-Depends: jikes, lynx, j2sdk1.3, lib-gnu.regexp-java, lib-gnu.getopt-java
Package: ivy-java
Architecture: all
-Depends: java-common
-Suggests: lib-gnu.getopt-java, lib-gnu.regexp-java
+Depends: java-common, lib-gnu.getopt-java, lib-gnu.regexp-java
+Suggests: j2sdk1.3, jikes
Description: Ivy Software bus for java
The ivy-java package is a pure-Java implementation of the Ivy software bus
messaging scheme. It intends to ease the programming of distributed systems,