summaryrefslogtreecommitdiff
path: root/debian/control
blob: d334307bf105027d28d49d6934941b7d2de3981c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: ivy-c
Priority: extra
Section: devel
Maintainer: Yannick Jestin <jestin@cena.fr>
Build-Depends: debhelper (>> 4.0.0)
Standards-Version: 3.6.1

Package: ivy-c-dev
Section: libdevel
Architecture: any
Depends: ivy-c (= ${Source-Version}), libc6-dev, xlibs-dev, libgtk1.2-dev
Suggests: tclsh, wish
Description: Ivy software bus. development Package
 This package is needed for compiling applications using ivy-c.
 Ivy is mostly a communication convention between processes, implemented
 through a collection of libraries in several languages and for several platforms,
 from  C to Perl, from Macintosh or WindowsNT to Linux or Unix.

Package: ivy-c
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Build-Depends: debhelper, libc6-dev, xlibs-dev, tcl8.4-dev, libgtk1.2-dev, libpcre3-dev
Suggests: tclsh, wish
Conflicts: ivy-tcl
Description: Ivy software bus. runtime Package
 Ivy is mostly a communication convention between processes, implemented
 through a collection of libraries in several languages and for several platforms:
 from  C to Perl, from Macintosh or WindowsNT to Linux or Unix.