[Pkg-cgit-commits] [pkg-cgit] 03/04: Drop redundant dh --parallel

Peter Colberg peter at colberg.org
Wed Nov 23 03:55:59 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 b49dd7aaec0f7f88497c03437ae2aeeca01c904b
Author: Peter Colberg <peter at colberg.org>
Date:   Sat Nov 19 16:15:44 2016 -0500

    Drop redundant dh --parallel
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 6aee08a..8d2a823 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 --parallel
+	dh $@ --with apache2
 
 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