[Pkg-octave-commit] r1974 - octave-forge-pkgs/octave-sockets/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Wed May 21 11:11:36 UTC 2008


Author: rafael
Date: 2008-05-21 11:11:36 +0000 (Wed, 21 May 2008)
New Revision: 1974

Modified:
   octave-forge-pkgs/octave-sockets/trunk/debian/changelog
   octave-forge-pkgs/octave-sockets/trunk/debian/control
Log:
Improve long description

Modified: octave-forge-pkgs/octave-sockets/trunk/debian/changelog
===================================================================
--- octave-forge-pkgs/octave-sockets/trunk/debian/changelog	2008-05-21 11:04:09 UTC (rev 1973)
+++ octave-forge-pkgs/octave-sockets/trunk/debian/changelog	2008-05-21 11:11:36 UTC (rev 1974)
@@ -2,8 +2,9 @@
 
   * debian/patches/autoload-yes.diff: Enable autoloading of sockets
     functions by default
+  * debian/control: Improve long description
 
- -- Rafael Laboissiere <rafael at debian.org>  Tue, 20 May 2008 22:14:24 +0200
+ -- Rafael Laboissiere <rafael at debian.org>  Wed, 21 May 2008 11:11:14 +0000
 
 octave-sockets (1.0.4-2) unstable; urgency=low
 

Modified: octave-forge-pkgs/octave-sockets/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-sockets/trunk/debian/control	2008-05-21 11:04:09 UTC (rev 1973)
+++ octave-forge-pkgs/octave-sockets/trunk/debian/control	2008-05-21 11:11:36 UTC (rev 1974)
@@ -16,5 +16,10 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${octave:Depends}
 Description: communication through Internet sokects in Octave
- This package provides functions to work with sockets in octave.
- FIXME!
+ This package provides functions to work with sockets in octave,
+ mimicking the Unix socket API (socket, connect, disconnect,
+ gethostbyname, send, recv, bind, listen, and accept)
+ .
+ This Octave add-on package is part of the Octave-Forge project.
+
+ 




More information about the Pkg-octave-commit mailing list