orbit2-nameserver

Rating: 
0
No votes yet

a CORBA name server
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 includes the CORBA nameserver and a utility client program.

Category:

Application versions: 
AttachmentSizeDate
File orbit2-nameserver_2.14.19-0.1_armel.deb110.96 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)