[Pkg-cgit-commits] [pkg-cgit] 01/01: Enable parallel build

Peter Colberg peter at colberg.org
Fri Jun 17 14:25:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

pc-guest pushed a commit to branch master
in repository pkg-cgit.

commit b22b85a7536d8a76c38aed974d64543f04f987bb
Author: Peter Colberg <peter at colberg.org>
Date:   Thu Jun 16 07:33:39 2016 -0400

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

diff --git a/debian/rules b/debian/rules
index 64ceb8b..5a0f63a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ export DEB_CFLAGS_MAINT_APPEND  = -Wall
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
-	dh $@ --with apache2 
+	dh $@ --with apache2 --parallel
 
 override_dh_auto_clean:
 	dh_auto_clean -- cleanall

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cgit/pkg-cgit.git



More information about the Pkg-cgit-commits mailing list