From b55c158280c3e09a839817e6d441bd71c1fe916d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 5 Nov 2017 10:29:51 +0100 Subject: [PATCH] core: add split of Debian packages in release notes --- ReleaseNotes.adoc | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc index 42a479927..1a183f03f 100644 --- a/ReleaseNotes.adoc +++ b/ReleaseNotes.adoc @@ -20,6 +20,38 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog] [[v2.0]] == Version 2.0 (under dev) +[[v2.0_debian_packaging]] +=== Split of scripting Debian packages + +The Debian packaging has changed (for now only on weechat.org repositories, +not in Debian official repositories). + +The package `weechat-plugins` has been split into 9 packages: + +- weechat-plugins (with only the following plugins: aspell, exec, fifo, relay, + script, trigger) +- weechat-python +- weechat-perl +- weechat-ruby +- weechat-lua +- weechat-tcl +- weechat-guile +- weechat-javascript +- weechat-php. + +If you are using the packages from weechat.org, you will have to install +manually the scripting packages (according to the languages you'll use +in WeeChat), for example Python/Perl only: + +---- +sudo apt-get install weechat-python weechat-perl +---- + +For development packages: + +---- +sudo apt-get install weechat-devel-python weechat-devel-perl +---- + [[v2.0_buflist_eval]] === Evaluation in buflist