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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: pyorbit
Section: python
Priority: optional
Maintainer: Sebastien Bacher <seb128@debian.org>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>
Build-Depends: debhelper (>= 5.0.37.2),
dh-python,
gnome-pkg-tools (>= 0.10),
python-all-dev (>= 2.3.5-11),
liborbit2-dev (>= 1:2.12),
dh-autoreconf,
quilt
Standards-Version: 3.9.5
X-Python-Version: >= 2.4
Package: python-pyorbit
Architecture: any
Depends: ${python:Depends},
${misc:Depends},
${shlibs:Depends}
Provides: ${python:Provides}
Conflicts: python2.3-pyorbit,
python2.4-pyorbit
Replaces: python2.3-pyorbit,
python2.4-pyorbit
Description: A Python language binding for the ORBit2 CORBA implementation
It aims to take advantage of new features found in ORBit2 to make
language bindings more efficient. This includes:
- Use of ORBit2 type libraries to generate stubs
- use of the ORBit_small_invoke_stub() call for operation
invocation, which allows for short circuited invocation on local
objects.
.
Where it makes sense, this binding tries to stay compatible with the
Python language mapping, which can be found on the OMG web site:
http://www.omg.org/cgi-bin/doc?formal/02-09-07
Package: python-pyorbit-dev
Architecture: all
Depends: python-pyorbit (>= ${source:Version}),
${misc:Depends},
liborbit2-dev (>= 1:2.12)
Description: PyORBit: development files
It aims to take advantage of new features found in ORBit2 to make
language bindings more efficient. This includes:
- Use of ORBit2 type libraries to generate stubs
- use of the ORBit_small_invoke_stub() call for operation
invocation, which allows for short circuited invocation on local
objects.
.
Where it makes sense, this binding tries to stay compatible with the
Python language mapping, which can be found on the OMG web site:
http://www.omg.org/cgi-bin/doc?formal/02-09-07
.
This package contains development files necessary to develop extensions
for the module using the C language.
Package: python-pyorbit-omg
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python-pyorbit (>= ${source:Version})
Conflicts: python2.3-omniorb2-omg,
python2.4-omniorb2-omg,
python-omniorb2-omg,
python2.3-pyorbit-omg,
python2.4-pyorbit-omg,
python-omniorb-omg
Replaces: python2.3-omniorb2-omg,
python2.4-omniorb2-omg,
python-omniorb2-omg,
python2.3-pyorbit-omg,
python2.4-pyorbit-omg
Description: PyORBit - Python CORBA OMG standard files
This package includes the Python files that are necessary to
fulfill the OMG standard 02-09-07.
|