aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorjestin2004-07-27 16:20:45 +0000
committerjestin2004-07-27 16:20:45 +0000
commit071a0d6be6ebb591776786ff430378cfcbf385db (patch)
tree64ba5fe6fee8182982ef0a0e477735df1ba2e920 /debian/control
parentdbfd0856406b93d34d2b9a4b72512ef38b81970b (diff)
downloadivy-java-071a0d6be6ebb591776786ff430378cfcbf385db.zip
ivy-java-071a0d6be6ebb591776786ff430378cfcbf385db.tar.gz
ivy-java-071a0d6be6ebb591776786ff430378cfcbf385db.tar.bz2
ivy-java-071a0d6be6ebb591776786ff430378cfcbf385db.tar.xz
changelog synced with upstream changelog. Added xml and txt example files in
the debian rules. Changed the name of the package from ivy-java to libivy-java
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 598ace3..f5b741b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,14 @@
-Source: ivy-java
+Source: libivy-java
Section: devel
Priority: optional
Maintainer: Yannick Jestin <jestin@cena.fr>
#Standards-Version: 3.5.2
-Build-Depends: java-compiler, lynx, lib-gnu.regexp-java, lib-gnu.getopt-java
+Build-Depends: java-compiler, lynx, libregexp-java, lib-gnu.getopt-java, docbook-utils
-Package: ivy-java
+Package: libivy-java
Architecture: all
-Depends: java-virtual-machine, lib-gnu.getopt-java, lib-gnu.regexp-java
-Suggests: jikes
+Depends: java-virtual-machine, lib-gnu.getopt-java, libregexp-java
+Suggests:
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,