aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorjestin2001-08-06 16:15:33 +0000
committerjestin2001-08-06 16:15:33 +0000
commit7b35a8385f61a12d1949f12e8b11bb7039f57a04 (patch)
tree3f11e749b7c10080691f072c1de29a21dfcfb5e6 /debian/control
parent6b967655fe7fce4a4cfd9dd606fd4ef33e944224 (diff)
downloadivy-java-7b35a8385f61a12d1949f12e8b11bb7039f57a04.zip
ivy-java-7b35a8385f61a12d1949f12e8b11bb7039f57a04.tar.gz
ivy-java-7b35a8385f61a12d1949f12e8b11bb7039f57a04.tar.bz2
ivy-java-7b35a8385f61a12d1949f12e8b11bb7039f57a04.tar.xz
Everything I need to build the debian package
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.