[SCM] easytag/master: Enable parallel build

amigadave-guest at users.alioth.debian.org amigadave-guest at users.alioth.debian.org
Fri Nov 14 13:56:21 UTC 2014


The following commit has been merged in the master branch:
commit 595f9f61ff5de4ec0f0779d521662050a8c84a4d
Author: David King <amigadave at amigadave.com>
Date:   Tue Nov 4 21:15:36 2014 +0000

    Enable parallel build

diff --git a/debian/rules b/debian/rules
index 181d499..981e51e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
-	dh $@ --with=autoreconf
+	dh $@ --parallel --with=autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-silent-rules

-- 
easytag packaging



More information about the pkg-multimedia-commits mailing list