diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-05 20:49:32 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-05 20:51:04 +0100 |
commit | c4b49508be9f86511ae12e05c6be901260f02b27 (patch) | |
tree | 881a0fe8e2afeedec5efdf12cb968ac8895790e9 /debian-devel | |
parent | 3d97989c2b47859dd15ff4e4472e9635ff115f41 (diff) | |
download | weechat-c4b49508be9f86511ae12e05c6be901260f02b27.zip |
debian: build with PHP 7.2 by default (issue #1154)
Diffstat (limited to 'debian-devel')
-rw-r--r-- | debian-devel/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian-devel/control b/debian-devel/control index 35de2c374..b23d8cfc1 100644 --- a/debian-devel/control +++ b/debian-devel/control @@ -16,7 +16,7 @@ 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, libxml2-dev, + php7.2-dev, libphp7.2-embed, libxml2-dev, libargon2-0-dev, libsodium-dev, libcurl4-gnutls-dev, libgcrypt20-dev, libgnutls28-dev, @@ -181,7 +181,7 @@ Description: Fast, light and extensible chat client - javascript plugin 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 |