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

New commits:
commit 45c61684296cd9e92bc60bc0781ec9cd8adf0834
Author: Andras Timar <andras.ti...@collabora.com>
Date:   Fri Mar 9 12:48:38 2018 +0100

    enable parallel make with deb package creation
    
    Change-Id: Ia84ca8a33a27cac8f1fcc3668a97ee3857d3c0d8
    (cherry picked from commit 5fb16d423dd0fde18b8dee8eb77aa425516a37f9)
    Signed-off-by: Andras Timar <andras.ti...@collabora.com>

diff --git a/debian/rules b/debian/rules
index 6a278ba81..047ffbe26 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ export BUILDING_FROM_RPMBUILD=yes
 
 # main packaging script based on dh7 syntax
 %:
-       dh $@ --with=systemd
+       dh $@ --with=systemd --parallel
 
 override_dh_auto_configure:
        ./configure $(CONFFLAGS)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to