Files
parodus/debian-files/squeeze/control
Francis Brosnan Blázquez 748ce7a2d9 nopoll:
* [fix] Adding initial files to create debian packages..
2013-04-08 10:19:07 +00:00

27 lines
807 B
Plaintext

Source: libnopoll0
Priority: extra
Maintainer: Francis Brosnan <francis@aspl.es>
Build-Depends: debhelper (>= 5), autotools-dev, pkg-config,
libssl-dev
Standards-Version: 3.7.2
Section: libs
Package: libnopoll0
Section: libs
Architecture: any
Depends: libc6, libssl0.9.8
Description: WebSocket OpenSource implementation
noPoll is a WebSocket implementation designed to integreate well into
existing projects that needs support for WebSocket, even in the same
native port.
Package: libnopoll0-dev
Section: libdevel
Architecture: any
Depends: libnopoll0 (= ${Source-Version})
Description: WebSocket OpenSource implementation (dev headers)
noPoll is a WebSocket implementation designed to integreate well into
existing projects that needs support for WebSocket, even in the same
native port.