This is an automated email from the git hooks/post-receive script. afif-guest pushed a commit to branch master in repository trnascan-se.
commit be59d68f46580991429388a569f1de4ea01fcabe Author: Afif Elghraoui <[email protected]> Date: Sun Nov 1 10:26:54 2015 -0800 Set dh to run in parallel --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index e15fcea..00e4f6a 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ include /usr/share/dpkg/default.mk CFLAGS := $(CPPFLAGS) $(CFLAGS) %: - dh $@ + dh $@ --parallel override_dh_installchangelogs: dh_installchangelogs Release.history -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/trnascan-se.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
