1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00
Files
weechat/tools/debian/patches
Sébastien Helleu ab81128a7a core: compile with Python 3 by default
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-07-01 21:28:33 +02:00
..

This directory contains patches that must be applied for some old Debian/Ubuntu
versions, in order to build Debian packages.

They are automatically applied by the script "tools/build-debian.sh".

Notes for some versions of distributions:

* asciidoctor:

    On these distributions, asciidoctor must be installed manually with the command
    "gem install asciidoctor" (as root):

      - Debian jessie (8.0)
      - Debian wheezy (7.0)
      - Ubuntu trusty (14.04)