[Libreoffice-commits] online.git: debian/control

Andras Timar andras.timar at collabora.com
Mon Jun 26 09:43:45 UTC 2017


 debian/control |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f55d3583bec6d579b3aedef226552c070c022c0d
Author: Andras Timar <andras.timar at collabora.com>
Date:   Mon Jun 26 11:43:23 2017 +0200

    tdf#108753 postinstall script uses setcap, package should depend on libcap2-bin
    
    Change-Id: I60ed36ad83d31925055ff5529da89c5c93f84403

diff --git a/debian/control b/debian/control
index 1f38edf1..d85c95d0 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Standards-Version: 3.9.7
 Package: loolwsd
 Section: web
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, fontconfig, libsm6, libssl1.0.0, libodbc1, libxinerama1, libcairo2, libgl1-mesa-glx, libcups2, libdbus-glib-1-2, cpio, ${lo:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, fontconfig, libsm6, libssl1.0.0, libodbc1, libxinerama1, libcairo2, libgl1-mesa-glx, libcups2, libdbus-glib-1-2, cpio, libcap2-bin, ${lo:Depends}
 Description: LibreOffice Online WebSocket Daemon
  LOOLWSD is a daemon that talks to web browser clients and provides LibreOffice
  services.


More information about the Libreoffice-commits mailing list