[SCM] libsbsms/master: Enable parallel build.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Wed Jun 18 21:30:44 UTC 2014


The following commit has been merged in the master branch:
commit d7623e409f9952d34116ccb0faa95128abd7168a
Author: Benjamin Drung <bdrung at debian.org>
Date:   Sun Jun 15 22:45:18 2014 +0200

    Enable parallel build.

diff --git a/debian/rules b/debian/rules
index f8cfaf4..4049749 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ additional_confflags := --disable-sse
 endif
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-shared $(additional_confflags)

-- 
libsbsms packaging



More information about the pkg-multimedia-commits mailing list