From c771e3bf19c2485b8bfaa6d6ae98d480f409ed13 Mon Sep 17 00:00:00 2001 From: Tony Olagbaiye Date: Fri, 11 May 2018 02:07:51 +0100 Subject: [PATCH] Debian packaging implemented We won't switch to the system libwebsockets package as we need custom behaviour and don't want to be linked against openssl. We don't need to bother with a configure build step as it seems the current Makefile is sufficient for packaging. --- README.org | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.org b/README.org index d91695a..8fb1fd1 100644 --- a/README.org +++ b/README.org @@ -73,9 +73,6 @@ - [ ] Tab completion for slack emoji (see [[http://github.com/bqv/weechat-slack/issues/3][#3]]) - [ ] Tab completion for display/user names (see [[http://github.com/bqv/weechat-slack/issues/1][#1]]) - [ ] Sort nick-completion by recent (see [[http://github.com/bqv/weechat-slack/issues/4][#4]]) -** TODO [#B] Implement debian packaging (milestone v0.4) - - [ ] Switch to system libwebsockets package (dynamically link) (see [[http://github.com/bqv/weechat-slack/issues/7][#7]]) - - [ ] Create configure build step (cmake? autotools?) ** TODO [#C] Implement remaining api endpoints and events (milestone v0.5) - [ ] Complete api endpoint set - [ ] Complete api event set