[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - debian/rules

Andras Timar andras.timar at collabora.com
Fri Mar 9 12:14:17 UTC 2018


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

New commits:
commit 45c61684296cd9e92bc60bc0781ec9cd8adf0834
Author: Andras Timar <andras.timar at 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.timar at 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)


More information about the Libreoffice-commits mailing list