[Pkg-ace-devel] r380 - in /branches/pkg-split/debian: control libtao-orbsvcs1.4.7c2a.install tao-cosevent.install tao-event.install tao-ftrtevent.install

tgg-guest at users.alioth.debian.org tgg-guest at users.alioth.debian.org
Tue Jul 18 11:46:57 UTC 2006


Author: tgg-guest
Date: Tue Jul 18 11:46:57 2006
New Revision: 380

URL: http://svn.debian.org/wsvn/pkg-ace/?sc=1&rev=380
Log:
Add tao-ftrtevent package. Rename tao-cosevent to tao-event.

Added:
    branches/pkg-split/debian/tao-event.install
      - copied unchanged from r377, branches/pkg-split/debian/tao-cosevent.install
    branches/pkg-split/debian/tao-ftrtevent.install
Removed:
    branches/pkg-split/debian/tao-cosevent.install
Modified:
    branches/pkg-split/debian/control
    branches/pkg-split/debian/libtao-orbsvcs1.4.7c2a.install

Modified: branches/pkg-split/debian/control
URL: http://svn.debian.org/wsvn/pkg-ace/branches/pkg-split/debian/control?rev=380&op=diff
==============================================================================
--- branches/pkg-split/debian/control (original)
+++ branches/pkg-split/debian/control Tue Jul 18 11:46:57 2006
@@ -538,23 +538,36 @@
  .
  TBD
 
-Package: tao-cosevent
+Package: tao-event
 Architecture: any
 Section: devel
 Depends: ${shlibs:Depends}
 Description: TAO event service
- TAO implementation of CORBA event service.
- .
- TBD
+ TAO implementation of CORBA event service specification.
+ .
+ It supports both the Push and Pull styles for event communication.
 
 Package: tao-rtevent
 Architecture: any
 Section: devel
 Depends: ${shlibs:Depends}
-Description: TAO event service
- TAO implementation of CORBA event service.
- .
- TBD
+Description: TAO real-time event service
+ Another TAO implementation of CORBA event service.
+ .
+ This version does not support the Pull style but provides a real-time
+ event channel.
+
+Package: tao-ftrtevent
+Architecture: any
+Section: devel
+Depends: ${shlibs:Depends}
+Description: TAO fault-tolerant real-time event service
+ TAO implementation of a fault-tolerant, real-time CORBA event service.
+ .
+ This package contains:
+  * ftrt_eventservice, the fault-tolerant event channel
+  * ftrtec_factory_service, spawning ftrt_eventservice processes
+  * ftrtec_gateway_service, relaying events to FT CORBA unaware clients
 
 Package: tao-notify
 Architecture: any

Modified: branches/pkg-split/debian/libtao-orbsvcs1.4.7c2a.install
URL: http://svn.debian.org/wsvn/pkg-ace/branches/pkg-split/debian/libtao-orbsvcs1.4.7c2a.install?rev=380&op=diff
==============================================================================
--- branches/pkg-split/debian/libtao-orbsvcs1.4.7c2a.install (original)
+++ branches/pkg-split/debian/libtao-orbsvcs1.4.7c2a.install Tue Jul 18 11:46:57 2006
@@ -54,9 +54,6 @@
 TAO/orbsvcs/orbsvcs/libTAO_SSLIOP.so.*             usr/lib
 TAO/orbsvcs/orbsvcs/libTAO_Security.so.*           usr/lib
 TAO/orbsvcs/orbsvcs/libTAO_Svc_Utils.so.*          usr/lib
-TAO/orbsvcs/FTRT_Event_Service/Event_Service/ftrt_eventservice               usr/bin
-TAO/orbsvcs/FTRT_Event_Service/Factory_Service/ftrtec_factory_service        usr/bin
-TAO/orbsvcs/FTRT_Event_Service/Gateway_Service/ftrtec_gateway_service        usr/bin
 TAO/orbsvcs/LoadBalancer/LoadManager                                         usr/bin
 TAO/orbsvcs/LoadBalancer/LoadMonitor                                         usr/bin
 TAO/orbsvcs/TAO_Service/TAO_Service                                          usr/bin

Added: branches/pkg-split/debian/tao-ftrtevent.install
URL: http://svn.debian.org/wsvn/pkg-ace/branches/pkg-split/debian/tao-ftrtevent.install?rev=380&op=file
==============================================================================
--- branches/pkg-split/debian/tao-ftrtevent.install (added)
+++ branches/pkg-split/debian/tao-ftrtevent.install Tue Jul 18 11:46:57 2006
@@ -1,0 +1,3 @@
+TAO/orbsvcs/FTRT_Event_Service/Event_Service/ftrt_eventservice        usr/bin
+TAO/orbsvcs/FTRT_Event_Service/Factory_Service/ftrtec_factory_service usr/bin
+TAO/orbsvcs/FTRT_Event_Service/Gateway_Service/ftrtec_gateway_service usr/bin




More information about the Pkg-ace-devel mailing list