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
|
Source: orbit
Section: devel
Priority: optional
Maintainer: Chris Waters <xtifr@debian.org>
Standards-Version: 3.0.1
Package: orbit
Architecture: any
Depends: ${shlibs:Depends}, liborbit0 (= ${Source-Version})
Conflicts: liborbit-dev (<< 0.4.3-2)
Description: A CORBA ORB (used with Gnome)
ORBit is a lightweight CORBA ORB originally designed for use with
the Gnome project.
Package: liborbit0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: Libraries for ORBit - a CORBA ORB
This package contains the libraries for ORBit, which is a lightweight
CORBA ORB originally designed for use with the Gnome project.
Package: liborbit-dev
Architecture: any
Depends: ${shlibs:Depends}, indent, orbit (= ${Source-Version}), libglib-dev
Conflicts: orbit (<< 0.4.3-2)
Description: Dev libraries for ORBit - a CORBA ORB
This package contains the include files and static library for ORBit, which
is a lightweight CORBA ORB designed for use with the Gnome project.
Package: liborbit-dbg
Architecture: any
Depends: liborbit-dev (= ${Source-Version})
Description: Debugging libraries for ORBit - a CORBA ORB
This package contains static libraries with debugging information for ORBit.
|