diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-07-04 10:46:02 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-07-04 13:27:33 +0200 |
commit | de61048cd245612525f044ef689e1a8ff572fb02 (patch) | |
tree | 420faeab1341f4a3d4c0b9b645d6f473c72808d5 | |
parent | 252d1bbc9dd3148b5f266805d52b96cd80ea969c (diff) | |
download | weechat-de61048cd245612525f044ef689e1a8ff572fb02.zip |
debian: add typing plugin in Debian packaging
-rw-r--r-- | debian-devel/control | 1 | ||||
-rw-r--r-- | debian-stable/control | 1 | ||||
-rw-r--r-- | debian-stable/weechat-plugins.install | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/debian-devel/control b/debian-devel/control index 4f459c0e3..b91e0c0e7 100644 --- a/debian-devel/control +++ b/debian-devel/control @@ -153,6 +153,7 @@ Description: Fast, light and extensible chat client - plugins - FIFO pipe for remote control - Relay (IRC proxy and WeeChat protocol) - Trigger + - Typing Package: weechat-devel-python Architecture: any diff --git a/debian-stable/control b/debian-stable/control index 92f9dd5f6..978750e7a 100644 --- a/debian-stable/control +++ b/debian-stable/control @@ -148,6 +148,7 @@ Description: Fast, light and extensible chat client - plugins - FIFO pipe for remote control - Relay (IRC proxy and WeeChat protocol) - Trigger + - Typing Package: weechat-python Architecture: any diff --git a/debian-stable/weechat-plugins.install b/debian-stable/weechat-plugins.install index fcda327e7..62dcb21ec 100644 --- a/debian-stable/weechat-plugins.install +++ b/debian-stable/weechat-plugins.install @@ -4,3 +4,4 @@ usr/lib/*/weechat/plugins/relay.so usr/lib/*/weechat/plugins/script.so usr/lib/*/weechat/plugins/spell.so usr/lib/*/weechat/plugins/trigger.so +usr/lib/*/weechat/plugins/typing.so |