diff options
author | jestin | 2001-08-06 16:15:33 +0000 |
---|---|---|
committer | jestin | 2001-08-06 16:15:33 +0000 |
commit | 7b35a8385f61a12d1949f12e8b11bb7039f57a04 (patch) | |
tree | 3f11e749b7c10080691f072c1de29a21dfcfb5e6 /debian/control | |
parent | 6b967655fe7fce4a4cfd9dd606fd4ef33e944224 (diff) | |
download | ivy-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/control | 15 |
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. |