mirror of
https://github.com/bqv/weechat-xmpp/
synced 2024-11-04 12:00:30 +00:00
Switch to git-buildpackage
This commit is contained in:
parent
3e7eb06ff7
commit
601209ae81
@ -74,7 +74,7 @@
|
||||
- [ ] 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)
|
||||
- [ ] 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
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
2
debian/.debhelper/bucket/index
vendored
2
debian/.debhelper/bucket/index
vendored
@ -1,2 +0,0 @@
|
||||
8131853dbc8c3be5171fa96353de7a884a79d3f1d6b3fbf48f99037f5f95fe27 json-c/config.guess
|
||||
1ee0b1581032c46aac6ebd1de74b130f35082fb45a12e9ead42ad5c775f9b64f json-c/config.sub
|
33
debian/changelog
vendored
33
debian/changelog
vendored
@ -1,6 +1,31 @@
|
||||
weechat-slack (0~1805071648-1) UNRELEASED; urgency=low
|
||||
weechat-slack (0.1) UNRELEASED; urgency=medium
|
||||
|
||||
* Initial release. Closes: #nnnn
|
||||
<nnnn is the bug number of your ITP>
|
||||
[ Tony Olagbaiye ]
|
||||
* Initial release.
|
||||
* Bot messages
|
||||
* Slackbot responses
|
||||
* CTags
|
||||
* Fix channel mentions. Closes #2
|
||||
* License headers
|
||||
* Administration
|
||||
* Add TODO to readme
|
||||
* Fix makefile to find libwebsockets.h
|
||||
* Build libwebsockets first
|
||||
* Revert libwebsockets header change
|
||||
* Build libjson-c before too
|
||||
* Typo
|
||||
* Move sanitizers to debug build
|
||||
* Fix make install
|
||||
* Fix install finally
|
||||
* Just remove `make install` from travis
|
||||
* Update README.org
|
||||
* Handle message.me_message (ref #5)
|
||||
* Monkeypatch message.bot_message for undoc'd slackbot msgs. Fixes #6
|
||||
* Implement chat.meMessage for /me (closes #5)
|
||||
* Update README.org
|
||||
* Update README.org
|
||||
* Describe debug process
|
||||
|
||||
-- Bao <bao@localhost> Mon, 07 May 2018 17:48:57 +0100
|
||||
[ Bao ]
|
||||
|
||||
-- Bao <bao@mail.fron.io> Thu, 10 May 2018 15:18:26 +0100
|
||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -11,7 +11,8 @@ Vcs-Browser: https://github.com/bqv/weechat-slack
|
||||
Package: weechat-slack
|
||||
Architecture: all
|
||||
Depends:
|
||||
weechat (>= 1.4)
|
||||
weechat (>= 1.4),
|
||||
libwebsockets (>= 2.0)
|
||||
Description: Fast, light and extensible chat client - Slack plugin
|
||||
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
|
||||
for many operating systems. Everything can be done with a keyboard.
|
||||
|
1
debian/debhelper-build-stamp
vendored
1
debian/debhelper-build-stamp
vendored
@ -1 +0,0 @@
|
||||
weechat-slack
|
Loading…
Reference in New Issue
Block a user