aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a96a638
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: ivy-java
+Section: devel
+Priority: optional
+Maintainer: Yannick Jestin <jestin@cena.fr>
+#Standards-Version: 3.5.2
+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
+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,
+ by giving the programmer the same kind of API as the programmation of GUIs.