[SCM] flake/master: Build with --no-parallel

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Mar 5 12:43:57 UTC 2017


The following commit has been merged in the master branch:
commit 767250cc10b61af5c1be4cf1321936d177c3ea75
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Mar 5 13:24:27 2017 +0100

    Build with --no-parallel

diff --git a/debian/rules b/debian/rules
index ab973a5..087e4bd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --no-parallel
 
 override_dh_auto_configure:
 	CFLAGS="$(CFLAGS)" ./configure --cpu=$(DEB_BUILD_ARCH) --disable-strip --prefix=/usr

-- 
flake packaging



More information about the pkg-multimedia-commits mailing list