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

New commits:
commit 2a795c5ac22874ee0095ac814e424b7524136fc4
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Fri Oct 25 16:24:25 2019 +0200
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Wed Oct 30 15:44:26 2019 +0100

    Add required python3 libs to debian/control
    
    Those are needed since commit
    c1e04e406955c6f3bf186019ffee459c93f03330
    ("scripts/unocommands.py: Switch to python3").
    
    This makes sure the required packages are
    present when building the Debian packages.
    
    Change-Id: I345805d0776a3ea2c43345ed1f40a32f391ba055
    Reviewed-on: https://gerrit.libreoffice.org/81507
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>
    Tested-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/debian/control b/debian/control
index fa4b53712..532367872 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: loolwsd
 Section: web
 Priority: optional
 Maintainer: Andras Timar <andras.ti...@collabora.com>
-Build-Depends: debhelper (>= 9), dh-systemd (>= 1.3), libcap-dev, libcap2-bin, 
libpcre3-dev, libpng-dev, libpoco-dev (>= 1.7.5), linux-libc-dev, nodejs, 
python-polib, python-lxml, fontconfig, libpam-dev, libcppunit-dev, pkg-config, 
devscripts, m4
+Build-Depends: debhelper (>= 9), dh-systemd (>= 1.3), libcap-dev, libcap2-bin, 
libpcre3-dev, libpng-dev, libpoco-dev (>= 1.7.5), linux-libc-dev, nodejs, 
python-polib, python-lxml, python3-polib, python3-lxml, fontconfig, libpam-dev, 
libcppunit-dev, pkg-config, devscripts, m4
 Standards-Version: 3.9.7
 
 Package: loolwsd
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to