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 45 46 47 48 49
|
Source: python-orbit
Section: python
Priority: optional
Maintainer: Tom Cato Amundsen <tca@debian.org>
Build-Depends: debhelper (>> 4.0.0), liborbit-dev (>= 0.5.7), python2.1-dev, python2.2-dev, python2.3-dev, libglib1.2-dev, docbook-to-man
Standards-Version: 3.5.6.0
Package: python-orbit
Architecture: any
Depends: python (>= 2.3), python (<< 2.4), python2.3-orbit
Description: Python bindings for ORBit
This package only contains a dependency on the appropriately
versioned pythonX.Y-orbit package that contain python bindings
for ORBit. ORBit is the CORBA Object Request Broker used e.g.
by Gnome.
Package: python2.1-orbit
Architecture: any
Depends: python2.1, ${shlibs:Depends}
Conflicts: python2.1-orbit2
Description: Python 2.1 bindings for ORBit
Python bindings for ORBit compiled for Python 2.1. ORBit is the
CORBA Object Request Broker used e.g. by Gnome.
Package: python2.2-orbit
Architecture: any
Depends: python2.2, ${shlibs:Depends}
Conflicts: python2.2-orbit2
Description: Python 2.2 bindings for ORBit
Python bindings for ORBit compiled for Python 2.2. ORBit is the
CORBA Object Request Broker used e.g. by Gnome.
Package: python2.3-orbit
Architecture: any
Depends: python2.3, ${shlibs:Depends}
Conflicts: python2.3-orbit2
Description: Python 2.3 bindings for ORBit
Python bindings for ORBit compiled for Python 2.3. ORBit is the
CORBA Object Request Broker used e.g. by Gnome.
Package: python-orbit-dev
Architecture: all
Depends: python-orbit | python2.1-orbit | python2.2-orbit | python2.3-orbit
Description: Python bindings for ORBit - development files
Python bindings for ORBit. ORBit is the CORBA Object Request Broker
used e.g. by Gnome.
.
This package contains the development files needed to use the
ORBit-Python API.
|