mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 13:56:37 +02:00
build: update patch for Debian Jessie to not build PHP plugin
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
diff --git a/debian-devel/control b/debian-devel/control
|
||||
index 809e059..8fbf0ed 100644
|
||||
index 04fc76a41..feccc9b0d 100644
|
||||
--- a/debian-devel/control
|
||||
+++ b/debian-devel/control
|
||||
@@ -3,7 +3,6 @@ Section: net
|
||||
@@ -10,8 +10,43 @@ index 809e059..8fbf0ed 100644
|
||||
debhelper (>= 9),
|
||||
dh-exec,
|
||||
cmake, pkg-config,
|
||||
@@ -16,7 +15,6 @@ Build-Depends:
|
||||
tcl8.6-dev,
|
||||
guile-2.0-dev,
|
||||
libv8-dev [amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel],
|
||||
- php7.1-dev, libphp7.1-embed,
|
||||
libcurl4-gnutls-dev,
|
||||
libgcrypt20-dev,
|
||||
libgnutls28-dev,
|
||||
@@ -45,7 +43,7 @@ Description: Fast, light and extensible chat client
|
||||
- 256 colors support
|
||||
- incremental text search
|
||||
- dynamic filtering of buffer content
|
||||
- - Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
|
||||
+ - Perl, Python, Ruby, Lua, Tcl, Scheme and JavaScript scripting
|
||||
- scripts manager
|
||||
- spell checking
|
||||
- highly customizable and extensible
|
||||
@@ -71,7 +69,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, JavaScript and PHP scripting
|
||||
+ - Perl, Python, Ruby, Lua, Tcl, Scheme and JavaScript scripting
|
||||
- scripts manager
|
||||
- spell checking
|
||||
- highly customizable and extensible
|
||||
@@ -102,7 +100,7 @@ Description: Fast, light and extensible chat client - plugins
|
||||
.
|
||||
This package provides some plugins to enhance WeeChat. It currently
|
||||
ships the following plugins:
|
||||
- - Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
|
||||
+ - Perl, Python, Ruby, Lua, Tcl, Scheme and JavaScript scripting
|
||||
- scripts manager
|
||||
- Spell checking (thanks to aspell)
|
||||
- FIFO pipe for remote control
|
||||
diff --git a/debian-stable/control b/debian-stable/control
|
||||
index 74d134c..e0e9c25 100644
|
||||
index 68a501262..bd11f06bb 100644
|
||||
--- a/debian-stable/control
|
||||
+++ b/debian-stable/control
|
||||
@@ -3,7 +3,6 @@ Section: net
|
||||
@@ -22,3 +57,50 @@ index 74d134c..e0e9c25 100644
|
||||
debhelper (>= 9),
|
||||
dh-exec,
|
||||
cmake, pkg-config,
|
||||
@@ -16,7 +15,6 @@ Build-Depends:
|
||||
tcl8.6-dev,
|
||||
guile-2.0-dev,
|
||||
libv8-dev [amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel],
|
||||
- php7.1-dev, libphp7.1-embed,
|
||||
libcurl4-gnutls-dev,
|
||||
libgcrypt20-dev,
|
||||
libgnutls28-dev,
|
||||
@@ -44,7 +42,7 @@ Description: Fast, light and extensible chat client
|
||||
- 256 colors support
|
||||
- incremental text search
|
||||
- dynamic filtering of buffer content
|
||||
- - Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
|
||||
+ - Perl, Python, Ruby, Lua, Tcl, Scheme and JavaScript scripting
|
||||
- scripts manager
|
||||
- spell checking
|
||||
- highly customizable and extensible
|
||||
@@ -71,7 +69,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, JavaScript and PHP scripting
|
||||
+ - Perl, Python, Ruby, Lua, Tcl, Scheme and JavaScript scripting
|
||||
- scripts manager
|
||||
- spell checking
|
||||
- highly customizable and extensible
|
||||
@@ -102,7 +100,7 @@ Description: Fast, light and extensible chat client - plugins
|
||||
.
|
||||
This package provides some plugins to enhance WeeChat. It currently
|
||||
ships the following plugins:
|
||||
- - Perl, Python, Ruby, Lua, Tcl, Scheme, JavaScript and PHP scripting
|
||||
+ - Perl, Python, Ruby, Lua, Tcl, Scheme and JavaScript scripting
|
||||
- scripts manager
|
||||
- Spell checking (thanks to aspell)
|
||||
- FIFO pipe for remote control
|
||||
diff --git a/debian-stable/weechat-plugins.install b/debian-stable/weechat-plugins.install
|
||||
index 2d601e09b..198360ffa 100755
|
||||
--- a/debian-stable/weechat-plugins.install
|
||||
+++ b/debian-stable/weechat-plugins.install
|
||||
@@ -7,7 +7,6 @@ usr/lib/weechat/plugins/guile.so
|
||||
[amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel] usr/lib/weechat/plugins/javascript.so
|
||||
usr/lib/weechat/plugins/lua.so
|
||||
usr/lib/weechat/plugins/perl.so
|
||||
-usr/lib/weechat/plugins/php.so
|
||||
usr/lib/weechat/plugins/python.so
|
||||
usr/lib/weechat/plugins/relay.so
|
||||
usr/lib/weechat/plugins/ruby.so
|
||||
|
||||
Reference in New Issue
Block a user