From de61048cd245612525f044ef689e1a8ff572fb02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 4 Jul 2021 10:46:02 +0200 Subject: debian: add typing plugin in Debian packaging --- debian-devel/control | 1 + debian-stable/control | 1 + debian-stable/weechat-plugins.install | 1 + 3 files changed, 3 insertions(+) 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 -- cgit v1.2.3