[Pkg-corba-commits] r86 - in /trunk/omnievents/debian: changelog control

tgg at users.alioth.debian.org tgg at users.alioth.debian.org
Sun Dec 9 15:52:37 UTC 2007


Author: tgg
Date: Sun Dec  9 15:52:37 2007
New Revision: 86

URL: http://svn.debian.org/wsvn/pkg-corba/?sc=1&rev=86
Log:
rework descriptions

Modified:
    trunk/omnievents/debian/changelog
    trunk/omnievents/debian/control

Modified: trunk/omnievents/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omnievents/debian/changelog?rev=86&op=diff
==============================================================================
--- trunk/omnievents/debian/changelog (original)
+++ trunk/omnievents/debian/changelog Sun Dec  9 15:52:37 2007
@@ -11,6 +11,7 @@
   * Remove ${shlibs:Depends} and ${misc:Depends} from libomnievents-dev
     dependencies.
   * Build-depend on omniorb4 >= 4.1.1.
+  * Rework descriptions.
   * Fix FTBFS with g++-4.3. Thanks to Martin Michlmayr for reporting this and
     providing a patch. Closes: #417459.
 

Modified: trunk/omnievents/debian/control
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omnievents/debian/control?rev=86&op=diff
==============================================================================
--- trunk/omnievents/debian/control (original)
+++ trunk/omnievents/debian/control Sun Dec  9 15:52:37 2007
@@ -12,14 +12,14 @@
 Package: omnievents
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Implementation of the CORBA Event Service
+Description: omniORB event service
  omniEvents enables CORBA applications to communicate through
  asynchronous broadcast channels rather than direct method calls. It
  is a small, efficient implementation of the Object Management Group's
  Event Service specification designed to work with omniORB.
  .
  This packages contains the CORBA Event Service daemon as a standalone
- executable and the tools.
+ executable, and the associated tools.
 
 Package: libomnieventsc2a
 Conflicts: libomnievents, libomnieventsc2
@@ -27,36 +27,27 @@
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Implementation of the CORBA Event Service
- omniEvents enables CORBA applications to communicate through
- asynchronous broadcast channels rather than direct method calls. It
- is a small, efficient implementation of the Object Management Group's
- Event Service specification designed to work with omniORB.
+Description: omniORB event service shared library
+ This package contains omniEvents shared library.
  .
- This package contains the shared libraries.
+ For more information on omniEvents see the omnievents package.
 
 Package: libomnievents-dev
 Architecture: any
 Section: libdevel
 Depends: libomnieventsc2a (= ${binary:Version})
 Recommends: pkg-config
-Description: Implementation of the CORBA Event Service
- omniEvents enables CORBA applications to communicate through
- asynchronous broadcast channels rather than direct method calls. It
- is a small, efficient implementation of the Object Management Group's
- Event Service specification designed to work with omniORB.
+Description: omniORB event service development files
+ This package contains omniEvents header files, static library,
+ developer documentation, and examples.
  .
- This package contains the development libraries, header files,
- developer documentation, and examples.
+ For more information on omniEvents see the omnievents package.
 
 Package: libomnievents-dbg
 Architecture: any
 Section: libdevel
 Depends: libomnieventsc2a (= ${binary:Version})
-Description: Implementation of the CORBA Event Service
- omniEvents enables CORBA applications to communicate through
- asynchronous broadcast channels rather than direct method calls. It
- is a small, efficient implementation of the Object Management Group's
- Event Service specification designed to work with omniORB.
+Description: omniORB event service debugging symbols
+ This package contains omniEvents debugging symbols.
  .
- This package contains the debugging libraries.
+ For more information on omniEvents see the omnievents package.




More information about the Pkg-corba-commits mailing list