aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index f5b741b..58e2214 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,13 @@ Section: devel
Priority: optional
Maintainer: Yannick Jestin <jestin@cena.fr>
#Standards-Version: 3.5.2
-Build-Depends: java-compiler, lynx, libregexp-java, lib-gnu.getopt-java, docbook-utils
+Build-Depends: java-compiler, lynx, libregexp-java, (lib-gnu.getopt-java|libgetopt-java), docbook-utils, fastjar
Package: libivy-java
Architecture: all
-Depends: java-virtual-machine, lib-gnu.getopt-java, libregexp-java
+Depends: java-virtual-machine, (lib-gnu.getopt-java|libgetopt-java), libregexp-java
Suggests:
Description: Ivy Software bus for java
- The ivy-java package is a pure-Java implementation of the Ivy software bus
+ The libivy-java package is a pure-Java implementation of the Ivy software bus
messaging scheme. It intends to ease the programming of distributed systems,
by giving the programmer the same kind of API as the programmation of GUIs.