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

Michael Weghorn (via logerrit) logerrit at kemper.freedesktop.org
Wed Oct 30 14:44:46 UTC 2019


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

New commits:
commit 2a795c5ac22874ee0095ac814e424b7524136fc4
Author:     Michael Weghorn <m.weghorn at posteo.de>
AuthorDate: Fri Oct 25 16:24:25 2019 +0200
Commit:     Michael Weghorn <m.weghorn at 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.weghorn at posteo.de>
    Tested-by: Michael Weghorn <m.weghorn at 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.timar at 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


More information about the Libreoffice-commits mailing list