r922 - packages/trunk/enet/debian

Gonéri Le Bouder goneri-guest at costa.debian.org
Tue Jun 27 20:47:47 UTC 2006


Author: goneri-guest
Date: 2006-06-27 20:47:46 +0000 (Tue, 27 Jun 2006)
New Revision: 922

Modified:
   packages/trunk/enet/debian/control
Log:
description feeld


Modified: packages/trunk/enet/debian/control
===================================================================
--- packages/trunk/enet/debian/control	2006-06-27 20:47:06 UTC (rev 921)
+++ packages/trunk/enet/debian/control	2006-06-27 20:47:46 UTC (rev 922)
@@ -10,23 +10,42 @@
 Section: libdevel
 Architecture: any
 Depends: libenet (= ${Source-Version})
-Description: enet is a portable library for network 
- blabla
+Description: devel files for libenet, a UDP networking library
+ ENet's purpose is to provide a relatively thin, simple and robust network
+ communication layer on top of UDP (User Datagram Protocol). The primary
+ feature it provides is optional reliable, in-order delivery of packets.
+ .
+ ENet is NOT intended to be a general purpose high level networking library
+ that handles authentication, lobbying, server discovery, compression,
+ encryption and other high level, often application level or dependent tasks.
+ .
+ homepage http://enet.cubik.org 
 
-
 Package: libenet
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
-Description: enet is a portable library for network 
- blabla
+Description: a UDP networking library
+ ENet's purpose is to provide a relatively thin, simple and robust network
+ communication layer on top of UDP (User Datagram Protocol). The primary
+ feature it provides is optional reliable, in-order delivery of packets.
+ .
+ ENet is NOT intended to be a general purpose high level networking library
+ that handles authentication, lobbying, server discovery, compression,
+ encryption and other high level, often application level or dependent tasks.
+ .
+ homepage http://enet.cubik.org 
 
+
+
 Package: libenet-dbg
 Priority: extra
 Section: libdevel
 Architecture: any
-Description: debugging symbols for libenet 
+Description: debugging symbols for libenet, an UDP networking library
  This package contains the debugging symbols associated with libenet.
  They will automatically be used by gdb for debugging boson-related
  issues.
+ .
+ homepage http://enet.cubik.org 
 




More information about the Pkg-games-commits mailing list