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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: orbit
Section: libs
Priority: optional
Maintainer: Sebastian Rittau <srittau@debian.org>
Standards-Version: 3.5.10
Build-Depends: libpopt-dev, libglib1.2-dev, libwrap0-dev, bison, flex, indent, gettext, texinfo, debhelper (>= 4.1.0), cdbs
Package: liborbit0ldbl
Architecture: any
Section: libs
Depends: cpp, ${shlibs:Depends}, ${misc:Depends}
Conflicts: libbonobo2 (<< 1.0.14), liborbit0
Replaces: liborbit0
Description: Libraries for ORBit - a CORBA ORB
ORBit is a lightweight CORBA ORB designed for use with the Gnome project.
(Nothing about it requires Gnome, though.)
.
This package contains the run-time libraries used by ORBit-based apps.
Package: orbit
Architecture: any
Section: devel
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: liborbit-dev (<< 0.4.3-2)
Description: A CORBA ORB (used with Gnome)
ORBit is a lightweight CORBA ORB designed for use with the Gnome project.
(Nothing about it requires Gnome, though.)
.
This package contains command-line utilities for various ORBit services:
orbit-ird, name-client, orbit-name-server, orbit-event-server, ior-decode.
Package: liborbit-dev
Architecture: any
Section: libdevel
Depends: indent, libglib1.2-dev, libwrap0-dev, ${shlibs:Depends}, ${misc:Depends}, liborbit0ldbl (= ${Source-Version})
Recommends: orbit
Conflicts: orbit (<< 0.4.3-2), libgnome-dev (<< 1.4.1.2-4), libgnorba-dev (<< 1.4.1.2-4)
Description: Dev libraries for ORBit - a CORBA ORB
ORBit is a lightweight CORBA ORB designed for use with the Gnome project.
(Nothing about it requires Gnome, though.)
.
This package contains the headers and static libraries used for developing
ORBit-based applications. It also contains the IDL compiler needed to
import object definitions into your C programs.
|