summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control27
1 files changed, 15 insertions, 12 deletions
diff --git a/debian/control b/debian/control
index 7f3e616..d334307 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,29 @@
Source: ivy-c
-Section: devel
Priority: extra
+Section: devel
Maintainer: Yannick Jestin <jestin@cena.fr>
-Standards-Version: 3.1.1.1
+Build-Depends: debhelper (>> 4.0.0)
+Standards-Version: 3.6.1
-Package: ivy-c
+Package: ivy-c-dev
+Section: libdevel
Architecture: any
-Depends: ${shlibs:Depends}
-Build-Depends: debhelper, libc6-dev, xlibs-dev, tcl8.4-dev, libgtk1.2-dev, libpcre3-dev
+Depends: ivy-c (= ${Source-Version}), libc6-dev, xlibs-dev, libgtk1.2-dev
Suggests: tclsh, wish
-Conflicts: ivy-tcl
-Description: Ivy software bus. runtime Package
+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:
+ 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-dev
+Package: ivy-c
+Section: libs
Architecture: any
-Depends: ivy-c (>= 3.2-3), libc6-dev, xlibs-dev, libgtk1.2-dev
+Depends: ${shlibs:Depends}
+Build-Depends: debhelper, libc6-dev, xlibs-dev, tcl8.4-dev, libgtk1.2-dev, libpcre3-dev
Suggests: tclsh, wish
-Description: Ivy software bus. development Package
- This package is needed for compiling applications using ivy-c.
+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.