From ca2d3d168f06eab2bb7baf51b9eae648b9895173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 25 Jun 2017 21:25:14 +0200 Subject: [PATCH] debian: add plugin fset in debian packaging --- debian-devel/control | 4 ++-- debian-stable/control | 4 ++-- debian-stable/weechat-core.install | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian-devel/control b/debian-devel/control index f5b4d747d..577564ece 100644 --- a/debian-devel/control +++ b/debian-devel/control @@ -88,8 +88,8 @@ Description: Fast, light and extensible chat client - core files for many operating systems. Everything can be done with a keyboard. . This package provides core plugins and locales files for WeeChat. It - currently ships the following plugins: alias, buflist, charset, irc, logger - and xfer. It is useless without weechat-curses. + currently ships the following plugins: alias, buflist, charset, fset, irc, + logger and xfer. It is useless without weechat-curses. Package: weechat-devel-plugins Architecture: any diff --git a/debian-stable/control b/debian-stable/control index 3661a013a..1b255e35f 100644 --- a/debian-stable/control +++ b/debian-stable/control @@ -88,8 +88,8 @@ Description: Fast, light and extensible chat client - core files for many operating systems. Everything can be done with a keyboard. . This package provides core plugins and locales files for WeeChat. It - currently ships the following plugins: alias, buflist, charset, irc, logger - and xfer. It is useless without weechat-curses. + currently ships the following plugins: alias, buflist, charset, fset, irc, + logger and xfer. It is useless without weechat-curses. Package: weechat-plugins Architecture: any diff --git a/debian-stable/weechat-core.install b/debian-stable/weechat-core.install index 42cc3a3da..9411e449b 100644 --- a/debian-stable/weechat-core.install +++ b/debian-stable/weechat-core.install @@ -2,6 +2,7 @@ usr/share/locale/ usr/lib/weechat/plugins/alias.so usr/lib/weechat/plugins/buflist.so usr/lib/weechat/plugins/charset.so +usr/lib/weechat/plugins/fset.so usr/lib/weechat/plugins/irc.so usr/lib/weechat/plugins/logger.so usr/lib/weechat/plugins/xfer.so