diff options
author | jestin | 2004-07-30 12:53:31 +0000 |
---|---|---|
committer | jestin | 2004-07-30 12:53:31 +0000 |
commit | 19ffc3b244932f0abaeeea1658f52b0d991fae62 (patch) | |
tree | 8f88c4c99b9e3f468dceb9f03b44c273eb672362 /debian/control | |
parent | f94b753acde175c4d310e34bf91c02bc7c01bf1b (diff) | |
download | ivy-java-19ffc3b244932f0abaeeea1658f52b0d991fae62.zip ivy-java-19ffc3b244932f0abaeeea1658f52b0d991fae62.tar.gz ivy-java-19ffc3b244932f0abaeeea1658f52b0d991fae62.tar.bz2 ivy-java-19ffc3b244932f0abaeeea1658f52b0d991fae62.tar.xz |
woody packaging
control modification for proper depend
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 58e2214..2823fd0 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,11 @@ 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|libgetopt-java), docbook-utils, fastjar +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|libgetopt-java), libregexp-java +Depends: java-virtual-machine, lib-gnu.getopt-java | libgetopt-java, libregexp-java Suggests: Description: Ivy Software bus for java The libivy-java package is a pure-Java implementation of the Ivy software bus |