r39850 - in /trunk/libtest-poe-server-tcp-perl/debian: changelog control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Jul 14 02:30:19 UTC 2009


Author: jawnsy-guest
Date: Tue Jul 14 02:30:11 2009
New Revision: 39850

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39850
Log:
dch -r. Another overhaul of the description. (-_-);

Modified:
    trunk/libtest-poe-server-tcp-perl/debian/changelog
    trunk/libtest-poe-server-tcp-perl/debian/control

Modified: trunk/libtest-poe-server-tcp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-poe-server-tcp-perl/debian/changelog?rev=39850&op=diff
==============================================================================
--- trunk/libtest-poe-server-tcp-perl/debian/changelog (original)
+++ trunk/libtest-poe-server-tcp-perl/debian/changelog Tue Jul 14 02:30:11 2009
@@ -1,11 +1,11 @@
-libtest-poe-server-tcp-perl (1.08-1) UNRELEASED; urgency=low
+libtest-poe-server-tcp-perl (1.08-1) unstable; urgency=low
 
   * New upstream release
     + Add a feature to broadcast to all clients (send_to_all_clients)
   * Added /me to Uploaders and Copyright
   * Rewrote description (a bit shorter) - the synopsis is different
 
- -- Jonathan Yu <frequency at cpan.org>  Mon, 13 Jul 2009 18:15:03 -0400
+ -- Jonathan Yu <frequency at cpan.org>  Mon, 13 Jul 2009 18:32:46 -0400
 
 libtest-poe-server-tcp-perl (1.06-1) unstable; urgency=low
 

Modified: trunk/libtest-poe-server-tcp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-poe-server-tcp-perl/debian/control?rev=39850&op=diff
==============================================================================
--- trunk/libtest-poe-server-tcp-perl/debian/control (original)
+++ trunk/libtest-poe-server-tcp-perl/debian/control Tue Jul 14 02:30:11 2009
@@ -17,9 +17,9 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libpoe-perl (>= 2:1.0040)
 Description: Test framework for TCP client libraries using POE
- Test::POE::Server::TCP is a POE component that provides a TCP server framework
- for inclusion in client component test cases. Once registered, a session will
- receive events related to client connects, disconnects, input and any written
- output. Each of these events refers to a unique client ID which may be used in
- communication with the component when sending data to the client or ending a
- connection.
+ Test::POE::Server::TCP is a Perl Object Environment (POE, see libpoe-perl)
+ component that provides a TCP server framework for inclusion in your client
+ module's test cases. Once registered, a session will receive events related
+ to client connections, disconnections, input and any flushed output. It will
+ also get a unique client identifier which may be used in communication with
+ the client component when sending data to the client or ending a connection.




More information about the Pkg-perl-cvs-commits mailing list