diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index ca318e4..598ace3 100644 --- a/debian/control +++ b/debian/control @@ -3,12 +3,12 @@ Section: devel Priority: optional Maintainer: Yannick Jestin <jestin@cena.fr> #Standards-Version: 3.5.2 -Build-Depends: lynx, lib-gnu.regexp-java, lib-gnu.getopt-java +Build-Depends: java-compiler, lynx, lib-gnu.regexp-java, lib-gnu.getopt-java Package: ivy-java Architecture: all -Depends: java-common, lib-gnu.getopt-java, lib-gnu.regexp-java -Suggests: j2sdk1.3, jikes +Depends: java-virtual-machine, lib-gnu.getopt-java, lib-gnu.regexp-java +Suggests: 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, |