summaryrefslogtreecommitdiff
path: root/tools/debian
AgeCommit message (Collapse)Author
2023-03-31doc: add CMake option `ENABLE_DOC_INCOMPLETE` to force build of incomplete ↵Sébastien Helleu
docs (closes #1901)
2023-03-30doc: update Ubuntu Bionic Debian patch to remove asciidoctor optionSébastien Helleu
The option "--failure-level" has been added in Asciidoctor 1.5.7 and the version in Ubuntu Bionic is 1.5.5.
2023-01-06debian: add symbolic link weechat_raspbian_buster.patch pointing to Debian ↵Sébastien Helleu
Buster patch
2023-01-05core: rename script build-debian.sh to build_debian.shSébastien Helleu
2022-11-19debian: change dependency guile-2.2-dev to guile-3.0-devSébastien Helleu
2022-09-29debian: remove ubuntu/xenial patch (distro not supported any more)Sébastien Helleu
As zstd is too old in ubuntu/xenial (0.5.1 while min version is 0.8.1), this distro is not supported any more.
2022-09-18build: remove patches for Debian/Raspbian StretchSébastien Helleu
2022-03-29debian: add dependency on ruby-pygments.rbSébastien Helleu
2022-02-19debian: change dependency libargon2-0-dev to libargon2-dev (debian bug #1005703)Sébastien Helleu
2021-12-24relay: add zstd compression in weechat protocolSébastien Helleu
Option relay.network.compression_level is renamed to relay.network.compression and is now a percentage between 0 (no compression) to 100 (best compression, slowest). Compression is now disabled by default in weechat protocol and must be enabled via the `handshake` command (option `compression` has been removed from `init` command).
2021-09-18debian: bump Standards-Version to 4.6.0.1Sébastien Helleu
2021-03-08debian: update debian/ubuntu patches with new Standards-VersionSébastien Helleu
2020-06-13javascript: disable build by default and remove Debian packaging of ↵Sébastien Helleu
JavaScript plugin (issue #360)
2020-04-26debian: add patch to build on Ubuntu GroovySébastien Helleu
2019-12-08debian: fix debian/wheezy and ubuntu/trusty patchesSébastien Helleu
2019-11-11debian: disable javascript plugin on Debian Sid and Ubuntu EoanSébastien Helleu
2019-10-20debian: disable javascript plugin on Ubuntu FocalSébastien Helleu
2019-09-25debian: switch to Guile 2.2 in Debian buildSébastien Helleu
Guile 2.2 is now used by default in Debian/Ubuntu builds, except on these old distribution versions where only Guile 2.0 is available: - Debian Stretch - Debian Jessie - Debian Wheezy - Ubuntu Xenial - Ubuntu Trusty
2019-09-16debian: fix build of packages on Debian Jessie (issue #916, issue #956)Sébastien Helleu
With the new errors on missing libraries in CMake, the PHP plugin must be explicitly disabled.
2019-07-08debian: disable Javascript plugin on Debian Buster/Bullseye (closes #1374)Sébastien Helleu
2019-07-07debian: switch from Lua 5.1 to 5.3 in Debian buildSébastien Helleu
2019-07-01core: compile with Python 3 by defaultSébastien Helleu
The CMake option ENABLE_PYTHON3 is renamed to ENABLE_PYTHON2, to use Python 2 first then fallback on Python 3. In the same way, the configure option --enable-python3 is renamed to --enable-python2, to use Python 2 first then fallback on Python 3.
2019-01-08debian: switch debhelper compatibility to 12Sébastien Helleu
2019-01-08debian: bump Standards-Version to 4.3.0Sébastien Helleu
2018-10-21debian: bump Standards-Version to 4.1.5Sébastien Helleu
2018-03-22debian: update debian/ubuntu/raspbian patchesSébastien Helleu
2018-03-22debian: remove patches for old ubuntu versions: zesty, yakkety, preciseSébastien Helleu
2018-03-20debian: update debian/ubuntu/raspbian patchesSébastien Helleu
2018-03-06debian: add patch for Ubuntu Artful to use PHP 7.1Sébastien Helleu
2018-03-05debian: replace PHP version 7.1 with 7.2 in debian patches (issue #1154)Sébastien Helleu
2018-01-29core: fix typo: scripts manager -> script managerSébastien Helleu
2017-11-04debian: update debian/ubuntu patchesSébastien Helleu
2017-09-28build: update Debian patches with libxml2-dev dependencySébastien Helleu
2017-09-27build: update patch for Ubuntu Trusty to not build PHP pluginSébastien Helleu
2017-09-27build: update patch for Debian Wheezy to not build PHP pluginSébastien Helleu
2017-09-27build: update patch for Debian Jessie to not build PHP pluginSébastien Helleu
2017-09-27build: add patch for Debian Stretch, Raspbian Stretch and Ubuntu ↵Sébastien Helleu
Zesty/Yakkety/Xenial to use PHP 7.0 instead of 7.1
2017-09-27build: remove patch for Raspbian JessieSébastien Helleu
Automatic builds for Raspbian Jessie were stopped three months ago, on June 2017.
2017-09-27build: remove patch for Ubuntu WilySébastien Helleu
Automatic builds for Ubuntu Wily were stopped five months ago, on April 2017.
2017-09-27build: remove patch for Debian SqueezeSébastien Helleu
Automatic builds for Debian Squeeze were stopped one year ago, on October 2016.
2016-09-04debian: remove asciidoctor dependency in debian/ubuntu patches (issue #722)Sébastien Helleu
Asciidoctor is required, but must be installed as a gem (the version in distros is too old).
2016-09-04debian: update debian/ubuntu patches to build again doc/man page (issue #722)Sébastien Helleu
2016-05-21debian: fix debian/ubuntu/raspbian patchesSébastien Helleu
2016-05-16debian: update debian/ubuntu patches to not build doc/man pageSébastien Helleu
2016-05-16debian: add patch for raspbian/jessieSébastien Helleu
2016-05-16debian: fix mode of weechat-plugins.install in debian/ubuntu patches (issue ↵Sébastien Helleu
#722)
2016-05-16debian: add patch to not build doc/man page on Debian Jessie (issue #722)Sébastien Helleu
2016-05-14debian: update patches to not build doc/man page on some Debian/Ubuntu ↵Sébastien Helleu
versions to build docs and man page (issue #722)
2016-05-04debian: bump Standards-Version to 3.9.8Sébastien Helleu
2016-05-01debian: build Tcl plugin against Tcl 8.6Sébastien Helleu