Source: libsocket
Section: devel
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Julien LEMOINE <speedblue@debian.org>
Build-Depends: debhelper (>= 7.0.50~), doxygen, autotools-dev
Standards-Version: 3.8.3

Package: happycoders-libsocket
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Generic C++ library implementing Udp/Tcp socket interface
 It provides a portable socket abstraction for all OS. 
 It provides an abstraction for UDP/TCP sockets, for client and server 
 in IPv4 and IPV6. It includes local socket support for Unix and Linux systems.

Package: happycoders-libsocket-dev
Architecture: any
Depends: ${misc:Depends}, happycoders-libsocket
Replaces: happycoders-libsocket
Description: Generic C++ library implementing Udp/Tcp socket interface - development files
 It provides a portable socket abstraction for all OS. 
 It provides an abstraction for UDP/TCP sockets, for client and server 
 in IPv4 and IPV6. It includes local socket support for Unix and Linux systems.
 .
 This package contains the symlinks, headers, and object files needed to 
 compile and link programs which use libdbg.
