diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-10-15 14:39:46 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-11-04 12:52:39 +0100 |
commit | 3d4c52207b98f01531eb601fa46466a4417788b2 (patch) | |
tree | f1c7a2d6105f23d8e6597e123d7b26467d48e1da /debian-devel | |
parent | 152a82eb485bb4e9cddd859a13c250555d5a0e20 (diff) | |
download | weechat-3d4c52207b98f01531eb601fa46466a4417788b2.zip |
debian: force dependency on libphp7.1-embed for package weechat-php (closes #1078)
Diffstat (limited to 'debian-devel')
-rw-r--r-- | debian-devel/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian-devel/control b/debian-devel/control index ec9ba1637..f8f027d8e 100644 --- a/debian-devel/control +++ b/debian-devel/control @@ -180,7 +180,8 @@ 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}) +Depends: ${misc:Depends}, ${shlibs:Depends}, weechat-devel-curses (= ${binary:Version}), + libphp7.1-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 |