Files
parodus/debian-files/precise/control
Francis Brosnan Blázquez 0f9cc7f5c6 nopoll:
* [fix] Added support to create ubuntu precise pangolin packages..
2013-12-12 14:54:25 +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, libssl1.0.0
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.