summaryrefslogtreecommitdiff
path: root/tools/debian
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-03-05 20:50:25 +0100
committerSébastien Helleu <flashcode@flashtux.org>2018-03-05 20:51:25 +0100
commit3c01a73df0fd22707c53e29e77d5d57a49e94f08 (patch)
tree19cb008537e181ceb2de37f6c94d7ba83067cf8d /tools/debian
parent15723bccdf58e26c1d51a8e42dd4dae9b024aa6d (diff)
downloadweechat-3c01a73df0fd22707c53e29e77d5d57a49e94f08.zip
debian: replace PHP version 7.1 with 7.2 in debian patches (issue #1154)
Diffstat (limited to 'tools/debian')
-rw-r--r--tools/debian/patches/weechat_debian_jessie.patch8
-rw-r--r--tools/debian/patches/weechat_debian_stretch.patch8
-rw-r--r--tools/debian/patches/weechat_debian_wheezy.patch8
-rw-r--r--tools/debian/patches/weechat_ubuntu_trusty.patch8
4 files changed, 16 insertions, 16 deletions
diff --git a/tools/debian/patches/weechat_debian_jessie.patch b/tools/debian/patches/weechat_debian_jessie.patch
index bd78ee1bb..24ae9543b 100644
--- a/tools/debian/patches/weechat_debian_jessie.patch
+++ b/tools/debian/patches/weechat_debian_jessie.patch
@@ -14,7 +14,7 @@ index f8f027d8e..2d8385074 100644
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, libxml2-dev,
+- php7.2-dev, libphp7.2-embed, libxml2-dev, libargon2-0-dev, libsodium-dev,
libcurl4-gnutls-dev,
libgcrypt20-dev,
libgnutls28-dev,
@@ -43,7 +43,7 @@ index f8f027d8e..2d8385074 100644
-Package: weechat-devel-php
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-devel-curses (= ${binary:Version}),
-- libphp7.1-embed
+- libphp7.2-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
@@ -86,7 +86,7 @@ index a68d181e8..e71154b6d 100644
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, libxml2-dev,
+- php7.2-dev, libphp7.2-embed, libxml2-dev, libargon2-0-dev, libsodium-dev,
libcurl4-gnutls-dev,
libgcrypt20-dev,
libgnutls28-dev,
@@ -115,7 +115,7 @@ index a68d181e8..e71154b6d 100644
-Package: weechat-php
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version}),
-- libphp7.1-embed
+- libphp7.2-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.
diff --git a/tools/debian/patches/weechat_debian_stretch.patch b/tools/debian/patches/weechat_debian_stretch.patch
index 10fad3e06..3b3a73aa4 100644
--- a/tools/debian/patches/weechat_debian_stretch.patch
+++ b/tools/debian/patches/weechat_debian_stretch.patch
@@ -6,7 +6,7 @@ index f8f027d8e..1161649fc 100644
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, libxml2-dev,
+- php7.2-dev, libphp7.2-embed, libxml2-dev, libargon2-0-dev, libsodium-dev,
+ php7.0-dev, libphp7.0-embed, libxml2-dev,
libcurl4-gnutls-dev,
libgcrypt20-dev,
@@ -15,7 +15,7 @@ index f8f027d8e..1161649fc 100644
Package: weechat-devel-php
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-devel-curses (= ${binary:Version}),
-- libphp7.1-embed
+- libphp7.2-embed
+ libphp7.0-embed
Conflicts: weechat-php
Description: Fast, light and extensible chat client - php plugin
@@ -28,7 +28,7 @@ index a68d181e8..656e2def3 100644
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, libxml2-dev,
+- php7.2-dev, libphp7.2-embed, libxml2-dev, libargon2-0-dev, libsodium-dev,
+ php7.0-dev, libphp7.0-embed, libxml2-dev,
libcurl4-gnutls-dev,
libgcrypt20-dev,
@@ -37,7 +37,7 @@ index a68d181e8..656e2def3 100644
Package: weechat-php
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version}),
-- libphp7.1-embed
+- libphp7.2-embed
+ libphp7.0-embed
Description: Fast, light and extensible chat client - php plugin
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
diff --git a/tools/debian/patches/weechat_debian_wheezy.patch b/tools/debian/patches/weechat_debian_wheezy.patch
index 3deedf072..5c4cf2a47 100644
--- a/tools/debian/patches/weechat_debian_wheezy.patch
+++ b/tools/debian/patches/weechat_debian_wheezy.patch
@@ -20,7 +20,7 @@ index f8f027d8e..312d315fa 100644
+ tcl8.5-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, libxml2-dev,
+- php7.2-dev, libphp7.2-embed, libxml2-dev, libargon2-0-dev, libsodium-dev,
+ libv8-dev,
libcurl4-gnutls-dev,
- libgcrypt20-dev,
@@ -55,7 +55,7 @@ index f8f027d8e..312d315fa 100644
-Package: weechat-devel-php
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-devel-curses (= ${binary:Version}),
-- libphp7.1-embed
+- libphp7.2-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
@@ -104,7 +104,7 @@ index a68d181e8..9554e0884 100644
+ tcl8.5-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, libxml2-dev,
+- php7.2-dev, libphp7.2-embed, libxml2-dev, libargon2-0-dev, libsodium-dev,
+ libv8-dev,
libcurl4-gnutls-dev,
- libgcrypt20-dev,
@@ -139,7 +139,7 @@ index a68d181e8..9554e0884 100644
-Package: weechat-php
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version}),
-- libphp7.1-embed
+- libphp7.2-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.
diff --git a/tools/debian/patches/weechat_ubuntu_trusty.patch b/tools/debian/patches/weechat_ubuntu_trusty.patch
index da0a74163..3f62ddbec 100644
--- a/tools/debian/patches/weechat_ubuntu_trusty.patch
+++ b/tools/debian/patches/weechat_ubuntu_trusty.patch
@@ -17,7 +17,7 @@ index f8f027d8e..d382c2c9d 100644
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, libxml2-dev,
+- php7.2-dev, libphp7.2-embed, libxml2-dev, libargon2-0-dev, libsodium-dev,
+ libv8-dev,
libcurl4-gnutls-dev,
- libgcrypt20-dev,
@@ -52,7 +52,7 @@ index f8f027d8e..d382c2c9d 100644
-Package: weechat-devel-php
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-devel-curses (= ${binary:Version}),
-- libphp7.1-embed
+- libphp7.2-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
@@ -98,7 +98,7 @@ index a68d181e8..6c5ef314a 100644
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, libxml2-dev,
+- php7.2-dev, libphp7.2-embed, libxml2-dev, libargon2-0-dev, libsodium-dev,
+ libv8-dev,
libcurl4-gnutls-dev,
- libgcrypt20-dev,
@@ -133,7 +133,7 @@ index a68d181e8..6c5ef314a 100644
-Package: weechat-php
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-curses (= ${binary:Version}),
-- libphp7.1-embed
+- libphp7.2-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.