Package: websockify / 0.6.0+dfsg1-1

Metadata

Package Version Patches format
websockify 0.6.0+dfsg1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
removes websocket swf file.patch | (download)

setup.py | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 removes include/web-socket-js/websocketmain.swf from setup.py
 Websockify is +dfsg because include/web-socket-js/WebSocketMain.swf isn't
 built from source. So we also need to remove the WebSocketMain.swf file from
 setup.py to avoid failure (eg: this file isn't there anymore in the dfsg
 version of websockify).
fixes rebind wrapper.patch | (download)

rebind | 13 8 + 5 - 0 !
1 file changed, 8 insertions(+), 5 deletions(-)

 fixes rebind wrapper
 The default upstream wrapper expects rebind.so to be next to the wrapper,
 this is not Debian policy compliant, so we're just fixing the wrapper.