[Pkg-samba-maint] r2319 - trunk/tevent/debian
jelmer at alioth.debian.org
jelmer at alioth.debian.org
Tue Jan 6 15:35:53 UTC 2009
Author: jelmer
Date: 2009-01-06 15:35:53 +0000 (Tue, 06 Jan 2009)
New Revision: 2319
Modified:
trunk/tevent/debian/control
Log:
Review comments from bubulle.
Modified: trunk/tevent/debian/control
===================================================================
--- trunk/tevent/debian/control 2009-01-06 15:01:01 UTC (rev 2318)
+++ trunk/tevent/debian/control 2009-01-06 15:35:53 UTC (rev 2319)
@@ -10,7 +10,7 @@
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
-Description: Talloc-based event loop library - shared library
+Description: talloc-based event loop library - shared library
tevent is a simple library that can handle the main event loop for an
application. It supports three kinds of events: timed events, file
descriptors becoming readable or writable and signals.
@@ -18,13 +18,13 @@
Talloc is used for memory management, both internally and for private
data provided by users of the library.
.
- This package contains the shared library file.
+ This package provides the shared library file.
Package: libtevent-dev
Section: libdevel
Architecture: any
Depends: libc6-dev, libtevent0 (= ${binary:Version}), libtalloc-dev
-Description: Talloc-based event loop library - development files
+Description: talloc-based event loop library - development files
tevent is a simple library that can handle the main event loop for an
application. It supports three kinds of events: timed events, file
descriptors becoming readable or writable and signals.
@@ -32,4 +32,4 @@
Talloc is used for memory management, both internally and for private
data provided by users of the library.
.
- This package contains the development files.
+ This package provides the development files.
More information about the Pkg-samba-maint
mailing list