diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/debian/patches/README | 11 | ||||
-rw-r--r-- | tools/debian/patches/weechat_debian_jessie.patch | 217 | ||||
-rw-r--r-- | tools/debian/patches/weechat_debian_wheezy.patch | 227 | ||||
l--------- | tools/debian/patches/weechat_ubuntu_artful.patch | 1 | ||||
-rw-r--r--[l---------] | tools/debian/patches/weechat_ubuntu_bionic.patch | 41 | ||||
l--------- | tools/debian/patches/weechat_ubuntu_cosmic.patch | 1 | ||||
-rw-r--r-- | tools/debian/patches/weechat_ubuntu_disco.patch | 40 | ||||
-rw-r--r-- | tools/debian/patches/weechat_ubuntu_trusty.patch | 199 |
8 files changed, 40 insertions, 697 deletions
diff --git a/tools/debian/patches/README b/tools/debian/patches/README index a251bab14..3a2699a55 100644 --- a/tools/debian/patches/README +++ b/tools/debian/patches/README @@ -2,14 +2,3 @@ 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) diff --git a/tools/debian/patches/weechat_debian_jessie.patch b/tools/debian/patches/weechat_debian_jessie.patch deleted file mode 100644 index 4f695f2f6..000000000 --- a/tools/debian/patches/weechat_debian_jessie.patch +++ /dev/null @@ -1,217 +0,0 @@ -diff --git a/debian-devel/compat b/debian-devel/compat -index 48082f72f..ec635144f 100644 ---- a/debian-devel/compat -+++ b/debian-devel/compat -@@ -1 +1 @@ --12 -+9 -diff --git a/debian-devel/control b/debian-devel/control -index bf94a36f1..7e7c82a21 100644 ---- a/debian-devel/control -+++ b/debian-devel/control -@@ -3,19 +3,16 @@ Section: net - Priority: optional - Maintainer: Sébastien Helleu <flashcode@flashtux.org> - Build-Depends: -- asciidoctor (>= 1.5.4), -- debhelper (>= 12), -+ debhelper (>= 9), - cmake, pkg-config, - libncursesw5-dev, - gem2deb, - libperl-dev, - python3-dev, - libaspell-dev, -- liblua5.3-dev, -+ liblua5.1-0-dev, - tcl8.6-dev, -- guile-2.2-dev, -- php-dev, libphp-embed, libargon2-0-dev, libsodium-dev, -- libxml2-dev, -+ guile-2.0-dev, - libcurl4-gnutls-dev, - libgcrypt20-dev, - libgnutls28-dev, -@@ -46,7 +43,7 @@ Description: Fast, light and extensible chat client (metapackage) - - 256 colors support - - incremental text search - - dynamic filtering of buffer content -- - Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting -+ - Perl, Python, Ruby, Lua, Tcl and Scheme scripting - - script manager - - spell checking - - highly customizable and extensible -@@ -76,7 +73,7 @@ Description: Fast, light and extensible chat client - console client - - 256 colors support - - incremental text search - - dynamic filtering of buffer content -- - Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting -+ - Perl, Python, Ruby, Lua, Tcl and Scheme scripting - - script manager - - spell checking - - highly customizable and extensible -@@ -107,7 +104,7 @@ Description: Fast, light and extensible chat client - headless client - - 256 colors support - - incremental text search - - dynamic filtering of buffer content -- - Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting -+ - Perl, Python, Ruby, Lua, Tcl and Scheme scripting - - script manager - - spell checking - - highly customizable and extensible -@@ -232,20 +229,6 @@ Description: Fast, light and extensible chat client - Guile plugin - . - This package provides the Guile scripting API plugin. - --Package: weechat-devel-php --Architecture: any --Depends: -- ${misc:Depends}, -- ${shlibs:Depends}, -- weechat-devel-curses (= ${binary:Version}) | weechat-devel-headless (= ${binary:Version}), -- libphp-embed --Conflicts: weechat-php --Description: Fast, light and extensible chat client - PHP plugin -- WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client -- for many operating systems. Everything can be done with a keyboard. -- . -- This package provides the PHP scripting API plugin. -- - Package: weechat-devel-doc - Section: doc - Architecture: all -diff --git a/debian-devel/rules b/debian-devel/rules -index 16a5f9516..e42c2a6b2 100755 ---- a/debian-devel/rules -+++ b/debian-devel/rules -@@ -12,6 +12,7 @@ $(BUILDDIR)/Makefile: - -DLIBDIR=/usr/lib/${DEB_HOST_MULTIARCH} \ - -DENABLE_DOC:BOOL=ON \ - -DENABLE_MAN:BOOL=ON \ -+ -DENABLE_PHP:BOOL=OFF \ - -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \ - -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING="$(CFLAGS) -D_FORTIFY_SOURCE=2" \ - -DCMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING="$(LDFLAGS)" \ -diff --git a/debian-devel/weechat-devel-php.dirs b/debian-devel/weechat-devel-php.dirs -deleted file mode 120000 -index e4853a588..000000000 ---- a/debian-devel/weechat-devel-php.dirs -+++ /dev/null -@@ -1 +0,0 @@ --../debian-stable/weechat-php.dirs -\ No newline at end of file -diff --git a/debian-devel/weechat-devel-php.install b/debian-devel/weechat-devel-php.install -deleted file mode 120000 -index e358b515a..000000000 ---- a/debian-devel/weechat-devel-php.install -+++ /dev/null -@@ -1 +0,0 @@ --../debian-stable/weechat-php.install -\ No newline at end of file -diff --git a/debian-stable/compat b/debian-stable/compat -index 48082f72f..ec635144f 100644 ---- a/debian-stable/compat -+++ b/debian-stable/compat -@@ -1 +1 @@ --12 -+9 -diff --git a/debian-stable/control b/debian-stable/control -index ccf81cac8..d753f6856 100644 ---- a/debian-stable/control -+++ b/debian-stable/control -@@ -3,19 +3,16 @@ Section: net - Priority: optional - Maintainer: Emmanuel Bouthenot <kolter@debian.org> - Build-Depends: -- asciidoctor (>= 1.5.4), -- debhelper (>= 12), -+ debhelper (>= 9), - cmake, pkg-config, - libncursesw5-dev, - gem2deb, - libperl-dev, - python3-dev, - libaspell-dev, -- liblua5.3-dev, -+ liblua5.1-0-dev, - tcl8.6-dev, -- guile-2.2-dev, -- php-dev, libphp-embed, libargon2-0-dev, libsodium-dev, -- libxml2-dev, -+ guile-2.0-dev, - libcurl4-gnutls-dev, - libgcrypt20-dev, - libgnutls28-dev, -@@ -45,7 +42,7 @@ Description: Fast, light and extensible chat client (metapackage) - - 256 colors support - - incremental text search - - dynamic filtering of buffer content -- - Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting -+ - Perl, Python, Ruby, Lua, Tcl and Scheme scripting - - script manager - - spell checking - - highly customizable and extensible -@@ -74,7 +71,7 @@ Description: Fast, light and extensible chat client - console client - - 256 colors support - - incremental text search - - dynamic filtering of buffer content -- - Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting -+ - Perl, Python, Ruby, Lua, Tcl and Scheme scripting - - script manager - - spell checking - - highly customizable and extensible -@@ -104,7 +101,7 @@ Description: Fast, light and extensible chat client - headless client - - 256 colors support - - incremental text search - - dynamic filtering of buffer content -- - Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting -+ - Perl, Python, Ruby, Lua, Tcl and Scheme scripting - - script manager - - spell checking - - highly customizable and extensible -@@ -221,19 +218,6 @@ Description: Fast, light and extensible chat client - Guile plugin - . - This package provides the Guile scripting API plugin. - --Package: weechat-php --Architecture: any --Depends: -- ${misc:Depends}, -- ${shlibs:Depends}, -- weechat-curses (= ${binary:Version}) | weechat-headless (= ${binary:Version}), -- libphp-embed --Description: Fast, light and extensible chat client - PHP plugin -- WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client -- for many operating systems. Everything can be done with a keyboard. -- . -- This package provides the PHP scripting API plugin. -- - Package: weechat-doc - Section: doc - Architecture: all -diff --git a/debian-stable/rules b/debian-stable/rules -index 16a5f9516..e42c2a6b2 100755 ---- a/debian-stable/rules -+++ b/debian-stable/rules -@@ -12,6 +12,7 @@ $(BUILDDIR)/Makefile: - -DLIBDIR=/usr/lib/${DEB_HOST_MULTIARCH} \ - -DENABLE_DOC:BOOL=ON \ - -DENABLE_MAN:BOOL=ON \ -+ -DENABLE_PHP:BOOL=OFF \ - -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \ - -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING="$(CFLAGS) -D_FORTIFY_SOURCE=2" \ - -DCMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING="$(LDFLAGS)" \ -diff --git a/debian-stable/weechat-php.dirs b/debian-stable/weechat-php.dirs -deleted file mode 100644 -index 68457717b..000000000 ---- a/debian-stable/weechat-php.dirs -+++ /dev/null -@@ -1 +0,0 @@ --usr/lib -diff --git a/debian-stable/weechat-php.install b/debian-stable/weechat-php.install -deleted file mode 100644 -index 0a1b73563..000000000 ---- a/debian-stable/weechat-php.install -+++ /dev/null -@@ -1 +0,0 @@ --usr/lib/*/weechat/plugins/php.so diff --git a/tools/debian/patches/weechat_debian_wheezy.patch b/tools/debian/patches/weechat_debian_wheezy.patch deleted file mode 100644 index 3ada32109..000000000 --- a/tools/debian/patches/weechat_debian_wheezy.patch +++ /dev/null @@ -1,227 +0,0 @@ -diff --git a/debian-devel/compat b/debian-devel/compat -index 48082f72f..ec635144f 100644 ---- a/debian-devel/compat -+++ b/debian-devel/compat -@@ -1 +1 @@ --12 -+9 -diff --git a/debian-devel/control b/debian-devel/control -index bf94a36f1..8d4d60e9f 100644 ---- a/debian-devel/control -+++ b/debian-devel/control -@@ -3,8 +3,7 @@ Section: net - Priority: optional - Maintainer: Sébastien Helleu <flashcode@flashtux.org> - Build-Depends: -- asciidoctor (>= 1.5.4), -- debhelper (>= 12), -+ debhelper (>= 9), - cmake, pkg-config, - libncursesw5-dev, - gem2deb, -@@ -12,13 +11,11 @@ Build-Depends: - python3-dev, - libaspell-dev, - liblua5.3-dev, -- tcl8.6-dev, -- guile-2.2-dev, -- php-dev, libphp-embed, libargon2-0-dev, libsodium-dev, -- libxml2-dev, -+ tcl8.5-dev, -+ guile-2.0-dev, - libcurl4-gnutls-dev, -- libgcrypt20-dev, -- libgnutls28-dev, -+ libgcrypt11-dev, -+ libgnutls-dev, - zlib1g-dev - Standards-Version: 4.6.0.1 - Homepage: https://weechat.org/ -@@ -46,7 +43,7 @@ Description: Fast, light and extensible chat client (metapackage) - - 256 colors support - - incremental text search - - dynamic filtering of buffer content -- - Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting -+ - Perl, Python, Ruby, Lua, Tcl and Scheme scripting - - script manager - - spell checking - - highly customizable and extensible -@@ -76,7 +73,7 @@ Description: Fast, light and extensible chat client - console client - - 256 colors support - - incremental text search - - dynamic filtering of buffer content -- - Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting -+ - Perl, Python, Ruby, Lua, Tcl and Scheme scripting - - script manager - - spell checking - - highly customizable and extensible -@@ -107,7 +104,7 @@ Description: Fast, light and extensible chat client - headless client - - 256 colors support - - incremental text search - - dynamic filtering of buffer content -- - Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting -+ - Perl, Python, Ruby, Lua, Tcl and Scheme scripting - - script manager - - spell checking - - highly customizable and extensible -@@ -232,20 +229,6 @@ Description: Fast, light and extensible chat client - Guile plugin - . - This package provides the Guile scripting API plugin. - --Package: weechat-devel-php --Architecture: any --Depends: -- ${misc:Depends}, -- ${shlibs:Depends}, -- weechat-devel-curses (= ${binary:Version}) | weechat-devel-headless (= ${binary:Version}), -- libphp-embed --Conflicts: weechat-php --Description: Fast, light and extensible chat client - PHP plugin -- WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client -- for many operating systems. Everything can be done with a keyboard. -- . -- This package provides the PHP scripting API plugin. -- - Package: weechat-devel-doc - Section: doc - Architecture: all -diff --git a/debian-devel/rules b/debian-devel/rules -index 16a5f9516..3edb65fa5 100755 ---- a/debian-devel/rules -+++ b/debian-devel/rules -@@ -1,7 +1,5 @@ - #!/usr/bin/make -f - --export DEB_BUILD_MAINT_OPTIONS=hardening=+all -- - BUILDDIR = builddir - - $(BUILDDIR)/Makefile: -diff --git a/debian-devel/weechat-devel-php.dirs b/debian-devel/weechat-devel-php.dirs -deleted file mode 120000 -index e4853a588..000000000 ---- a/debian-devel/weechat-devel-php.dirs -+++ /dev/null -@@ -1 +0,0 @@ --../debian-stable/weechat-php.dirs -\ No newline at end of file -diff --git a/debian-devel/weechat-devel-php.install b/debian-devel/weechat-devel-php.install -deleted file mode 120000 -index e358b515a..000000000 ---- a/debian-devel/weechat-devel-php.install -+++ /dev/null -@@ -1 +0,0 @@ --../debian-stable/weechat-php.install -\ No newline at end of file -diff --git a/debian-stable/compat b/debian-stable/compat -index 48082f72f..ec635144f 100644 ---- a/debian-stable/compat -+++ b/debian-stable/compat -@@ -1 +1 @@ --12 -+9 -diff --git a/debian-stable/control b/debian-stable/control -index ccf81cac8..ee2e092eb 100644 ---- a/debian-stable/control -+++ b/debian-stable/control -@@ -3,8 +3,7 @@ Section: net - Priority: optional - Maintainer: Emmanuel Bouthenot <kolter@debian.org> - Build-Depends: -- asciidoctor (>= 1.5.4), -- debhelper (>= 12), -+ debhelper (>= 9), - cmake, pkg-config, - libncursesw5-dev, - gem2deb, -@@ -12,13 +11,11 @@ Build-Depends: - python3-dev, - libaspell-dev, - liblua5.3-dev, -- tcl8.6-dev, -- guile-2.2-dev, -- php-dev, libphp-embed, libargon2-0-dev, libsodium-dev, -- libxml2-dev, -+ tcl8.5-dev, -+ guile-2.0-dev, - libcurl4-gnutls-dev, -- libgcrypt20-dev, -- libgnutls28-dev, -+ libgcrypt11-dev, -+ libgnutls-dev, - zlib1g-dev - Standards-Version: 4.6.0.1 - Homepage: https://weechat.org/ -@@ -45,7 +42,7 @@ Description: Fast, light and extensible chat client (metapackage) - - 256 colors support - - incremental text search - - dynamic filtering of buffer content -- - Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting -+ - Perl, Python, Ruby, Lua, Tcl and Scheme scripting - - script manager - - spell checking - - highly customizable and extensible -@@ -74,7 +71,7 @@ Description: Fast, light and extensible chat client - console client - - 256 colors support - - incremental text search - - dynamic filtering of buffer content -- - Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting -+ - Perl, Python, Ruby, Lua, Tcl and Scheme scripting - - script manager - - spell checking - - highly customizable and extensible -@@ -104,7 +101,7 @@ Description: Fast, light and extensible chat client - headless client - - 256 colors support - - incremental text search - - dynamic filtering of buffer content -- - Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting -+ - Perl, Python, Ruby, Lua, Tcl and Scheme scripting - - script manager - - spell checking - - highly customizable and extensible -@@ -221,19 +218,6 @@ Description: Fast, light and extensible chat client - Guile plugin - . - This package provides the Guile scripting API plugin. - --Package: weechat-php --Architecture: any --Depends: -- ${misc:Depends}, -- ${shlibs:Depends}, -- weechat-curses (= ${binary:Version}) | weechat-headless (= ${binary:Version}), -- libphp-embed --Description: Fast, light and extensible chat client - PHP plugin -- WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client -- for many operating systems. Everything can be done with a keyboard. -- . -- This package provides the PHP scripting API plugin. -- - Package: weechat-doc - Section: doc - Architecture: all -diff --git a/debian-stable/rules b/debian-stable/rules -index 16a5f9516..3edb65fa5 100755 ---- a/debian-stable/rules -+++ b/debian-stable/rules -@@ -1,7 +1,5 @@ - #!/usr/bin/make -f - --export DEB_BUILD_MAINT_OPTIONS=hardening=+all -- - BUILDDIR = builddir - - $(BUILDDIR)/Makefile: -diff --git a/debian-stable/weechat-php.dirs b/debian-stable/weechat-php.dirs -deleted file mode 100644 -index 68457717b..000000000 ---- a/debian-stable/weechat-php.dirs -+++ /dev/null -@@ -1 +0,0 @@ --usr/lib -diff --git a/debian-stable/weechat-php.install b/debian-stable/weechat-php.install -deleted file mode 100644 -index 0a1b73563..000000000 ---- a/debian-stable/weechat-php.install -+++ /dev/null -@@ -1 +0,0 @@ --usr/lib/*/weechat/plugins/php.so diff --git a/tools/debian/patches/weechat_ubuntu_artful.patch b/tools/debian/patches/weechat_ubuntu_artful.patch deleted file mode 120000 index ab23b0230..000000000 --- a/tools/debian/patches/weechat_ubuntu_artful.patch +++ /dev/null @@ -1 +0,0 @@ -weechat_debian_stretch.patch
\ No newline at end of file diff --git a/tools/debian/patches/weechat_ubuntu_bionic.patch b/tools/debian/patches/weechat_ubuntu_bionic.patch index 6e83bab00..c1a9f6d57 120000..100644 --- a/tools/debian/patches/weechat_ubuntu_bionic.patch +++ b/tools/debian/patches/weechat_ubuntu_bionic.patch @@ -1 +1,40 @@ -weechat_ubuntu_disco.patch
\ No newline at end of file +diff --git a/debian-devel/compat b/debian-devel/compat +index 48082f72f..b4de39476 100644 +--- a/debian-devel/compat ++++ b/debian-devel/compat +@@ -1 +1 @@ +-12 ++11 +diff --git a/debian-devel/control b/debian-devel/control +index a6cc3c91c..d078d35b7 100644 +--- a/debian-devel/control ++++ b/debian-devel/control +@@ -4,7 +4,7 @@ Priority: optional + Maintainer: Sébastien Helleu <flashcode@flashtux.org> + Build-Depends: + asciidoctor (>= 1.5.4), +- debhelper (>= 12), ++ debhelper (>= 11), + cmake, pkg-config, + libncursesw5-dev, + gem2deb, +diff --git a/debian-stable/compat b/debian-stable/compat +index 48082f72f..b4de39476 100644 +--- a/debian-stable/compat ++++ b/debian-stable/compat +@@ -1 +1 @@ +-12 ++11 +diff --git a/debian-stable/control b/debian-stable/control +index 1b0a27009..7880ce7bd 100644 +--- a/debian-stable/control ++++ b/debian-stable/control +@@ -4,7 +4,7 @@ Priority: optional + Maintainer: Emmanuel Bouthenot <kolter@debian.org> + Build-Depends: + asciidoctor (>= 1.5.4), +- debhelper (>= 12), ++ debhelper (>= 11), + cmake, pkg-config, + libncursesw5-dev, + gem2deb, diff --git a/tools/debian/patches/weechat_ubuntu_cosmic.patch b/tools/debian/patches/weechat_ubuntu_cosmic.patch deleted file mode 120000 index 6e83bab00..000000000 --- a/tools/debian/patches/weechat_ubuntu_cosmic.patch +++ /dev/null @@ -1 +0,0 @@ -weechat_ubuntu_disco.patch
\ No newline at end of file diff --git a/tools/debian/patches/weechat_ubuntu_disco.patch b/tools/debian/patches/weechat_ubuntu_disco.patch deleted file mode 100644 index c1a9f6d57..000000000 --- a/tools/debian/patches/weechat_ubuntu_disco.patch +++ /dev/null @@ -1,40 +0,0 @@ -diff --git a/debian-devel/compat b/debian-devel/compat -index 48082f72f..b4de39476 100644 ---- a/debian-devel/compat -+++ b/debian-devel/compat -@@ -1 +1 @@ --12 -+11 -diff --git a/debian-devel/control b/debian-devel/control -index a6cc3c91c..d078d35b7 100644 ---- a/debian-devel/control -+++ b/debian-devel/control -@@ -4,7 +4,7 @@ Priority: optional - Maintainer: Sébastien Helleu <flashcode@flashtux.org> - Build-Depends: - asciidoctor (>= 1.5.4), -- debhelper (>= 12), -+ debhelper (>= 11), - cmake, pkg-config, - libncursesw5-dev, - gem2deb, -diff --git a/debian-stable/compat b/debian-stable/compat -index 48082f72f..b4de39476 100644 ---- a/debian-stable/compat -+++ b/debian-stable/compat -@@ -1 +1 @@ --12 -+11 -diff --git a/debian-stable/control b/debian-stable/control -index 1b0a27009..7880ce7bd 100644 ---- a/debian-stable/control -+++ b/debian-stable/control -@@ -4,7 +4,7 @@ Priority: optional - Maintainer: Emmanuel Bouthenot <kolter@debian.org> - Build-Depends: - asciidoctor (>= 1.5.4), -- debhelper (>= 12), -+ debhelper (>= 11), - cmake, pkg-config, - libncursesw5-dev, - gem2deb, diff --git a/tools/debian/patches/weechat_ubuntu_trusty.patch b/tools/debian/patches/weechat_ubuntu_trusty.patch deleted file mode 100644 index 505146a9d..000000000 --- a/tools/debian/patches/weechat_ubuntu_trusty.patch +++ /dev/null @@ -1,199 +0,0 @@ -diff --git a/debian-devel/compat b/debian-devel/compat -index 48082f72f..ec635144f 100644 ---- a/debian-devel/compat -+++ b/debian-devel/compat -@@ -1 +1 @@ --12 -+9 -diff --git a/debian-devel/control b/debian-devel/control -index bf94a36f1..566d71f09 100644 ---- a/debian-devel/control -+++ b/debian-devel/control -@@ -3,8 +3,7 @@ Section: net - Priority: optional - Maintainer: Sébastien Helleu <flashcode@flashtux.org> - Build-Depends: -- asciidoctor (>= 1.5.4), -- debhelper (>= 12), -+ debhelper (>= 9), - cmake, pkg-config, - libncursesw5-dev, - gem2deb, -@@ -13,12 +12,10 @@ Build-Depends: - libaspell-dev, - liblua5.3-dev, - tcl8.6-dev, -- guile-2.2-dev, -- php-dev, libphp-embed, libargon2-0-dev, libsodium-dev, -- libxml2-dev, -+ guile-2.0-dev, - libcurl4-gnutls-dev, -- libgcrypt20-dev, -- libgnutls28-dev, -+ libgcrypt11-dev, -+ libgnutls-dev, - zlib1g-dev - Standards-Version: 4.6.0.1 - Homepage: https://weechat.org/ -@@ -46,7 +43,7 @@ Description: Fast, light and extensible chat client (metapackage) - - 256 colors support - - incremental text search - - dynamic filtering of buffer content -- - Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting -+ - Perl, Python, Ruby, Lua, Tcl and Scheme scripting - - script manager - - spell checking - - highly customizable and extensible -@@ -76,7 +73,7 @@ Description: Fast, light and extensible chat client - console client - - 256 colors support - - incremental text search - - dynamic filtering of buffer content -- - Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting -+ - Perl, Python, Ruby, Lua, Tcl and Scheme scripting - - script manager - - spell checking - - highly customizable and extensible -@@ -107,7 +104,7 @@ Description: Fast, light and extensible chat client - headless client - - 256 colors support - - incremental text search - - dynamic filtering of buffer content -- - Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting -+ - Perl, Python, Ruby, Lua, Tcl and Scheme scripting - - script manager - - spell checking - - highly customizable and extensible -@@ -232,20 +229,6 @@ Description: Fast, light and extensible chat client - Guile plugin - . - This package provides the Guile scripting API plugin. - --Package: weechat-devel-php --Architecture: any --Depends: -- ${misc:Depends}, -- ${shlibs:Depends}, -- weechat-devel-curses (= ${binary:Version}) | weechat-devel-headless (= ${binary:Version}), -- libphp-embed --Conflicts: weechat-php --Description: Fast, light and extensible chat client - PHP plugin -- WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client -- for many operating systems. Everything can be done with a keyboard. -- . -- This package provides the PHP scripting API plugin. -- - Package: weechat-devel-doc - Section: doc - Architecture: all -diff --git a/debian-devel/weechat-devel-php.dirs b/debian-devel/weechat-devel-php.dirs -deleted file mode 120000 -index e4853a588..000000000 ---- a/debian-devel/weechat-devel-php.dirs -+++ /dev/null -@@ -1 +0,0 @@ --../debian-stable/weechat-php.dirs -\ No newline at end of file -diff --git a/debian-devel/weechat-devel-php.install b/debian-devel/weechat-devel-php.install -deleted file mode 120000 -index e358b515a..000000000 ---- a/debian-devel/weechat-devel-php.install -+++ /dev/null -@@ -1 +0,0 @@ --../debian-stable/weechat-php.install -\ No newline at end of file -diff --git a/debian-stable/compat b/debian-stable/compat -index 48082f72f..ec635144f 100644 ---- a/debian-stable/compat -+++ b/debian-stable/compat -@@ -1 +1 @@ --12 -+9 -diff --git a/debian-stable/control b/debian-stable/control -index ccf81cac8..b11b9b64e 100644 ---- a/debian-stable/control -+++ b/debian-stable/control -@@ -3,8 +3,7 @@ Section: net - Priority: optional - Maintainer: Emmanuel Bouthenot <kolter@debian.org> - Build-Depends: -- asciidoctor (>= 1.5.4), -- debhelper (>= 12), -+ debhelper (>= 9), - cmake, pkg-config, - libncursesw5-dev, - gem2deb, -@@ -13,12 +12,10 @@ Build-Depends: - libaspell-dev, - liblua5.3-dev, - tcl8.6-dev, -- guile-2.2-dev, -- php-dev, libphp-embed, libargon2-0-dev, libsodium-dev, -- libxml2-dev, -+ guile-2.0-dev, - libcurl4-gnutls-dev, -- libgcrypt20-dev, -- libgnutls28-dev, -+ libgcrypt11-dev, -+ libgnutls-dev, - zlib1g-dev - Standards-Version: 4.6.0.1 - Homepage: https://weechat.org/ -@@ -45,7 +42,7 @@ Description: Fast, light and extensible chat client (metapackage) - - 256 colors support - - incremental text search - - dynamic filtering of buffer content -- - Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting -+ - Perl, Python, Ruby, Lua, Tcl and Scheme scripting - - script manager - - spell checking - - highly customizable and extensible -@@ -74,7 +71,7 @@ Description: Fast, light and extensible chat client - console client - - 256 colors support - - incremental text search - - dynamic filtering of buffer content -- - Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting -+ - Perl, Python, Ruby, Lua, Tcl and Scheme scripting - - script manager - - spell checking - - highly customizable and extensible -@@ -104,7 +101,7 @@ Description: Fast, light and extensible chat client - headless client - - 256 colors support - - incremental text search - - dynamic filtering of buffer content -- - Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting -+ - Perl, Python, Ruby, Lua, Tcl and Scheme scripting - - script manager - - spell checking - - highly customizable and extensible -@@ -221,19 +218,6 @@ Description: Fast, light and extensible chat client - Guile plugin - . - This package provides the Guile scripting API plugin. - --Package: weechat-php --Architecture: any --Depends: -- ${misc:Depends}, -- ${shlibs:Depends}, -- weechat-curses (= ${binary:Version}) | weechat-headless (= ${binary:Version}), -- libphp-embed --Description: Fast, light and extensible chat client - PHP plugin -- WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client -- for many operating systems. Everything can be done with a keyboard. -- . -- This package provides the PHP scripting API plugin. -- - Package: weechat-doc - Section: doc - Architecture: all -diff --git a/debian-stable/weechat-php.dirs b/debian-stable/weechat-php.dirs -deleted file mode 100644 -index 68457717b..000000000 ---- a/debian-stable/weechat-php.dirs -+++ /dev/null -@@ -1 +0,0 @@ --usr/lib -diff --git a/debian-stable/weechat-php.install b/debian-stable/weechat-php.install -deleted file mode 100644 -index 0a1b73563..000000000 ---- a/debian-stable/weechat-php.install -+++ /dev/null -@@ -1 +0,0 @@ --usr/lib/*/weechat/plugins/php.so |