[Pkg-ace-devel] ace_6.0.1-1_i386.changes is NEW

Debian FTP Masters ftpmaster at ftp-master.debian.org
Fri Feb 25 21:03:35 UTC 2011


ace-gperf_6.0.1-1_i386.deb
  to main/a/ace/ace-gperf_6.0.1-1_i386.deb
ace-netsvcs_6.0.1-1_i386.deb
  to main/a/ace/ace-netsvcs_6.0.1-1_i386.deb
ace_6.0.1-1.diff.gz
  to main/a/ace/ace_6.0.1-1.diff.gz
ace_6.0.1-1.dsc
  to main/a/ace/ace_6.0.1-1.dsc
ace_6.0.1.orig.tar.gz
  to main/a/ace/ace_6.0.1.orig.tar.gz
gperf-ace_6.0.1-1_all.deb
  to main/a/ace/gperf-ace_6.0.1-1_all.deb
(new) libace-6.0.1_6.0.1-1_i386.deb optional libs
C++ network programming framework
 This package contains the ADAPTIVE Communication Environment (ACE)
 framework.
 .
 It provides platform independent C++ wrappers for interprocess
 communication:
  * signals
  * pipes
  * sockets
  * message queues
  * semaphores
  * shared memory
 as well as thread, process management routines and much more.
 .
 Moreover, it defines patterns for common communication tasks. Beyond
 these:
  * Reactor, to handle event demultiplexing and dispatching
  * Proactor, for asynchronous I/O driven programs
libace-dev_6.0.1-1_i386.deb
  to main/a/ace/libace-dev_6.0.1-1_i386.deb
libace-doc_6.0.1-1_all.deb
  to main/a/ace/libace-doc_6.0.1-1_all.deb
(new) libace-flreactor-6.0.1_6.0.1-1_i386.deb optional libs
ACE-GUI reactor integration for Fl
 Recognizing the need to write reactor-based GUI applications, the ACE
 community has created several reactor extensions for use with X
 Window System.  Each of these extends the ACE_Select_Reactor to work
 with a specific toolkit.  By using these reactors, your GUI
 application can remain single threaded yet still respond to both GUI
 events, such as button presses, any your own application events.
 .
 The ACE_FlReactor integrates with the FastLight toolkit's Fl::wait()
 method.
libace-flreactor-dev_6.0.1-1_i386.deb
  to main/a/ace/libace-flreactor-dev_6.0.1-1_i386.deb
(new) libace-foxreactor-6.0.1_6.0.1-1_i386.deb optional libs
ACE-GUI reactor integration for FOX
 Recognizing the need to write reactor-based GUI applications, the ACE
 community has created several reactor extensions for use with X
 Window System. Each of these extends the ACE_Select_Reactor to work
 with a specific toolkit. By using these reactors, your GUI
 application can remain single threaded yet still respond to both GUI
 events, such as button presses, any your own application events.
 .
 The ACE_FoxReactor integrates with the FOX toolkit.
libace-foxreactor-dev_6.0.1-1_i386.deb
  to main/a/ace/libace-foxreactor-dev_6.0.1-1_i386.deb
(new) libace-htbp-6.0.1_6.0.1-1_i386.deb optional libs
ACE protocol over HTTP tunneling library
 The HTTP Tunneling, Bidirectional, Protocol (HTBP) library enables
 the writing of stream-based protocols over HTTP.
 .
 This allows clients behind a firewall to establish a connection with
 outbound servers using the HTTP protocol.
libace-htbp-dev_6.0.1-1_i386.deb
  to main/a/ace/libace-htbp-dev_6.0.1-1_i386.deb
(new) libace-inet-6.0.1_6.0.1-1_i386.deb optional libs
ACE library for Inet protocol clients
 ACE addon library for Inet protocol clients (and possibly servers
 at some point) like http://, ftp:// etc
(new) libace-inet-dev_6.0.1-1_i386.deb optional libdevel
ACE library for Inet protocol clients development files
 ACE addon library for Inet protocol clients (and possibly servers
 at some point) like http://, ftp:// etc
(new) libace-inet-ssl-6.0.1_6.0.1-1_i386.deb optional libs
ACE library for Inet protocol clients with SSL support
 ACE addon library for Inet protocol clients (and possibly servers
 at some point) which support SSL like https://, ftps:// etc
(new) libace-inet-ssl-dev_6.0.1-1_i386.deb optional libdevel
ACE library for Inet protocol clients with SSL support development files
 ACE addon library for Inet protocol clients (and possibly servers
 at some point) which support SSL like https://, ftps:// etc
(new) libace-qtreactor-6.0.1_6.0.1-1_i386.deb optional libs
ACE-GUI reactor integration for Qt
 Recognizing the need to write reactor-based GUI applications, the ACE
 community has created several reactor extensions for use with X
 Window System. Each of these extends the ACE_Select_Reactor to work
 with a specific toolkit. By using these reactors, your GUI
 application can remain single threaded yet still respond to both GUI
 events, such as button presses, any your own application events.
 .
 The ACE_QtReactor extends both the ACE_Select_Reactor and the
 Trolltech Qt library's QObjects class. Rather then using select(),
 the QtWaitForMultipleEvents() function is used.
libace-qtreactor-dev_6.0.1-1_i386.deb
  to main/a/ace/libace-qtreactor-dev_6.0.1-1_i386.deb
(new) libace-rmcast-6.0.1_6.0.1-1_i386.deb optional libs
ACE reliable multicast library
 The RMCast library is a reliable source-ordered multicast protocol
 implementation.
 .
 It uses sequence number for re-ordering, duplicate suppression and
 loss detection of messages.
libace-rmcast-dev_6.0.1-1_i386.deb
  to main/a/ace/libace-rmcast-dev_6.0.1-1_i386.deb
(new) libace-ssl-6.0.1_6.0.1-1_i386.deb optional libs
ACE secure socket layer library
 This package contains wrappers that integrate the OpenSSL library in
 the ACE framework.
libace-ssl-dev_6.0.1-1_i386.deb
  to main/a/ace/libace-ssl-dev_6.0.1-1_i386.deb
(new) libace-tkreactor-6.0.1_6.0.1-1_i386.deb optional libs
ACE-GUI reactor integration for Tk
 Recognizing the need to write reactor-based GUI applications, the ACE
 community has created several reactor extensions for use with X
 Window System.  Each of these extends the ACE_Select_Reactor to work
 with a specific toolkit.  By using these reactors, your GUI
 application can remain single threaded yet still respond to both GUI
 events, such as button presses, any your own application events.
 .
 The ACE_TkReactor provides reactor functionality around the popular
 Tcl/Tk library.  The underlying Tcl/Tk method used is
 Tcl_DoOneEvent().
libace-tkreactor-dev_6.0.1-1_i386.deb
  to main/a/ace/libace-tkreactor-dev_6.0.1-1_i386.deb
(new) libace-tmcast-6.0.1_6.0.1-1_i386.deb optional libs
ACE transactional multicast library
 The TMCast library is a transaction multicast protocol
 implementation.
 .
 Each message is delivered to multicast group members as a
 transaction: an atomic, consistent and isolated action.
libace-tmcast-dev_6.0.1-1_i386.deb
  to main/a/ace/libace-tmcast-dev_6.0.1-1_i386.deb
(new) libace-xtreactor-6.0.1_6.0.1-1_i386.deb optional libs
ACE-GUI reactor integration for Xt
 Recognizing the need to write reactor-based GUI applications, the ACE
 community has created several reactor extensions for use with X
 Window System.  Each of these extends the ACE_Select_Reactor to work
 with a specific toolkit.  By using these reactors, your GUI
 application can remain single threaded yet still respond to both GUI
 events, such as button presses, any your own application events.
 .
 The ACE_XtReactor extends both the ACE_Select_Reactor and the X
 Toolkit library function XtWaitForMultipleEvents().
libace-xtreactor-dev_6.0.1-1_i386.deb
  to main/a/ace/libace-xtreactor-dev_6.0.1-1_i386.deb
(new) libacexml-6.0.1_6.0.1-1_i386.deb optional libs
ACE SAX based XML parsing library
 This package provides interfaces for XML parsing based on Simple API
 for XML (SAX) 2.0, defined by David Megginson. This is an
 event-driven parsing approach.
 .
 ACEXML is a small footprint and portable library. It does not
 validate XML documents and supports only Unicode encoding.
libacexml-dev_6.0.1-1_i386.deb
  to main/a/ace/libacexml-dev_6.0.1-1_i386.deb
(new) libkokyu-6.0.1_6.0.1-1_i386.deb optional libs
ACE scheduling and dispatching library
 Kokyu is a library designed to provide flexible scheduling and
 dispatching services.
 .
 Currently it provides real-time scheduling and dispatching services
 for TAO real-time CORBA Event Service.
libkokyu-dev_6.0.1-1_i386.deb
  to main/a/ace/libkokyu-dev_6.0.1-1_i386.deb
(new) libnetsvcs-6.0.1_6.0.1-1_i386.deb optional libs
ACE network service implementations
 ACE network services provide reusable components for common
 distributed system tasks such as logging, naming, locking, and time
 synchronization.
 .
 This package contains runtime libraries for ACE network services.
libnetsvcs-dev_6.0.1-1_i386.deb
  to main/a/ace/libnetsvcs-dev_6.0.1-1_i386.deb
(new) libtao-2.0.1_6.0.1-1_i386.deb optional libs
ACE based CORBA ORB core libraries
 The ACE ORB (TAO) is an open-source Common Object Request Broker
 Architecture (CORBA) 2.x-compliant Object Request Broker (ORB).  It
 supports real-time extensions.
 .
 This package contains TAO core libraries.
libtao-dev_6.0.1-1_i386.deb
  to main/a/ace/libtao-dev_6.0.1-1_i386.deb
libtao-doc_6.0.1-1_all.deb
  to main/a/ace/libtao-doc_6.0.1-1_all.deb
(new) libtao-flresource-2.0.1_6.0.1-1_i386.deb optional libs
TAO-GUI reactor integration for Fl
 The Fl resource factory integrates ACE FlReactor into TAO ORB
 reactor.
libtao-flresource-dev_6.0.1-1_i386.deb
  to main/a/ace/libtao-flresource-dev_6.0.1-1_i386.deb
(new) libtao-foxresource-2.0.1_6.0.1-1_i386.deb optional libs
TAO-GUI reactor integration for FOX
 The Fl resource factory integrates ACE FoxReactor into TAO ORB
 reactor.
libtao-foxresource-dev_6.0.1-1_i386.deb
  to main/a/ace/libtao-foxresource-dev_6.0.1-1_i386.deb
(new) libtao-orbsvcs-2.0.1_6.0.1-1_i386.deb optional libs
TAO CORBA services libraries
 This package contains libraries that are needed by many TAO programs.
libtao-orbsvcs-dev_6.0.1-1_i386.deb
  to main/a/ace/libtao-orbsvcs-dev_6.0.1-1_i386.deb
(new) libtao-qtresource-2.0.1_6.0.1-1_i386.deb optional libs
TAO-GUI reactor integration for Qt
 The Qt resource factory integrates ACE QtReactor into TAO ORB
 reactor.
libtao-qtresource-dev_6.0.1-1_i386.deb
  to main/a/ace/libtao-qtresource-dev_6.0.1-1_i386.deb
(new) libtao-tkresource-2.0.1_6.0.1-1_i386.deb optional libs
TAO-GUI reactor integration for Tk
 The Tk resource factory integrates ACE TkReactor into TAO ORB
 reactor.
libtao-tkresource-dev_6.0.1-1_i386.deb
  to main/a/ace/libtao-tkresource-dev_6.0.1-1_i386.deb
(new) libtao-xtresource-2.0.1_6.0.1-1_i386.deb optional libs
TAO-GUI reactor integration for Xt
 The Xt resource factory integrates ACE XtReactor into TAO ORB
 reactor.
libtao-xtresource-dev_6.0.1-1_i386.deb
  to main/a/ace/libtao-xtresource-dev_6.0.1-1_i386.deb
mpc-ace_6.0.1-1_all.deb
  to main/a/ace/mpc-ace_6.0.1-1_all.deb
tao-concurrency_6.0.1-1_all.deb
  to main/a/ace/tao-concurrency_6.0.1-1_all.deb
tao-cosconcurrency_6.0.1-1_i386.deb
  to main/a/ace/tao-cosconcurrency_6.0.1-1_i386.deb
tao-cosevent_6.0.1-1_i386.deb
  to main/a/ace/tao-cosevent_6.0.1-1_i386.deb
tao-coslifecycle_6.0.1-1_i386.deb
  to main/a/ace/tao-coslifecycle_6.0.1-1_i386.deb
tao-cosnaming_6.0.1-1_i386.deb
  to main/a/ace/tao-cosnaming_6.0.1-1_i386.deb
tao-cosnotification_6.0.1-1_i386.deb
  to main/a/ace/tao-cosnotification_6.0.1-1_i386.deb
tao-costime_6.0.1-1_i386.deb
  to main/a/ace/tao-costime_6.0.1-1_i386.deb
tao-costrading_6.0.1-1_i386.deb
  to main/a/ace/tao-costrading_6.0.1-1_i386.deb
tao-event_6.0.1-1_all.deb
  to main/a/ace/tao-event_6.0.1-1_all.deb
tao-ft_6.0.1-1_i386.deb
  to main/a/ace/tao-ft_6.0.1-1_i386.deb
tao-ftrtevent_6.0.1-1_i386.deb
  to main/a/ace/tao-ftrtevent_6.0.1-1_i386.deb
tao-idl_6.0.1-1_i386.deb
  to main/a/ace/tao-idl_6.0.1-1_i386.deb
tao-ifr_6.0.1-1_i386.deb
  to main/a/ace/tao-ifr_6.0.1-1_i386.deb
tao-imr_6.0.1-1_i386.deb
  to main/a/ace/tao-imr_6.0.1-1_i386.deb
tao-lifecycle_6.0.1-1_all.deb
  to main/a/ace/tao-lifecycle_6.0.1-1_all.deb
tao-load_6.0.1-1_i386.deb
  to main/a/ace/tao-load_6.0.1-1_i386.deb
tao-log_6.0.1-1_all.deb
  to main/a/ace/tao-log_6.0.1-1_all.deb
tao-naming_6.0.1-1_all.deb
  to main/a/ace/tao-naming_6.0.1-1_all.deb
tao-notify_6.0.1-1_all.deb
  to main/a/ace/tao-notify_6.0.1-1_all.deb
tao-rtevent_6.0.1-1_i386.deb
  to main/a/ace/tao-rtevent_6.0.1-1_i386.deb
tao-scheduling_6.0.1-1_i386.deb
  to main/a/ace/tao-scheduling_6.0.1-1_i386.deb
tao-time_6.0.1-1_all.deb
  to main/a/ace/tao-time_6.0.1-1_all.deb
tao-tls_6.0.1-1_i386.deb
  to main/a/ace/tao-tls_6.0.1-1_i386.deb
tao-trading_6.0.1-1_all.deb
  to main/a/ace/tao-trading_6.0.1-1_all.deb
tao-utils_6.0.1-1_i386.deb
  to main/a/ace/tao-utils_6.0.1-1_i386.deb
Changes: ace (6.0.1-1) unstable; urgency=low
 .
  [ Pau Garcia i Quiles ]
  * New upstream release
  * Drop patch 12-add-DESTDIR-to-MPC (applied upstream)
  * Drop patch 13-add-QtReactor-export (applied upstream)
  * Drop patch 14-fix-tcl-flags (applied upstream)
  * Drop patch 16-fix-pidl-install (applied upstream)
  * Update patch 11-promote-QtResource-to-qt4
  * Update patch 15-fix-lzo-flags
  * Update patch 34-bts386713
  * Require debhelper >= 7 (it was already required, in practice)
  * Register documentation with doc-base
  * Explicitly set source format 1.0 until we move to 3.0
  * Package ACE_INet and ACE_INet_SSL
 .
  [ Thomas Girard ]
  * Build-depend on Tcl/Tk >= 8.5.


Override entries for your package:
ace-gperf_6.0.1-1_i386.deb - optional devel
ace-netsvcs_6.0.1-1_i386.deb - optional devel
ace_6.0.1-1.dsc - source devel
gperf-ace_6.0.1-1_all.deb - optional devel
libace-dev_6.0.1-1_i386.deb - optional libdevel
libace-doc_6.0.1-1_all.deb - optional doc
libace-flreactor-dev_6.0.1-1_i386.deb - optional libdevel
libace-foxreactor-dev_6.0.1-1_i386.deb - optional libdevel
libace-htbp-dev_6.0.1-1_i386.deb - optional libdevel
libace-qtreactor-dev_6.0.1-1_i386.deb - optional libdevel
libace-rmcast-dev_6.0.1-1_i386.deb - optional libdevel
libace-ssl-dev_6.0.1-1_i386.deb - optional libdevel
libace-tkreactor-dev_6.0.1-1_i386.deb - optional libdevel
libace-tmcast-dev_6.0.1-1_i386.deb - optional libdevel
libace-xtreactor-dev_6.0.1-1_i386.deb - optional libdevel
libacexml-dev_6.0.1-1_i386.deb - optional libdevel
libkokyu-dev_6.0.1-1_i386.deb - optional libdevel
libnetsvcs-dev_6.0.1-1_i386.deb - optional libdevel
libtao-dev_6.0.1-1_i386.deb - optional libdevel
libtao-doc_6.0.1-1_all.deb - optional doc
libtao-flresource-dev_6.0.1-1_i386.deb - optional libdevel
libtao-foxresource-dev_6.0.1-1_i386.deb - optional libdevel
libtao-orbsvcs-dev_6.0.1-1_i386.deb - optional libdevel
libtao-qtresource-dev_6.0.1-1_i386.deb - optional libdevel
libtao-tkresource-dev_6.0.1-1_i386.deb - optional libdevel
libtao-xtresource-dev_6.0.1-1_i386.deb - optional libdevel
mpc-ace_6.0.1-1_all.deb - optional devel
tao-concurrency_6.0.1-1_all.deb - optional devel
tao-cosconcurrency_6.0.1-1_i386.deb - optional devel
tao-cosevent_6.0.1-1_i386.deb - optional devel
tao-coslifecycle_6.0.1-1_i386.deb - optional devel
tao-cosnaming_6.0.1-1_i386.deb - optional devel
tao-cosnotification_6.0.1-1_i386.deb - optional devel
tao-costime_6.0.1-1_i386.deb - optional devel
tao-costrading_6.0.1-1_i386.deb - optional devel
tao-event_6.0.1-1_all.deb - optional devel
tao-ft_6.0.1-1_i386.deb - optional devel
tao-ftrtevent_6.0.1-1_i386.deb - optional devel
tao-idl_6.0.1-1_i386.deb - optional devel
tao-ifr_6.0.1-1_i386.deb - optional devel
tao-imr_6.0.1-1_i386.deb - optional devel
tao-lifecycle_6.0.1-1_all.deb - optional devel
tao-load_6.0.1-1_i386.deb - optional devel
tao-log_6.0.1-1_all.deb - optional devel
tao-naming_6.0.1-1_all.deb - optional devel
tao-notify_6.0.1-1_all.deb - optional devel
tao-rtevent_6.0.1-1_i386.deb - optional devel
tao-scheduling_6.0.1-1_i386.deb - optional devel
tao-time_6.0.1-1_all.deb - optional devel
tao-tls_6.0.1-1_i386.deb - optional devel
tao-trading_6.0.1-1_all.deb - optional devel
tao-utils_6.0.1-1_i386.deb - optional devel

Announcing to debian-devel-changes at lists.debian.org


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.



More information about the Pkg-ace-devel mailing list