liborbit2-dev

Rating: 
0
No votes yet

Package contains libraries, required by other applications as dependencies. Do not install separately.

development files for ORBit2 - a CORBA ORB
ORBit2 is a high-performance CORBA (Common Object Request Broker
Architecture) ORB (Object Request Broker). It allows programs to send
requests and receive replies from other programs, regardless of the
locations of the two programs. CORBA is an architecture that enables
communication between program objects, regardless of the programming
language they're written in or the operating system they run on.
.
This package contains the header files and static libraries used for
developing ORBit2-based applications. It also contains the IDL compiler
needed to import object definitions into your C programs.

Category:

Application versions: 
AttachmentSizeDate
File liborbit2-dev_2.14.19-0.1_armel.deb471.5 KB14/11/2013 - 20:56
Changelog: 

orbit2 (1:2.14.19-0.1) unstable; urgency=low

* Non-maintainer upload, for the GNOME 3 transition.
* New upstream release.
* Update watch file.
* Use dh-autoreconf:
- Drop debian/patches/700-autoreconf.patch.
- Add Build-Depends on dh-autoreconf.
- Add autoreconf.mk include.
* debian/rules:
- Don't include autotools.mk as we already include gnome.mk.
* debian/patches/001-dont-use-atexit-handlers.patch:
- Don't use atexit handlers, as they cause gnome-settings-daemon to crash.
Use a GNU C extension instead. Patch by Rodrigo Moya.
(LP: #788710, Closes: #645704)