Files
parodus/debian-files/wheezy/control
Francis Brosnan Blázquez 621fa21048 nopoll:
* [fix] Fixed an error about unused variables at nopoll.c and added
  support to create packages for wheezy.
2013-09-17 13:19:50 +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.