[SCM] WorldForge transport library branch, master, updated. upstream/0.3.8-35-g8b5ff4b
Stephen M. Webb
stephen.webb at bregmasoft.ca
Mon Feb 6 16:44:34 UTC 2012
The following commit has been merged in the master branch:
commit 8b5ff4bfd357ea2a1c29949624202037117c168a
Author: Stephen M. Webb <stephen.webb at bregmasoft.ca>
Date: Mon Feb 6 11:21:29 2012 -0500
debian/control: reworded package descriptions
diff --git a/debian/control b/debian/control
index cc335ff..de61d27 100644
--- a/debian/control
+++ b/debian/control
@@ -18,9 +18,9 @@ Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: iostream-based C++ socket library
- A library that makes TCP and UDP sockets available as C++ iostream-based
- objects. Used as the underlying transport layer in various WorldForge
- projects.
+ Skstream is a library that makes TCP and UDP sockets available as C++
+ iostream-based objects. It is used as the underlying transport layer in
+ various WorldForge projects.
.
This package contains the library runtime.
@@ -32,10 +32,12 @@ Pre-Depends: dpkg (>= 1.15.6~)
Depends: libskstream-0.3-6 (= ${binary:Version}),
${misc:Depends}
Description: iostream-based C++ socket library - development files
- skstream implements an iostream C++ socket library. TCP- and UDP-sockets are
- available as C++ classes.
+ Skstream is a library that makes TCP and UDP sockets available as C++
+ iostream-based objects. It is used as the underlying transport layer in
+ various WorldForge projects.
.
- This package contains the development files.
+ This package contains the files used for developing against the skstream
+ library.
Package: libskstream-0.3-6-dbg
Section: debug
@@ -46,12 +48,8 @@ Pre-Depends: dpkg (>= 1.15.6~)
Depends: libskstream-0.3-6 (= ${binary:Version}),
${misc:Depends}
Description: iostream-based C++ socket library - debugging symbols
- skstream implements an iostream C++ socket library. TCP- and UDP-sockets are
- available as C++ classes.
+ Skstream is a library that makes TCP and UDP sockets available as C++
+ iostream-based objects. It is used as the underlying transport layer in
+ various WorldForge projects.
.
- This package contains the unstripped shared libraries. It is provided
- primarily to provide a backtrace with names in a debugger, this makes it
- somewhat easier to interpret core dumps. The library is installed in
- /usr/lib/debug and can be used by placing the directory in LD_LIBRARY_PATH.
- .
- Most people will not need this package.
+ This package contains detached debugging symbols.
--
WorldForge transport library
More information about the Pkg-games-commits
mailing list